diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index 9ac770d..e4b9f9c 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -126,6 +126,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **V** - **[VaultUnlocked](#vaultunlocked)** - **W** + - **[Werchat](#werchat)** - **[WiFlowAPI](#wiflowapi)** - **X** - *No Expansions* @@ -993,6 +994,38 @@ More info about this expansion can be found on the [Topper Wiki](https://topper- ---- +### **[Werchat](https://www.curseforge.com/hytale/mods/werchat)** +/// integrated | Built into mod +/// + +| Placeholder | Description | +|-------------|-------------| +| `%werchat_channels_total%` | Total number of channels | +| `%werchat_channels%` | Comma-separated channel names | +| `%werchat_default_channel%` | Default channel name | +| `%werchat_selected_channel%` | Focused channel name for the player (recommended) | +| `%werchat_selected_channel_%` | Focused channel field/value by key (preferred keyed form) | +| `%werchat_channel%` | Focused channel name for the player (legacy alias) | +| `%werchat_channel_%` | Specific channel by selector (returns channel name) | +| `%werchat_channel__%` | Specific channel field/value by selector + key (primary keyed form) | +| `%werchat_channel___%` | Edge-case keyed syntax for selectors with underscore ambiguity | +| `%werchat_ignored_players_total%` | Number of ignored players | +| `%werchat_ignored_players%` | Comma-separated ignored player names | +| `%werchat_known_name%` | Real account username | +| `%werchat_display_colour%` | Player display color | +| `%werchat_display_color%` | Player display color (US spelling alias) | +| `%werchat_msg_color%` | Player message color | +| `%werchat_msg_gradient%` | Player message gradient as `#START,#END` (blank when no gradient) | +| `%werchat_msg_gradient_end%` | Player message gradient end color | +| `%werchat_nick_color%` | Player nickname color | +| `%werchat_nick_gradient_end%` | Player nickname gradient end color | +| `%werchat_nick%` | Custom nickname only (blank if none set) | +| `%werchat_display_name%` | Final chat name (nickname if set, else username) | + +[See here](https://github.com/HyperSystemsDev/Werchat/blob/main/README.md) for more placeholders and info on key/selector (click Channel Format Placeholders in the Configuration section). + +---- + ### **[WiFlowAPI](https://www.curseforge.com/hytale/mods/wiflows-placeholderapi)** /// command | papi ecloud download WiFlowAPI /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index bd191f3..0892ca7 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -225,6 +225,9 @@ No Plugins available ---- ## W +- **[Werchat](https://www.curseforge.com/hytale/mods/werchat)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#werchat)**] - **[WiFlowAPI](https://www.curseforge.com/hytale/mods/wiflows-placeholderapi)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#wiflowapi)**]