Skip to content

Placeholders

DarknessTime-king5442 edited this page Sep 19, 2021 · 9 revisions

PAPI placeholders:

  • Requires PlaceholderAPI (can be used in all plugins with support PlaceholderAPI)
Placeholder Description
%scr_customname% Shows customname ( /nickname <nick> )
%scr_playername% Shows player nickname (similar to %player_displayname%)
%scr_online% Shows server online
%scr_playtime% Shows your playtime
%scr_raw_playtime% Shows your playtime (only in seconds)
%scr_playtime_<player>% Shows playtime of player
%scr_playtime_<player>_<world>% Shows playtime of player in selected world
%scr_playtime_<player_<world>_<GAMEMODE>% Shows playtime of player in selected world and gamemode
%scr_playtime_<player>_<GAMEMODE>% Shows playtime of player in selected gamemode
%scr_playtimetop_<position>_name% Shows name of player from playtime top position
%scr_playtimetop_<position>_time% Shows played time of player from playtime top position
%scr_playtimetop_<position>_formatted_time% Shows formatted played time of player from playtime top position
%scr_money% Shows balance of money
%scr_formatted_money Shows formatted balance of money
%scr_balancetop_<position>_name% Shows player name with selected position in baltip
%scr_balancetop_<position>_money% Shows balance of player name with selected position in baltop
%scr_balancetop_<position>_formattedmoney% Shows formatted balance of player name with selected position in baltop
%scr_ping% Shows yours ping
%scr_playtime% Shows total played time
%scr_max_players% Shows the number of server slots
%scr_world% Shows the name of the world you are in
%scr_x% Shows your "X" coordinate
%scr_y% Shows your "Y" coordinate
%scr_z% Shows your "Z" coordinate
%scr_hp% Shows your HP
%scr_food% Shows your hunger
%scr_xp% or %scr_exp% Shows amount of EXP
%scr_level% Shows EXP level
%scr_afk% Shows afk status ( can be edited in Placeholders.yml )
%scr_god% Shows god status ( can be edited in Placeholders.yml )
%scr_fly% Shows fly status ( can be edited in Placeholders.yml )
%scr_vanish% Shows vanish status ( can be edited in Placeholders.yml )
%scr_time% Shows server time
%scr_date% Shows date
%scr_tps% Shows TPS
%scr_ram_free% Shows free RAM
%scr_ram_free_percentage% Shows free RAM in "%"
%scr_ram_usage% Shows RAM usage
%scr_ram_usage_percentage% Shows RAM usage in "%"
%scr_ram_max% Shows maximum amount of RAM

Internal placeholders (can't be used in other plugins)

Placeholder Description
%customname% Shows customname of player ( /nickname <nick> )
%playername% Shows player nickname (similar to %player_displayname%)
%online% Shows server online
%money% Shows amount of money
%balancetop_<position>_name% Shows player name with selected position in baltip
%balancetop_<position>_money% Shows balance of player name with selected position in baltop
%balancetop_<position>_formattedmoney% Shows formatted balance of player name with selected position in baltop
%ping% Shows yours ping
%max_players% Shows the number of server slots
%world% Shows the name of the world you are in
%x% Shows your "X" coordinate
%y% Shows your "Y" coordinate
%z% Shows your "Z" coordinate
%hp% Shows your HP
%food% Shows your hunger
%xp% or %exp% Shows amount of EXP
%level% Shows EXP level
%afk% Shows afk status ( can be edited in Placeholders.yml )
%god% Shows god status ( can be edited in Placeholders.yml )
%fly% Shows fly status ( can be edited in Placeholders.yml )
%vanish% Shows vanish status ( can be edited in Placeholders.yml )
%time% Shows server time
%date% Shows date
%tps% Shows TPS
%ram_free% Shows free RAM
%ram_free_percentage% Shows free RAM in "%"
%ram_usage% Shows RAM usage
%ram_usage_percentage% Shows RAM usage in "%"
%ram_max% Shows maximum amount of RAM
Playtime Placeholders
%playtime% shows your playtime
%raw_playtime% shows your playtime (only in seconds)
%playtime_<player>% Shows playtime of player
%playtime_<player>_<world>% shows playtime of player in selected world
%playtime_<player_<world>_<GAMEMODE>% Shows playtime of player in selected world and gamemode
%playtime_<player>_<GAMEMODE>% Shows playtime of player in selected gamemode
%playtimetop_<position>_name% Shows name of player from playtime top position
%playtimetop_<position>_time% Shows played time of player from playtime top position
%playtimetop_<position>_formatted_time% Shows formatted played time of player from playtime top position
  • You can use PAPI version of placeholders

Clone this wiki locally