Advertisement
DeleteMetaInf

TAB Reborn config

Jan 22nd, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 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. header:
  10. - '%animation:ServerName%'
  11. - ''
  12. - '&7&l>> &7Welcome, &a%nick%&7! &7&l<<'
  13. - '&6Rank: %rank%'
  14. - ''
  15. - '&eServer TPS: &a%tps%'
  16. - '&bYour ping: %ping%'
  17. - ''
  18. - '&dOnline players: &f%online%'
  19. - '&cOnline staff: &e%staffonline%'
  20. footer: null
  21. #the yellow number in tablist
  22. #options: PING, HEARTS, NONE (to disable it), CUSTOM (any placeholder defined below)
  23. tablist-objective: PING
  24. tablist-objective-custom-value: '%some_placeholderapi_placeholder%'
  25. #NOT case sensitive
  26. group-sorting-priority-list:
  27. - owner
  28. - mod
  29. - player
  30. - default
  31. #properties: tabprefix, tabsuffix, tagprefix (in name tag), tagsuffix, customtabname (modifying the name itself), header, footer
  32. #extra ones which need unlimited nametag mode enabled: abovename (line of text above name tag), belowname (below name tag), customtagname
  33. Groups:
  34. Owner:
  35. tabprefix: '&4[&cOwner&4] &r'
  36. tagprefix: '&cOwner &r'
  37. header:
  38. - '%animation:ServerName%'
  39. - ''
  40. - '&6Rank: %rank%'
  41. - '&7&l>> &7Welcome, &a%nick%&7! &7&l<<'
  42. - '&bOnline players: &f%online%'
  43. - '&cOnline staff: &e%staffonline%'
  44. - 'Ping: %ping%'
  45. - ''
  46. footer: null
  47. #any other group not defined above
  48. _OTHER_:
  49. tabprefix: '%vault-prefix%'
  50. tagprefix: '%vault-prefix%'
  51. tabsuffix: '%afk%'
  52. tagsuffix: '%afk%'
  53. customtabname: '%essentialsnick%'
  54. customtagname: '%essentialsnick%'
  55.  
  56. #personal settings, override group settings
  57. Users:
  58. _NEZNAMY_:
  59. tabprefix: '&6&lTAB Author &a'
  60. tagprefix: '&6&lTAB &r&a'
  61. abovename: '&bOh look, 3 lines of text !'
  62. belowname: '&eThere''s only one plugin out there supporting it'
  63.  
  64. #the vanilla belowname feature
  65. #doesn't support player placeholders (faction, prefix), only server placeholders (time, date, animations) and static text
  66. belowname:
  67. enabled: false
  68. refresh-interval-ticks: 5
  69. number: '%health%'
  70. text: Health
  71.  
  72. #servers and clients 1.9+
  73. enable-collision: true
  74.  
  75. #preventing players in spectator gamemode from appearing at the bottom of tablist with transparent name FOR OTHER PLAYERS
  76. do-not-move-spectators: false
  77. #VERY EXPERIMENTAL !
  78. #IF YOU EXPERIENCE ANY ISSUES CONTACT ME
  79. unlimited-nametag-prefix-suffix-mode:
  80. enabled: false
  81. #modifying names of NPCs to avoid empty names on NPCs of online players
  82. #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
  83. #needs relog to see the change
  84. modify-npc-names: false
  85.  
  86. #list of worlds with different settings than default, other worlds will use settings from above
  87. per-world-settings:
  88. world1:
  89. header:
  90. - an example of world with custom
  91. footer:
  92. - header/footer and prefix/suffix
  93. Groups:
  94. Owner:
  95. tabprefix: '&0&l[&a&lOwner&0&l] &a'
  96. tagprefix: '&2&lOwner &a'
  97. world2-world3:
  98. header:
  99. - This is a shared header for
  100. - world2 and world3
  101. #setting output of some placeholders
  102. placeholders:
  103. deluxetag-yes: < %value% >
  104. deluxetag-no: '&oNo Tag :('
  105. faction-yes: < %value% >
  106. faction-no: '&2Wilderness'
  107. afk-yes: ' &8(&7AFK&8)&r'
  108. afk-no: ''
  109. date-format: dd.MM.yyyy
  110. time-format: '[HH:mm:ss / h:mm a]'
  111. #if time doesn't show correctly, you can change the time it shows
  112. #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
  113. time-offset: 0
  114. #remove these strings from everywhere. Typically an empty output when using some clan/faction related plugin but player isn't in any
  115. #so players won't have empty brackets before their names
  116. remove-strings:
  117. - '[] '
  118. - '< > '
  119.  
  120. #better showing of %rank% placeholder
  121. rank-aliases:
  122. #any other group not defined above
  123. OWNER: '&c&lOwner'
  124. MOD: '&b&lMod'
  125. _OTHER_: '&7No rank'
  126.  
  127. disable-features-in-worlds:
  128. header-footer:
  129. - disabledworld
  130. tablist-names:
  131. - disabledworld
  132. nametag:
  133. - disabledworld
  134. tablist-objective:
  135. - disabledworld
  136. bossbar:
  137. - disabledworld
  138. belowname:
  139. - disabledworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement