Advertisement
c0leman

oa

Mar 31st, 2018
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # Tablist v1.3.2.9 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. # https://dev.bukkit.org/projects/tablist/pages/variables
  12. # You can also add PlaceholderAPI to your server to get way more variables
  13. # Download-Link (with instructions):
  14. # https://www.spigotmc.org/resources/placeholderapi.6245/
  15. Tablist:
  16. Settings:
  17. Staff:
  18. Permission: tablist.staff
  19. ShowVanishedPlayerOnVariable:
  20. Toggle: false
  21. ChangeText:
  22. Toggle: false
  23. UsersSeeOnlineText: '%online%'
  24. StaffsSeeOnlineText: '%online% | %vanished%'
  25. CustomPrefix:
  26. Toggle: false
  27. Format: '%prefix% %player%'
  28. Toggle: true
  29. Time: 20
  30. Messages:
  31. Header:
  32. - |-
  33. &2SERVER&aNAME
  34. &7Online: &a&o%onlineplayers%&7&o/&2&o%maxonlineplayers%
  35. &7Ping: &a%ping%
  36. &7===================
  37. - |-
  38. &3SERVER&bNAME
  39. &7Online: &b&o%onlineplayers%&7&o/&3&o%maxonlineplayers%
  40. &7Ping: &b%ping%
  41. &7===================
  42. - |-
  43. &6SERVER&eNAME
  44. &7Online: &e&o%onlineplayers%&8&o/&6&o%maxonlineplayers%
  45. &7Ping: &e%ping%
  46. &7===================
  47. Footer:
  48. - |-
  49. &7===================
  50. &2%player%
  51. &7Health: &a&o%health%&7/&2&o%maxhealth%
  52. &7Food: &a&o%foodlevel%&7/&2&o20
  53. &7X:&a&o%blockx%&7 Y:&a&o%blocky%&7 Z:&a&o%blockz%
  54. - |-
  55. &7===================
  56. &3%player%
  57. &7Health: &b&o%health%&7/&3&o%maxhealth%
  58. &7Food: &b&o%foodlevel%&7/&3&o20
  59. &7X:&b&o%blockx%&7 Y:&b&o%blocky%&7 Z:&b&o%blockz%
  60. - |-
  61. &7===================
  62. &6%player%
  63. &7Health: &e&o%health%&7/&6&o%maxhealth%
  64. &7Food: &e&o%foodlevel%&7/&6&o20
  65. &7X:&e&o%blockx%&7 Y:&e&o%blocky%&7 Z:&e&o%blockz%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement