diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index f93f814..2ea09cb 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -41,7 +41,6 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Server](#server)** - **[Shortcut](#shortcut)** - **[Sound](#sound)** -- **[Spectators](#spectators)** - **[SpeedPerSec](#speedpersec)** - **[Statistic](#statistic)** - **[Team](#team)** @@ -949,23 +948,15 @@ This placeholder is for all players on the server. - ### **SpeedPerSec** > /papi ecloud download SpeedPerSec +Note: Clicking is supported in left click only ``` -%speedpersec_blockBreak% -%speedpersec_blockPlace% +%speedpersec_blockbreak% +%speedpersec_blockplace% %speedpersec_speed% -%speedpersec_expCollected% +%speedpersec_expcollected% %speedpersec_damaging% %speedpersec_hurting% -``` ----- - -- ### **Spectators** -> /papi ecloud download Spectators - -``` -%spectator_isSpectating% -%spectator_lookFrom% -%spectator_infoFrom_health% +%speedpersec_clicking% ``` ---- @@ -1082,26 +1073,28 @@ Download from [here](https://www.spigotmc.org/resources/74959/) - ### **World** > /papi ecloud download world -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) to work ``` -%world_animalAllowed_% %world_biome% -%world_canPvP_% -%world_difficulty_% -%world_isgamerule__% -%world_monsterAllowed_% -%world_name_% %world_nearbyEntities_% -%world_playerexist_% +%world_total% +%world_name_% +%world_seed_% +%world_sealevel_% +%world_time_% +%world_timein12_% +%world_canpvp_% +%world_thunder_% +%world_animalallowed_% +%world_monsterallowed_% +%world_difficulty_% %world_players_% %world_players__% +%world_haspermission__% +%world_playerexist__% +%world_isgamerule__% %world_recentjoin_% %world_recentquit_% -%world_sealevel_% -%world_seed_% -%world_thunder_% -%world_time_% -%world_total% %world_totalbalance_% ``` ----