From d0abb3eed83c1b34e1d95a9b31e1ddf0b36412bc Mon Sep 17 00:00:00 2001 From: PiggyPiglet Date: Fri, 27 Feb 2026 21:18:29 +0800 Subject: [PATCH] Add ecotale --- docs/users/placeholder-list/hytale.md | 38 +++++++++++++++++++ .../plugins-using-placeholderapi/hytale.md | 3 ++ 2 files changed, 41 insertions(+) diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index f68cdbe..e0fff48 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -82,6 +82,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[Declares Advanced Jobs](#declares-advanced-jobs)** - **E** - **[EconomyAPI](#economyapi)** + - **[Ecotale](#ecotale)** - **[EliteEssentials](#eliteessentials)** - **[EssentialsCore](#essentialscore)** - **[EssentialsPlus](#essentialsplus)** @@ -438,6 +439,43 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- +### **[Ecotale](https://www.curseforge.com/hytale/mods/ecotale)** +/// integrated | Built into mod +/// +[More info here on the github page](https://github.com/HyperSystemsDev/Ecotale/blob/main/PLACEHOLDERS.md) + +``` +%ecotale_balance% +%ecotale_balance_formatted% +%ecotale_balance_short% +%ecotale_balance_commas% +%ecotale_balance_dp% +%ecotale_profit% +%ecotale_profit_ratio% +%ecotale_session_change% +%ecotale_last_activity% +%ecotale_rank% +%ecotale_rank_suffix% +%ecotale_rank_percentile% +%ecotale_gap_to_first% +%ecotale_gap_to_next% +%ecotale_ahead_of% +%ecotale_server_total% +%ecotale_server_average% +%ecotale_server_median% +%ecotale_server_players% +%ecotale_trend_session% +%ecotale_trend_session_percent% +%ecotale_trend_arrow% +%ecotale_trend_label% +%ecotale_currency_symbol% +%ecotale_currency_name% +%ecotale_top_name_% +%ecotale_balance_% +``` + +---- + ### **[EliteEssentials](https://www.curseforge.com/hytale/mods/eliteessentials)** /// integrated | Built into mod /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index d64a294..dbd3fa2 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -69,6 +69,9 @@ No Plugins available - **[EconomyAPI](https://www.curseforge.com/hytale/mods/economyapi)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#economyapi)**] +- **[Ecotale](https://www.curseforge.com/hytale/mods/ecotale)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#ecotale)**] - **[EliteEssentials](https://www.curseforge.com/hytale/mods/eliteessentials)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#eliteessentials)**]