diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index 113dcec..538cdf7 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -73,7 +73,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - [Mod-placeholders](#Mod-placeholders) - **A** - - *No Expansions* + - **[ArenaPVP](#arenapvp)** - **B** - *No Expansions* - **C** @@ -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)** @@ -120,6 +121,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **S** - **[SimpleClaims](#simpleclaims)** - **T** + - **[TaleFly](#talefly)** - **[Topper](#topper)** - **U** - *No Expansions* @@ -383,8 +385,8 @@ More info about the expansion can be found on the [Github-Repository](https://gi %world_entities_% %world_players_% %world_players__% -%world_haspermission__% -%world_playerexist__% +%world_haspermission__% +%world_playerexist__% %world_recentjoin_% %world_recentquit_% %world_displayname_% @@ -399,6 +401,54 @@ 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. +### **[ArenaPVP](https://www.curseforge.com/hytale/mods/arena-pvp)** +/// integrated | Built into mod +/// +[More info on wiki](https://arenapvp.hapore.net/docs/integrations/placeholderapi) + +``` +%arenapvp_in_arena% +%arenapvp_in_queue% +%arenapvp_in_pending% +%arenapvp_is_spectator% +%arenapvp_is_busy% +%arenapvp_in_group% +%arenapvp_is_leader% +%arenapvp_queue_category% +%arenapvp_arena_name% +%arenapvp_arena_category% +%arenapvp_arena_type% +%arenapvp_kills% +%arenapvp_deaths% +%arenapvp_wins% +%arenapvp_losses% +%arenapvp_kdr% +%arenapvp_wlr% +%arenapvp_rating_{cat}% +%arenapvp_kills_{cat}% +%arenapvp_deaths_{cat}% +%arenapvp_wins_{cat}% +%arenapvp_losses_{cat}% +%arenapvp_kdr_{cat}% +%arenapvp_wlr_{cat}% +%arenapvp_top_name_{cat}_{pos}% +%arenapvp_top_rating_{cat}_{pos}% +%arenapvp_top_kills_{cat}_{pos}% +%arenapvp_top_wins_{cat}_{pos}% +%arenapvp_group_size% +%arenapvp_group_leader% +%arenapvp_group_type% +%arenapvp_group_online% +%arenapvp_active_arenas% +%arenapvp_players_in_arenas% +%arenapvp_queue_size% +%arenapvp_pending_matches% +%arenapvp_queue_size_{cat}% +%arenapvp_active_arenas_{cat}% +``` + +---- + ### **[CleanPing](https://www.curseforge.com/hytale/mods/cleanping)** /// integrated | Built into mod /// @@ -438,6 +488,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 /// @@ -956,6 +1043,22 @@ Members and relations: ---- +### **[TaleFly](https://builtbybit.com/resources/talefly.91201/)** +/// integrated | Built into mod +/// + +``` +%talefly_time% +%talefly_time_formatted% +%talefly_status% +%talefly_status_formatted% +%talefly_balance% +%talefly_cost% +%talefly_speed% +``` + +---- + ### **[Topper](https://www.curseforge.com/hytale/mods/topper)** /// integrated | Built into mod /// diff --git a/docs/users/plugins-using-placeholderapi/hytale.md b/docs/users/plugins-using-placeholderapi/hytale.md index d64a294..f15cf1d 100644 --- a/docs/users/plugins-using-placeholderapi/hytale.md +++ b/docs/users/plugins-using-placeholderapi/hytale.md @@ -38,10 +38,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ ---- ## A - -/// info | -No Plugins available -/// +- **[ArenaPVP](https://www.curseforge.com/hytale/mods/arena-pvp)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#arenapvp)**] ---- ## B @@ -69,6 +68,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)**] @@ -206,6 +208,9 @@ No Plugins available ---- ## T +- **[TaleFly](https://builtbybit.com/resources/talefly.91201/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#talefly)**] - **[Topper](https://www.curseforge.com/hytale/mods/topper)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#topper)**]