Skip to content

Placeholders

Nathan Glover edited this page Feb 20, 2018 · 2 revisions

Placeholders

Setting Up

To enable placeholders within the plugin, you will first need to install the plugin PlaceholderAPI.

After the plugin is loaded, you will need to download some placeholders. I recommend starting with the Server and Player placeholders. To download these, issue the commands:

  • /papi ecloud download Player
  • /papi ecloud download Server
  • /papi reload

After doing that, you will have access to the placeholders listed below. However, PlaceholderAPI provides a bunch of placeholders, which can all be found here.

Server Placeholders

Please make sure you have completed the setting up portion above before attempting to use these.

  • %server_online% Shows the player count of the server.
  • %server_max_players%
  • %server_unique_joins%
  • %server_uptime%
  • %server_ram_used%
  • %server_ram_free%
  • %server_ram_total%
  • %server_ram_max%
  • %server_tps%
  • %server_online_(world)% Shows the player count of the world.
  • %server_countdown__% ex. %server_countdown_MM/dd/yyyy-HH:mm_10/11/2019-06:30%

Player Placeholders

Please make sure you have completed the setting up portion above before attempting to use these.

  • %player_name%
  • %player_displayname%
  • %player_gamemode%
  • %player_ip%
  • %player_allow_flight%
  • %player_can_pickup_items%
  • %player_has_permission_%
  • %player_custom_name%
  • %player_exp%
  • %player_exp_to_level%
  • %player_total_exp%
  • %player_level%
  • %player_first_join_date%
  • %player_health%
  • %player_item_in_hand%
  • %player_last_damage%
  • %player_seconds_lived%
  • %player_minutes_lived%
  • %player_ping%

...and many more listed here.

Clone this wiki locally