diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index a176733..b9821fd 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -991,25 +991,28 @@ Other statistics For the totalBalance placeholder, you must have a service provider plugin (eg. EssentialsX) ``` -%world_#_biome% -%world_#_nearbyEntities_% -%world__name% -%world__seed% -%world__time% -%world__canPvP% -%world__animalAllowed% -%world__monsterAllowed% -%world__difficulty% -%world__players% -%world__players_% -%world__difficulty% -%world__playerExist% -%world__gamerule_% -%world__recentjoin% -%world__recentquit% -%world__totalBalance% +%world_animalAllowed_% +%world_biome% +%world_canPvP_% +%world_difficulty_% +%world_isgamerule__% +%world_monsterAllowed_% +%world_name_% +%world_nearbyEntities_% +%world_playerexist_% +%world_players_% +%world_players__% +%world_recentjoin_% +%world_recentquit_% +%world_sealevel_% +%world_seed_% +%world_thunder_% +%world_time_% +%world_total% +%world_totalbalance_% ``` -*** +---- + ## Plugin-placeholders These placeholders require the corresponding plugin to work. **The developer of the plugin is responsible for the placeholders to work!**