Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 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:Rorycool123's server%'
  11. - '&6&lRank: %Owner%'
  12. - '&7&l>> %animation:Welcome%&3 &l%nick%&7&l! &7&l<<'
  13. - '&7Online players: &f%online%'
  14. - '&6Online staff: &e%staffonline%'
  15. - '%animation:ping-tps%'
  16. - ''
  17. - '&7&l Used memory: %memory-used% MB / %memory-max% MB'
  18. - '%animation:MyAnimation1%'
  19. footer:
  20.  
  21. - ''\\\
  22. #the yellow number in tablist
  23. #options: PING, HEARTS, NONE (to disable it), CUSTOM (any placeholder defined below)
  24. tablist-objective: PING
  25. tablist-objective-custom-value: '%some_placeholderapi_placeholder%'
  26. #NOT case sensitive
  27. group-sorting-priority-list:
  28. - owner
  29. - mod
  30. - admin
  31. - premium
  32. - helper
  33. - builder
  34. - player
  35. - default
  36. #properties: tabprefix, tabsuffix, tagprefix (in name tag), tagsuffix, customtabname (modifying the name itself), header, footer
  37. #extra ones which need unlimited nametag mode enabled: abovename (line of text above name tag), belowname (below name tag), customtagname
  38. Groups:
  39. Owner:
  40. tabprefix: '&0&l[&a&lOwner&0&l] &a'
  41. tagprefix: '&2&lOwner &a'
  42. header:
  43. - ur server man
  44. footer:
  45. - welcome
  46. - ''
  47. - THIS IS NOT A BUG
  48. - DO NOT REPORT THIS AS A BUG
  49. - This is per-group header/footer
  50. - applied to Owner group
  51. - You can modify this or delete in config in Groups section
  52. Admin:
  53. tabprefix: '&0&l[&4&lAdmin&0&l] &1'
  54. tagprefix: '%animation:admin_prefix%'
  55. Player:
  56. tabprefix: '&0&l[&7&lPlayer&0&l] &3'
  57. tagprefix: '&2&lPlayer &3'
  58. #any other group not defined above
  59. _OTHER_:
  60. tabprefix: '%vault-prefix% '
  61. tagprefix: '%vault-prefix% '
  62. tabsuffix: '%afk%'
  63. tagsuffix: '%afk%'
  64. customtabname: '%essentialsnick%'
  65. customtagname: '%essentialsnick%'
  66.  
  67. #personal settings, override group settings
  68. Users:
  69. _NEZNAMY_:
  70. tabprefix: '&6&lTAB Author &a'
  71. tagprefix: '&6&lTAB &r&a'
  72. abovename: '&bOh look, 3 lines of text !'
  73. belowname: '&eThere''s only one plugin out there supporting it'
  74. Builder4live:
  75. tabprefix: '&2&lBuilder &a'
  76. grutleboy99:
  77. tabprefix: '&4&lAdmin &c'
  78. Glosh56:
  79. tabsuffix: '&r &4&lAdmin'
  80. tabprefix: '&2&lBuilder &a'
  81.  
  82. #the vanilla belowname feature
  83. #doesn't support player placeholders (faction, prefix), only server placeholders (time, date, animations) and static text
  84. belowname:
  85. enabled: true
  86. refresh-interval-ticks: 5
  87. number: '%health%'
  88. text: Health
  89.  
  90. #servers and clients 1.9+
  91. enable-collision: true
  92.  
  93. #preventing players in spectator gamemode from appearing at the bottom of tablist with transparent name FOR OTHER PLAYERS
  94. do-not-move-spectators: false
  95. #VERY EXPERIMENTAL !
  96. #IF YOU EXPERIENCE ANY ISSUES CONTACT ME
  97. unlimited-nametag-prefix-suffix-mode:
  98. enabled: false
  99. #modifying names of NPCs to avoid empty names on NPCs of online players
  100. #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
  101. #needs relog to see the change
  102. modify-npc-names: false
  103.  
  104. #list of worlds with different settings than default, other worlds will use settings from above
  105. per-world-settings:
  106. world1:
  107. header:
  108. - an example of world with custom
  109. footer:
  110. - header/footer and prefix/suffix
  111. Groups:
  112. Owner:
  113. tabprefix: '&0&l[&a&lOwner&0&l] &a'
  114. tagprefix: '&2&lOwner &a'
  115. world2-world3:
  116. header:
  117. - This is a shared header for
  118. - world2 and world3
  119. #setting output of some placeholders
  120. placeholders:
  121. afk-yes: ' &4*&4&lAFK&4*&r'
  122. afk-no: ''
  123. date-format: dd.MM.yyyy
  124. time-format: '[HH:mm:ss / h:mm a]'
  125. #if time doesn't show correctly, you can change the time it shows
  126. #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
  127. time-offset: 0
  128. #remove these strings from everywhere. Typically an empty output when using some clan/faction related plugin but player isn't in any
  129. #so players won't have empty brackets before their names
  130. remove-strings:
  131. - '[] '
  132. - '< > '
  133.  
  134. #better showing of %rank% placeholder
  135. rank-aliases:
  136. Admin: '&4&lADMIN'
  137. Mod: '&b&lMOD'
  138. Premium: '&6&lPREMIUM'
  139. Ultra: '&b&lULTRA'
  140. Legend: '&a&lLEGEND'
  141. Titan: '&c&lTITAN'
  142. Youtuber: '&c&lYOUTUBE'
  143. #any other group not defined above
  144. _OTHER_: '&7No Rank'
  145.  
  146. disable-features-in-worlds:
  147. header-footer:
  148. - disabledworld
  149. tablist-names:
  150. - disabledworld
  151. nametag:
  152. - disabledworld
  153. tablist-objective:
  154. - disabledworld
  155. bossbar:
  156. - disabledworld
  157. belowname:
  158. - disabledworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement