Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. change-nametag-prefix-suffix: true
  2. change-tablist-prefix-suffix: true
  3. enable-header-footer: true
  4.  
  5. #20 ticks = 1 second
  6. nametag-refresh-interval-ticks: 20
  7. tablist-refresh-interval-ticks: 20
  8. header-footer-refresh-interval-ticks: 2
  9.  
  10. header:
  11. - "%animation:ServerNadfgdfge%"
  12. - "&6&lRank: %rank%"
  13. - "&7&l>> %animation:Welcome%&3 &l%nick%&7&l! &7&l<<"
  14. - "&7Online players: &f%online%"
  15. - "&6Online staff: &e%staffonline%" # staffs are people with "tab.staff" permission
  16. - "%animation:ping-tps%"
  17. - ""
  18. - "&7&l Used memory: %memory-used% MB / %memory-max% MB"
  19. - "%animation:MyAnimation1%"
  20. # - "%animation:versions%" #requires ViaVersion or ProtocolSupport
  21. footer:
  22. - "%animation:MyAnimation1%"
  23. - "%animation:time%"
  24. - ""
  25. - "&7Visit our webpage %animation:web%"
  26.  
  27. #the yellow number in tablist
  28. #options: PING, HEARTS, NONE (to disable it), CUSTOM (any placeholder defined below)
  29. tablist-objective: PING
  30. tablist-objective-custom-value: "%some_placeholderapi_placeholder%"
  31.  
  32. #NOT case sensitive
  33. group-sorting-priority-list:
  34. - owner
  35. - admin
  36. - srmod
  37. - mod
  38. - helper
  39. - galaxy
  40. - supernova
  41. - sun
  42. - star
  43. - moon
  44. - default
  45.  
  46. #properties: tabprefix, tabsuffix, tagprefix (in name tag), tagsuffix, customtabname (modifying the name itself), header, footer
  47. #extra ones which need unlimited nametag mode enabled: abovename (line of text above name tag), belowname (below name tag), customtagname
  48. Groups:
  49. #any other group not defined above
  50. _OTHER_:
  51. tabprefix: "%vault-prefix% "
  52. tagprefix: "%vault-prefix% "
  53. tabsuffix: "%afk%"
  54. tagsuffix: "%afk%"
  55. customtabname: "%essentialsnick%"
  56. customtagname: "%essentialsnick%"
  57.  
  58. #personal settings, override group settings
  59. Users:
  60. _NEZNAMY_:
  61. tabprefix: "&6&lTAB Author &a(and a nice guy)"
  62. tagprefix: "&6&lTAB &r&a"
  63. abovename: "&bOh look, 3 lines of text ! yep, kinda awesome"
  64. belowname: "&eThere's only one plugin out there supporting it(and he is an awesome guy :D)"
  65.  
  66. #the vanilla belowname feature
  67. #doesn't support player placeholders (faction, prefix), only server placeholders (time, date, animations) and static text
  68. belowname:
  69. enabled: true
  70. refresh-interval-ticks: 5
  71. number: "%health%"
  72. text: "Health"
  73.  
  74.  
  75. #servers and clients 1.9+
  76. enable-collision: true
  77.  
  78. #preventing players in spectator gamemode from appearing at the bottom of tablist with transparent name FOR OTHER PLAYERS
  79. do-not-move-spectators: false
  80.  
  81. #VERY EXPERIMENTAL !
  82. #IF YOU EXPERIENCE ANY ISSUES CONTACT ME
  83. unlimited-nametag-prefix-suffix-mode:
  84. enabled: false
  85.  
  86. #modifying names of NPCs to avoid empty names on NPCs of online players
  87. #this blocks any other attemps to change the name visibility or anything, so you need to disable it if you are using some citizens addon that changes their name
  88. #needs relog to see the change
  89. modify-npc-names: false
  90.  
  91.  
  92. #list of worlds with different settings than default, other worlds will use settings from above
  93. per-world-settings:
  94.  
  95. #setting output of some placeholders
  96. placeholders:
  97. deluxetag-yes: "< %value% >"
  98. deluxetag-no: "&oNo Tag :("
  99. faction-yes: "< %value% >"
  100. faction-no: "&2Wilderness"
  101. afk-yes: " &4*&4&lAFK&4*&r"
  102. afk-no: ""
  103. date-format: "dd.MM.yyyy"
  104. time-format: "[HH:mm:ss / h:mm a]" #pick one of the two common formats
  105.  
  106. #if time doesn't show correctly, you can change the time it shows
  107. #setting to -1 will make it show 1 hour less than it does currently, 1 makes it show one hour more than currently, 0 does nothing
  108. time-offset: 0
  109.  
  110. #remove these strings from everywhere. Typically an empty output when using some clan/faction related plugin but player isn't in any
  111. #so players won't have empty brackets before their names
  112. remove-strings:
  113. - "[] "
  114. - "< > "
  115.  
  116. #better showing of %rank% placeholder
  117. rank-aliases:
  118. Admin: "&4&lAdmin"
  119. SrMod: "&3SrMod"
  120. Mod: "&5&lMod"
  121. Helper: "&a&lHelper"
  122. Youtuber: "&c&lYOUTUBE"
  123. Galaxy: "&6Galaxy"
  124. SuperNova: "&5SuperNova"
  125. Sun: "&eSun"
  126. Star: "&aStar"
  127. Moon: "&7Moon"
  128. _OTHER_: "&7Member"
  129.  
  130. disable-features-in-worlds:
  131. header-footer:
  132. - disabledworld
  133. tablist-names:
  134. - disabledworld
  135. nametag:
  136. - disabledworld
  137. tablist-objective:
  138. - disabledworld
  139. bossbar:
  140. - disabledworld
  141. belowname:
  142. - disabledworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement