Advertisement
c0leman

Untitled

Jan 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 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: 10
  30. Messages:
  31. Header:
  32. - |-
  33. &aWelcome to louPVP, %player%!
  34. &7Online: &a%onlineplayers%&7/&a%maxonlineplayers%
  35. &8=================================
  36. - |-
  37. &eWelcome to louPVP, %player%!
  38. &7Online: &e%onlineplayers%&7/&e%maxonlineplayers%
  39. &8=================================
  40. - |-
  41. &6Welcome to louPVP, %player%!
  42. &7Online: &6%onlineplayers%&7/&6%maxonlineplayers%
  43. &8=================================
  44. - |-
  45. &cWelcome to louPVP, %player%!
  46. &7Online: &c%onlineplayers%&7/&c%maxonlineplayers%
  47. &8=================================
  48. - |-
  49. &4Welcome to louPVP, %player%!
  50. &7Online: &4%onlineplayers%&7/&4%maxonlineplayers%
  51. &8=================================
  52. - |-
  53. &5Welcome to louPVP, %player%!
  54. &7Online: &5%onlineplayers%&7/&5%maxonlineplayers%
  55. &8=================================
  56. - |-
  57. &1Welcome to louPVP, %player%!
  58. &7Online: &1%onlineplayers%&7/&1%maxonlineplayers%
  59. &8=================================
  60. Footer:
  61. - "&8=================================\n&alouPVP.minehut.gg \n&7X:&a%blockx%&7\
  62. \ Y:&a%blocky%&7 Z:&a%blockz%"
  63. - "&8=================================\n&elouPVP.minehut.gg \n&7X:&e%blockx%&7\
  64. \ Y:&e%blocky%&7 Z:&e%blockz%"
  65. - "&8=================================\n&6louPVP.minehut.gg \n&7X:&6%blockx%&7\
  66. \ Y:&6%blocky%&7 Z:&6%blockz%"
  67. - "&8=================================\n&clouPVP.minehut.gg \n&7X:&c%blockx%&7\
  68. \ Y:&c%blocky%&7 Z:&c%blockz%"
  69. - "&8=================================\n&4louPVP.minehut.gg \n&7X:&4%blockx%&7\
  70. \ Y:&4%blocky%&7 Z:&4%blockz%"
  71. - "&8=================================\n&5louPVP.minehut.gg \n&7X:&5%blockx%&7\
  72. \ Y:&5%blocky%&7 Z:&5%blockz%"
  73. - "&8=================================\n&1louPVP.minehut.gg \n&7X:&1%blockx%&7\
  74. \ Y:&1%blocky%&7 Z:&1%blockz%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement