Add werchat

This commit is contained in:
PiggyPiglet
2026-02-19 19:46:08 +08:00
parent 19106d8658
commit 8c5101ec40
2 changed files with 36 additions and 0 deletions

View File

@@ -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_<key>%` | Focused channel field/value by key (preferred keyed form) |
| `%werchat_channel%` | Focused channel name for the player (legacy alias) |
| `%werchat_channel_<selector>%` | Specific channel by selector (returns channel name) |
| `%werchat_channel_<selector>_<key>%` | Specific channel field/value by selector + key (primary keyed form) |
| `%werchat_channel_<selector>__<key>%` | 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
///

View File

@@ -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)**]