Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. # PLACEHOLDERS
  2. # %online% = online count
  3. # %maxplayers% = amount of slots on server
  4. # %ping% = ping of player
  5. # %nick% = nickname of player
  6. # %ip% = IP of player
  7. # %tps% = TPS of server
  8. # %time% = for example 20:30:00
  9. # %date% = current date, configurable below
  10. # %rank% = permission group of player, output can be modified below
  11. # # %money% = money of player
  12. # %deluxetag% = tag from plugin DeluxeTags
  13. # %world% = name of world where player is
  14. # %worldonline% = amount of players in the same world, might be useful with per-world-playerlist enabled
  15. # %canseeonline% = similar to online, but doesn't count vanished players
  16. # %staffonline% = amount of staff online, groups can be defined below
  17. # %canseestaffonline% = combination of those 2 above
  18. # %faction% = if a faction plugin is installed..
  19. # %health% = health of player
  20. # %memory-used% = used RAM memory of server
  21. # %memory-max% = total RAM memory of server
  22. # %vault-prefix% = chat prefix of player set in Vault
  23. # %vault-suffix% = chat suffix of player set in Vault
  24. # %xPos% = X position of player
  25. # %yPos% = Y position of player
  26. # %zPos% = Z position of player
  27. # %afk% = if player is afk or not, MEASURED BY ESSENTIALS or AutoAfk
  28. # %essentialsnick% = nickname of player set by essentials (if no nickname is set, uses player's name)
  29. # plugin also supports PlaceholderAPI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement