Advertisement
Blood3x

tab minearg 1.14.4

Aug 20th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. change-nametag-prefix-suffix: true #Warning! Disabling will break sorting of players in tablist!
  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:ServerName%"
  12. - "%animation:ping-tps%"
  13. - "%animation:MyAnimation1%"
  14. # - "%animation:versions%" #requires ViaVersion or ProtocolSupport
  15. footer:
  16. - "%animation:MyAnimation1%"
  17. - "%animation:time%"
  18. - ""
  19. - ""
  20. - "%animation:discord%"
  21. - "%animation:discordlink%"
  22.  
  23. #the yellow number in tablist
  24. #options: PING, HEARTS, NONE (to disable it), CUSTOM (any placeholder defined below)
  25. tablist-objective: PING
  26. tablist-objective-custom-value: "%some_placeholderapi_placeholder%"
  27.  
  28. #NOT case sensitive
  29. group-sorting-priority-list:
  30. - op
  31. - dios
  32. - legendario
  33. - epico
  34. - bestia
  35. - premium
  36. - player
  37. - default
  38.  
  39. #properties: tabprefix, tabsuffix, tagprefix (in name tag), tagsuffix, customtabname (modifying the name itself), header, footer
  40. #extra ones which need unlimited nametag mode enabled: abovename (line of text above name tag), belowname (below name tag), customtagname
  41. Groups:
  42. op:
  43. tabprefix: "&0&l[&4&lOP&0&l] &4"
  44. tagprefix: "%animation:admin_prefix%"
  45. Admin:
  46. tabprefix: "&0&l[&4&lAdmin&0&l] &1"
  47. tagprefix: "%animation:admin_prefix%"
  48. default:
  49. belowname: "%player_health%"
  50.  
  51. #any other group not defined above
  52. _OTHER_:
  53. tabprefix: "%vault-prefix% "
  54. tagprefix: "%vault-prefix% "
  55. tabsuffix: "%afk%"
  56. tagsuffix: "%afk%"
  57. customtabname: "%essentialsnick%"
  58. customtagname: "%essentialsnick%"
  59.  
  60. #personal settings, override group settings
  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. #servers 1.9+
  69. enable-collision: true
  70.  
  71. #preventing players in spectator gamemode from appearing at the bottom of tablist with transparent name FOR OTHER PLAYERS
  72. do-not-move-spectators: false
  73.  
  74. #VERY EXPERIMENTAL !
  75. #IF YOU EXPERIENCE ANY ISSUES CONTACT ME
  76. unlimited-nametag-prefix-suffix-mode:
  77. enabled: false
  78.  
  79. #modifying names of NPCs to avoid empty names on NPCs of online players
  80. #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
  81. #needs a relog to see the change
  82. modify-npc-names: false
  83.  
  84.  
  85. #list of worlds with different settings than default, other worlds will use settings from above
  86. per-world-settings:
  87. world1:
  88. header:
  89. - "an example of world with custom"
  90. footer:
  91. - "header/footer and prefix/suffix"
  92. Groups:
  93. Owner:
  94. tabprefix: "&0&l[&a&lOwner&0&l] &a"
  95. tagprefix: "&2&lOwner &a"
  96. header:
  97. - "ur server man"
  98. footer:
  99. - "welcome"
  100. Admin:
  101. tabprefix: "&2&lAdmin &1&l"
  102. tagprefix: "&2&lAdmin &1&l"
  103. default:
  104. tabprefix: "&5&lPlayer &3&l"
  105. tagprefix: "&5&lPlayer &3&l"
  106. Users:
  107. Player1:
  108. tabprefix: "Hi "
  109.  
  110. #setting output of some placeholders
  111. placeholders:
  112. deluxetag-yes: "< %value% >"
  113. deluxetag-no: "&oNo Tag :("
  114. faction-yes: "< %value% >"
  115. faction-no: "&2Wilderness"
  116. afk-yes: " &4*&4&lAFK&4*&r"
  117. afk-no: ""
  118. date-format: "dd.MM.yyyy"
  119. time-format: "[HH:mm:ss / h:mm a]" #pick one of the two common formats
  120.  
  121. #if time doesn't show correctly, you can change the time it shows
  122. #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
  123. time-offset: 1
  124.  
  125. #better showing of %rank% value
  126. rank-aliases:
  127. Admin: "&4&lADMIN"
  128. Mod: "&b&lMOD"
  129. Premium: "&6&lPREMIUM"
  130. Ultra: "&b&lULTRA"
  131. Legend: "&a&lLEGEND"
  132. Titan: "&c&lTITAN"
  133. Youtuber: "&c&lYOUTUBE"
  134.  
  135. disable-features-in-worlds:
  136. header-footer:
  137. - disabledworld
  138. tablist-names:
  139. - disabledworld
  140. nametag:
  141. - disabledworld
  142. tablist-objective:
  143. - disabledworld
  144. bossbar:
  145. - disabledworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement