Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. #
  2. # %online% = online count
  3. # %ping% = ping of player
  4. # %nick% = nickname of player
  5. # %ip% = IP of player
  6. # %time% = for example 20:30:00
  7. # %rank% = permission group of player
  8. # %money% = money of player
  9. # %world% = name of world where player is
  10. # %worldonline% = amount of players in the same world, might be useful with per-world-playerlist enabled
  11. # %canseeonline% = similar to online, but doesn't count vanished players
  12. # %staffonline% = amount of staff online, groups can be defined below
  13. # %kingdom% = if kingdom plugin is installed..
  14. # %faction% = if a faction plugin is installed..
  15. # .. + PlaceholderAPI
  16.  
  17. change-nametag-prefix-suffix: true
  18. change-tablist-prefix-suffix: true
  19. enable-header-footer: true
  20. nametag-refresh-interval-ticks: 200
  21. tablist-refresh-interval-ticks: 200
  22. header-footer-refresh-interval-ticks: 5
  23. header:
  24. - ''
  25. - '&6&lUnchainedMC'
  26. - ''
  27. - '&7Ping - &f%ping%'
  28. footer:
  29. - '&f'
  30. - '&7You are currently on &fFactions'
  31. - '&f'
  32. - '&7Website - &fwww.unchainedmc.net'
  33. - '&7Store - &fstore.unchainedmc.net'
  34. - ''
  35. - '%animated-object:Sale%'
  36. - '&f'
  37. show-ping-in-tab: false
  38. invalid-ping-replacement: -1
  39. use-essentials-nickname-in-tab: false
  40. per-world-playerlist: false
  41. if-a-player-is-assigned-to-more-than-1-group-the-group-higher-in-this-list-will-be-used-to-apply-prefix-suffix:
  42. - Owner
  43. - Developer
  44. - Manager
  45. - Admin
  46. - Mod
  47. - Helper
  48. - Overseer
  49. - Destroyer
  50. - Gladiator
  51. - Warrior
  52. - default
  53. staff-groups:
  54. - Owner
  55. - Developer
  56. - Manager
  57. - Admin
  58. - Mod
  59. - Helper
  60. rank-aliases:
  61. player: '&7No Rank'
  62. Groups:
  63. owner:
  64. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  65. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  66. tabsuffix: ' &f%factionsuuid_faction_name%'
  67. tagsuffix: ' &f%factionsuuid_faction_name%'
  68. dev:
  69. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  70. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  71. tabsuffix: ' &f%factionsuuid_faction_name%'
  72. tagsuffix: ' &f%factionsuuid_faction_name%'
  73. manager:
  74. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  75. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  76. tabsuffix: ' &f%factionsuuid_faction_name%'
  77. tagsuffix: ' &f%factionsuuid_faction_name%'
  78. admin:
  79. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  80. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  81. tabsuffix: ' &f%factionsuuid_faction_name%'
  82. tagsuffix: ' &f%factionsuuid_faction_name%'
  83. mod:
  84. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  85. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  86. tabsuffix: ' &f%factionsuuid_faction_name%'
  87. tagsuffix: ' &f%factionsuuid_faction_name%'
  88. helper:
  89. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  90. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  91. tabsuffix: ' &f%factionsuuid_faction_name%'
  92. tagsuffix: ' &f%factionsuuid_faction_name%'
  93. overseer:
  94. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  95. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  96. tabsuffix: ' &f%factionsuuid_faction_name%'
  97. tagsuffix: ' &f%factionsuuid_faction_name%'
  98. destroyer:
  99. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  100. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  101. tabsuffix: ' &f%factionsuuid_faction_name%'
  102. tagsuffix: ' &f%factionsuuid_faction_name%'
  103. gladiator:
  104. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  105. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  106. tabsuffix: ' &f%factionsuuid_faction_name%'
  107. tagsuffix: ' &f%factionsuuid_faction_name%'
  108. warrior:
  109. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  110. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  111. tabsuffix: ' &f%factionsuuid_faction_name%'
  112. tagsuffix: ' &f%factionsuuid_faction_name%'
  113. default:
  114. tabprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  115. tagprefix: ' <%rel_factionsuuid_relation_color%%rel_factionsuuid_relation%&r> '
  116. tabsuffix: ' &f%factionsuuid_faction_name%'
  117. tagsuffix: ' &f%factionsuuid_faction_name%'
  118. Users:
  119. ewrsf:
  120. tabprefix: '&e&lOVERSEER &f&f&l'
  121. tagprefix: '&e&lOVERSEER &f&f&l'
  122. tabsuffix: ''
  123. tagsuffix: ''
  124. per-world-settings:
  125. world1:
  126. header:
  127. - an example of world with custom
  128. footer:
  129. - header/footer and prefix/suffix
  130. unlimited-nametag-prefix-suffix-mode:
  131. enabled: false
  132. modify-npc-names: false
  133. tablist-objective: NONE
  134. tablist-objective-custom-value: ''
  135. placeholders:
  136. faction-no: '&2Wilderness'
  137. faction-yes: <%value%>
  138. deluxetag-no: '&oNo Tag :('
  139. deluxetag-yes: < %value% >
  140. afk-no: ''
  141. afk-yes: ' &4*&4&lAFK&4*&r'
  142. time-format: '[HH:mm:ss / h:mm a]'
  143. time-offset: 0.0
  144. date-format: dd.MM.yyyy
  145. disable-features-in-worlds:
  146. nametag:
  147. - world
  148. header-footer:
  149. - disabledworld
  150. tablist-names:
  151. - disabledworld
  152. tablist-objective:
  153. - disabledworld
  154. bossbar:
  155. - disabledworld
  156. enable-collision: true
  157. do-not-move-spectators: false
  158. group-sorting-priority-list:
  159. - Owner
  160. - Admin
  161. - Mod
  162. - Helper
  163. - Overseer
  164. - Destroyer
  165. - Gladiator
  166. - Warrior
  167. - default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement