Update World placeholders

This commit is contained in:
Andre_601 2020-08-06 13:48:58 +02:00 committed by GitHub
parent 3e6d10e203
commit f235c60bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -991,25 +991,28 @@ Other statistics
For the totalBalance placeholder, you must have a service provider plugin (eg. EssentialsX) For the totalBalance placeholder, you must have a service provider plugin (eg. EssentialsX)
``` ```
%world_#_biome% %world_animalAllowed_<world>%
%world_#_nearbyEntities_<radius>% %world_biome%
%world_<world>_name% %world_canPvP_<world>%
%world_<world>_seed% %world_difficulty_<world>%
%world_<world>_time% %world_isgamerule_<gamerule>_<world>%
%world_<world>_canPvP% %world_monsterAllowed_<world>%
%world_<world>_animalAllowed% %world_name_<world>%
%world_<world>_monsterAllowed% %world_nearbyEntities_<radius>%
%world_<world>_difficulty% %world_playerexist_<world>%
%world_<world>_players% %world_players_<world>%
%world_<world>_players_<group>% %world_players_<group>_<world>%
%world_<world>_difficulty% %world_recentjoin_<world>%
%world_<world>_playerExist% %world_recentquit_<world>%
%world_<world>_gamerule_<gamerule>% %world_sealevel_<world>%
%world_<world>_recentjoin% %world_seed_<world>%
%world_<world>_recentquit% %world_thunder_<world>%
%world_<world>_totalBalance% %world_time_<world>%
%world_total%
%world_totalbalance_<world>%
``` ```
*** ----
## Plugin-placeholders ## Plugin-placeholders
These placeholders require the corresponding plugin to work. These placeholders require the corresponding plugin to work.
**The developer of the plugin is responsible for the placeholders to work!** **The developer of the plugin is responsible for the placeholders to work!**