Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. # Detailed explanation of all options available at https://github.com/NEZNAMY/TAB/wiki/config.yml
  2.  
  3. change-nametag-prefix-suffix: true
  4. change-tablist-prefix-suffix: true
  5. enable-header-footer: true
  6.  
  7. nametag-refresh-interval-milliseconds: 1000
  8. tablist-refresh-interval-milliseconds: 1000
  9. header-footer-refresh-interval-milliseconds: 100
  10.  
  11. header:
  12. - "%animation:ServerName%"
  13. - "&6&lRank: %rank%"
  14. - "&7&l>> %animation:Welcome%&3 &l%nick%&7&l! &7&l<<"
  15. - "&7Online players: &f%online%"
  16. - "&6Online staff: &e%staffonline%"
  17. - "%animation:ping-tps%"
  18. - ""
  19. - "&7&l Used memory: %memory-used% MB / %memory-max% MB"
  20. - "%animation:MyAnimation1%"
  21. footer:
  22. - "%animation:MyAnimation1%"
  23. - "%animation:time%"
  24. - ""
  25. - "&7Visit our webpage %animation:web%"
  26.  
  27. tablist-objective: PING
  28. tablist-objective-custom-value: "%some_placeholderapi_placeholder%"
  29. group-sorting-priority-list:
  30. - owner
  31. - admin
  32. - mod
  33. - helper
  34. - builder
  35. - premium
  36. - player
  37. - default
  38. Groups:
  39. Owner:
  40. tabprefix: "&0&l[&a&lOwner&0&l] &a"
  41. tagprefix: "&2&lOwner &a"
  42. Admin:
  43. tabprefix: "&0&l[&4&lAdmin&0&l] &1"
  44. tagprefix: "%animation:admin_prefix%"
  45. Player:
  46. tabprefix: "&0&l[&7&lPlayer&0&l] &3"
  47. tagprefix: "&2&lPlayer &3"
  48. hfexample:
  49. header:
  50. - "This is an example for per-group header/footer"
  51. footer:
  52. - "applied to a group"
  53. _OTHER_:
  54. tabprefix: "%vault-prefix% "
  55. tagprefix: "%vault-prefix% "
  56. tabsuffix: "%afk%"
  57. tagsuffix: "%afk%"
  58. customtabname: "%essentialsnick%"
  59. customtagname: "%essentialsnick%"
  60.  
  61. Users:
  62. _NEZNAMY_:
  63. tabprefix: "&6&lTAB Author &a"
  64. tagprefix: "&6&lTAB &r&a"
  65. abovename: "&bOh look, 3 lines of text !"
  66. belowname: "&eThere's only one plugin out there supporting it"
  67.  
  68. belowname:
  69. enabled: true
  70. refresh-interval-milliseconds: 200
  71. number: "%health%"
  72. text: "Health"
  73.  
  74. enable-collision: true
  75. revert-collision-rule-in-worlds:
  76. - revertedworld
  77. do-not-move-spectators: false
  78. unlimited-nametag-prefix-suffix-mode:
  79. enabled: false
  80. modify-npc-names: false
  81.  
  82. per-world-settings:
  83. world1:
  84. header:
  85. - "an example of world with custom"
  86. footer:
  87. - "header/footer and prefix/suffix"
  88. Groups:
  89. Owner:
  90. tabprefix: "&0&l[&a&lOwner&0&l] &a"
  91. tagprefix: "&2&lOwner &a"
  92. world2-world3:
  93. header:
  94. - "This is a shared header for"
  95. - "world2 and world3"
  96. placeholders:
  97. afk-yes: " &4*&4&lAFK&4*&r"
  98. afk-no: ""
  99. date-format: "dd.MM.yyyy"
  100. time-format: "[HH:mm:ss / h:mm a]"
  101. time-offset: 0
  102. remove-strings:
  103. - "[]"
  104. - "< >"
  105. rank-aliases:
  106. Admin: "&4&lADMIN"
  107. Mod: "&b&lMOD"
  108. Premium: "&6&lPREMIUM"
  109. Ultra: "&b&lULTRA"
  110. Legend: "&a&lLEGEND"
  111. Titan: "&c&lTITAN"
  112. Youtuber: "&c&lYOUTUBE"
  113. _OTHER_: "&7No Rank"
  114.  
  115. disable-features-in-worlds:
  116. header-footer:
  117. - disabledworld
  118. tablist-names:
  119. - disabledworld
  120. nametag:
  121. - disabledworld
  122. tablist-objective:
  123. - disabledworld
  124. bossbar:
  125. - disabledworld
  126. belowname:
  127. - disabledworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement