From c3d57cc37bd02113e2721ee64d353c2252af815c Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Thu, 12 Feb 2026 21:52:33 +0800 Subject: [PATCH] Add RNG, Declare's Advanced Jobs & HeroChat --- docs/users/placeholder-list/hytale.md | 34 +++++++++++++++++-- .../plugins-using-placeholderapi/hytale.md | 10 +++--- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index 8ee69dd..5b87db4 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -50,7 +50,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **Q** - *No Expansions* - **R** - - *No Expansions* + - **[RNG](#rng)** - **S** - **[Server](#server)** - **[String](#string)** @@ -79,7 +79,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **C** - *No Expansions* - **D** - - *No Expansions* + - **[Declares Advanced Jobs](#declares-advanced-jobs)** - **E** - **[EconomyAPI](#economyapi)** - **[EliteEssentials](#eliteessentials)** @@ -271,6 +271,23 @@ More info about this expansion can be found on the [GitHub-Repository](https://g ---- +### **RNG** +/// command | papi ecloud download rng +/// + +``` +%rng_random% +%rng_online_player% +%rng_last_generated% +%rng_,% +%rng_list:;,;% + +NOTE: You can use embedded placeholders e.g.: +%rng_{player_health},{player_exp}% +``` + +---- + ### **Server** /// command | papi ecloud download Server /// @@ -375,6 +392,19 @@ Expansions listed here require the linked resource (plugin/mod) to work properly Most of the listed Expansions are NOT made and maintained by the PlaceholderAPI team. Please see ?510 for a list of all expansions officially maintained by the PlaceholderAPI team. +### **[Declares-Advanced-Jobs](https://www.curseforge.com/hytale/mods/declares-advanced-jobs)** +/// integrated | Built into mod +/// + +``` +%jobs_current_job% +%jobs_level_% +%jobs_xp_% +%jobs_income_% +``` + +---- + ### **[EconomyAPI](https://www.curseforge.com/hytale/mods/economyapi)** /// integrated | Built into mod /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index 8793e35..a7e67c1 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -59,10 +59,9 @@ No Plugins available ---- ## D - -/// info | -No Plugins available -/// +- **[Declare's Advanced Jobs](https://www.curseforge.com/hytale/mods/declares-advanced-jobs)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#declares-advanced-jobs)**] ---- ## E @@ -110,6 +109,9 @@ No Plugins available - **[HyperFactions](https://www.curseforge.com/hytale/mods/hyperfactions)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md/#hyperfactions)**] +- **[HeroChat](https://www.curseforge.com/hytale/mods/herochat)** + - [x] Supports placeholders. + - [ ] Provides own placeholders. ---- ## I