Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # Tablist v1.3.0.2 by sn1cko
  2. # Time is set in milliseconds which means every 20 = 1 second
  3. # for example: 6000 = 5 minuntes OR 300 = 15 seconds
  4. #
  5. # The announcer will never stop if the time is set to 0
  6. # Else it will stop after the amount of milliseconds you wish
  7. #
  8. # There are currently 15 variables available which can be built in
  9. # for example %player% - will display the playername or %health% - will give out the health
  10. # all other variables can be found on the website
  11. # http://dev.bukkit.org/bukkit-plugins/tablist/pages/variables
  12. Tablist:
  13. Settings:
  14. Staff:
  15. Permission: tablist.staff
  16. Toggle: true
  17. Time: 20
  18. Messages:
  19. Header:
  20. - |-
  21. &5&lRexolity.com
  22. &7&lPlayer: &3&l%player%
  23. &7&lHealth: &a&l%health% &7&l/ &2&l%maxhealth%
  24. &7&lFood: &a&l%foodlevel% &7&l/ &2&l10.0
  25.  
  26. &7&m===================
  27. - |-
  28. &6&lRexolity.com
  29. &8&lPlayer: &b&l%player%
  30. &8&lHealth: &c&l%health% &8&l/ &4&l%maxhealth%
  31. &8&lFood: &c&l%foodlevel% &8&l/ &4&l10.0
  32.  
  33. &7&m===================
  34. Footer:
  35. - |-
  36. &7&m===================
  37.  
  38. &7&oOnline: &d&o%onlineplayers%&7&o/&5&o%maxonlineplayers%
  39. - |-
  40. &7&m===================
  41.  
  42. &8&oOnline: &e&o%onlineplayers%&8&o/&6&o%maxonlineplayers%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement