Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 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: 1
  9. unlimited-nametag-prefix-suffix-mode:
  10. enabled: true
  11. modify-npc-names: true
  12. header:
  13. - '&d&lSUPREME &5&lOP &7&lPRISON'
  14. - '&r'
  15. footer:
  16. - '&r'
  17. - '&r&d&lSTORE &7store.supremeop.com'
  18. - '&r&6&lFORUMS &7forums.supremeop.com'
  19. - '&r&9&lDISCORD &7discord.supremeop.com'
  20.  
  21. #servers and clients 1.9+
  22. enable-collision: true
  23. #the yellow number in tablist
  24. #options: PING, HEARTS, NONE (to disable it), CUSTOM (any placeholder defined below)
  25. tablist-objective: NONE
  26. tablist-objective-custom-value: '%some_placeholderapi_placeholder%'
  27.  
  28. #preventing players in spectator gamemode from appearing at the bottom of tablist with transparent name FOR OTHER PLAYERS
  29. do-not-move-spectators: false
  30. #NOT case sensitive
  31. group-sorting-priority-list:
  32. - Owner
  33. - Youtuber
  34. - Manager
  35. - HeadAdmin
  36. - Admin
  37. - S-Mod
  38. - Moderator
  39. - Helper
  40. - Mystic
  41. - Legend
  42. - Champion
  43. - Platinum
  44. - Ultra
  45. - default
  46. staff-groups:
  47. - Owner
  48. - Admin
  49. - S-Mod
  50. - Moderator
  51. - Helper
  52.  
  53. #better showing of %rank% placeholder
  54. rank-aliases:
  55. _OTHER_: '%vault-prefix%'
  56. #properties: tabprefix, tabsuffix, tagprefix (in name tag), tagsuffix, customtabname (modifying the name itself), header, footer
  57. #extra ones which need unlimited nametag mode enabled: abovename (line of text above name tag), belowname (below name tag), customtagname
  58. Groups:
  59. #any other group not defined above
  60. _OTHER_:
  61. tabprefix: '%prisonranksx_currentrank_displayname%&7 '
  62. tagprefix: '%prisonranksx_currentrank_displayname%&7 '
  63. tabsuffix: '%vault_ranksuffix%%deluxetags_tag%'
  64. tagsuffix: '%vault_ranksuffix%'
  65. customtabname: '%player_name%'
  66. customtagname: '%player_name%'
  67.  
  68. #personal settings, override group settings
  69. Users: []
  70.  
  71. #list of worlds with different settings than default, other worlds will use settings from above
  72. per-world-settings: []
  73. #setting output of some placeholders
  74. placeholders:
  75. deluxetag-yes: < %value% >
  76. deluxetag-no: '&oNo Tag :('
  77. faction-yes: < %value% >
  78. faction-no: '&2Wilderness'
  79. afk-yes: ' &4*&4&lAFK&4*&r'
  80. afk-no: ''
  81. date-format: dd.MM.yyyy
  82. time-format: '[HH:mm:ss / h:mm a]'
  83. #if time doesn't show correctly, you can change the time it shows
  84. #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
  85. time-offset: 0
  86. #remove these strings from everywhere. Typically an empty output when using some clan/faction related plugin but player isn't in any
  87. #so players won't have empty brackets before their names
  88. remove-strings:
  89. - '[] '
  90. - '< > '
  91.  
  92. disable-features-in-worlds:
  93. header-footer:
  94. - disabledworld
  95. tablist-names:
  96. - disabledworld
  97. nametag:
  98. - disabledworld
  99. tablist-objective:
  100. - disabledworld
  101. bossbar:
  102. - disabledworld
  103. belowname:
  104. - disabledworld
  105.  
  106. #the vanilla belowname feature
  107. #doesn't support player placeholders (faction, prefix), only server placeholders (time, date, animations) and static text
  108. belowname:
  109. refresh-interval-ticks: 5
  110. number: '%health%'
  111. text: Health
  112. enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement