From c07f41313280cfb8baa1453130903030b62981c5 Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 19:20:57 +0800 Subject: [PATCH 1/7] Add rankup system --- docs/users/placeholder-list/hytale.md | 13 +++++++++++++ docs/users/plugins-using-placeholderapi/hytale.md | 3 +++ 2 files changed, 16 insertions(+) diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index c8366f3..9821eda 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -115,6 +115,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **Q** - *No Expansions* - **R** + - **[Rankup System](#rankupsystem)** - **[RPGLevelling](#rpglevelling)** - **S** - **[SimpleClaims](#simpleclaims)** @@ -880,6 +881,18 @@ Members and relations: ---- +### **[RankupSystem](https://www.curseforge.com/hytale/mods/rankup-system)** +/// integrated | Built into mod +/// + +``` +%rankup_rank% +%rankup_next_rank% +%rankup_cost% +``` + +---- + ### **[RPGLevelling](https://www.curseforge.com/hytale/mods/rpg-leveling-and-stats)** /// command | papi ecloud download RPGLevelling /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index eb9cb0e..d956404 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -188,6 +188,9 @@ No Plugins available ---- ## R +- **[Rankup System](https://www.curseforge.com/hytale/mods/rankup-system)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#rankupsystem)**] - **[RPGLevelling](https://www.curseforge.com/hytale/mods/rpg-leveling-and-stats)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#rpglevelling)**] From 3cac8598744946b94954c7d2d53e372055631929 Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 19:26:14 +0800 Subject: [PATCH 2/7] Add topper --- docs/users/placeholder-list/hytale.md | 14 +++++++++++++- docs/users/plugins-using-placeholderapi/hytale.md | 7 +++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index 9821eda..9ac770d 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -120,7 +120,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **S** - **[SimpleClaims](#simpleclaims)** - **T** - - *No Expansions* + - **[Topper](#topper)** - **U** - *No Expansions* - **V** @@ -955,6 +955,18 @@ Members and relations: ---- +### **[Topper](https://www.curseforge.com/hytale/mods/topper)** +/// integrated | Built into mod +/// + +More info about this expansion can be found on the [Topper Wiki](https://topper-mc.github.io/Wiki/topper/hook/placeholderapi/). + +``` +%topper_% +``` + +---- + ### **[VaultUnlocked](https://www.curseforge.com/hytale/mods/vaultunlocked)** /// command | papi ecloud download vaultunlocked /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index d956404..0af3c74 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -203,10 +203,9 @@ No Plugins available ---- ## T - -/// info | -No Plugins available -/// +- **[Topper](https://www.curseforge.com/hytale/mods/topper)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#topper)**] ---- ## U From 076c38a941e51eb7b69b10ff650502c7ce521690 Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 19:28:04 +0800 Subject: [PATCH 3/7] add mini-chat-formatter & mysticnametags hyperlink --- docs/users/plugins-using-placeholderapi/hytale.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index 0af3c74..d99085e 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -151,9 +151,12 @@ No Plugins available ---- ## M +- **[mini-chat-formatter](https://www.curseforge.com/hytale/mods/mini-chat-formatter)** + - [x] Supports placeholders. + - [ ] Provides own placeholders. - **[MysticNametags](https://www.curseforge.com/hytale/mods/mysticnametags)** - [x] Supports placeholders. - - [x] Provides own placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#mysticnametags)**] - **[MMOSkillTree](https://www.curseforge.com/hytale/mods/mmo-skill-tree)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#mmoskilltree)**] From 19106d8658f23d7dd4706c834d9033081b646391 Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 19:28:24 +0800 Subject: [PATCH 4/7] fix ordering --- docs/users/plugins-using-placeholderapi/hytale.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index d99085e..bd191f3 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -154,12 +154,12 @@ No Plugins available - **[mini-chat-formatter](https://www.curseforge.com/hytale/mods/mini-chat-formatter)** - [x] Supports placeholders. - [ ] Provides own placeholders. -- **[MysticNametags](https://www.curseforge.com/hytale/mods/mysticnametags)** - - [x] Supports placeholders. - - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#mysticnametags)**] - **[MMOSkillTree](https://www.curseforge.com/hytale/mods/mmo-skill-tree)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#mmoskilltree)**] +- **[MysticNametags](https://www.curseforge.com/hytale/mods/mysticnametags)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#mysticnametags)**] ---- ## N From 8c5101ec401bb3a54744a3ae7ab1c66803b83ecc Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 19:46:08 +0800 Subject: [PATCH 5/7] Add werchat --- docs/users/placeholder-list/hytale.md | 33 +++++++++++++++++++ .../plugins-using-placeholderapi/hytale.md | 3 ++ 2 files changed, 36 insertions(+) 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)**] From 72facb0d263f8b367b290d8a0f718aa0f68b529a Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 20:02:23 +0800 Subject: [PATCH 6/7] fix prekoytes curseforge link & rankup system links --- docs/users/placeholder-list/hytale.md | 4 ++-- docs/users/plugins-using-placeholderapi/hytale.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index e4b9f9c..5b68a16 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -115,7 +115,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **Q** - *No Expansions* - **R** - - **[Rankup System](#rankupsystem)** + - **[Rankup System](#rankup-system)** - **[RPGLevelling](#rpglevelling)** - **S** - **[SimpleClaims](#simpleclaims)** @@ -882,7 +882,7 @@ Members and relations: ---- -### **[RankupSystem](https://www.curseforge.com/hytale/mods/rankup-system)** +### **[Rankup System](https://www.curseforge.com/hytale/mods/rankup-system)** /// integrated | Built into mod /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index 0892ca7..d64a294 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -177,7 +177,7 @@ No Plugins available ---- ## P -- **[Prekoyte's Powerlevels](https://www.curseforge.com/hytale/mods/mysticnametags)** +- **[Prekoyte's Powerlevels](https://www.curseforge.com/hytale/mods/prekoytes-powerlevels)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#prekoytespowerlevels)**] @@ -193,7 +193,7 @@ No Plugins available ## R - **[Rankup System](https://www.curseforge.com/hytale/mods/rankup-system)** - [ ] Supports placeholders. - - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#rankupsystem)**] + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#rankup-system)**] - **[RPGLevelling](https://www.curseforge.com/hytale/mods/rpg-leveling-and-stats)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#rpglevelling)**] From 92fced56e1e35f2f5fc77c22e4ff777bbf31bc4d Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 19 Feb 2026 20:06:43 +0800 Subject: [PATCH 7/7] remove werchat table --- docs/users/placeholder-list/hytale.md | 46 +++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index 5b68a16..363208b 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -998,29 +998,29 @@ More info about this expansion can be found on the [Topper Wiki](https://topper- /// 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) | +``` +%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).