Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. #some placeholders
  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. # %deluxetag% = tag from plugin DeluxeTags
  10. # %world% = name of world where player is
  11. # %worldonline% = amount of players in the same world, might be useful with per-world-playerlist enabled
  12. # %canseeonline% = similar to online, but doesn't count vanished players
  13. # %staffonline% = amount of staff online, groups can be defined below
  14. # %kingdom% = if kingdom plugin is installed..
  15. # %faction% = if a faction plugin is installed..
  16. # .. + PlaceholderAPI
  17.  
  18. change-nametag-prefix-suffix: true #Warning! Disabling will break sorting of players in tablist!
  19. change-tablist-prefix-suffix: true
  20. enable-header-footer: true
  21.  
  22. #1 tick = 50 milliseconds
  23. nametag-refresh-interval-ticks: 200
  24. tablist-refresh-interval-ticks: 200
  25. header-footer-refresh-interval-ticks: 1
  26.  
  27. header:
  28. - '&6* &8&m-----&7&m-----&e&m------&8<&r &6&lFerox &r&8>&e&m------&7&m-----&8&m-----&r &6*'
  29. - '&8[&e%server_online%/%server_max_players%&8]'
  30. - '&7Your Ping: &e%player_ping%'
  31. - '&7Votes until Vote-Party: &e%voteparty_counter%'
  32. - '&c&nThanks Giving Sale! 50% OFF!&r &c&l/Buy'
  33. - '&f'
  34. # - "%animated-object:versions%" #requires ViaVersion or ProtocolSupport
  35. footer:
  36. - '&f'
  37. - '&7Your Balance: &e$%vault_eco_balance_fixed%'
  38. - '&7Auto restart: &e06:00 BST / 01:00 EST'
  39. - '&6* &8&m-----&7&m-----&e&m------&8<&r &6&lstore.FeroxSurvival.net&r &8>&e&m------&7&m-----&8&m-----&r &6*'
  40.  
  41. show-ping-in-tab: false
  42. invalid-ping-replacement: -1
  43. use-essentials-nickname-in-tab: false
  44.  
  45. #different playerlist in differnt world. Like on a bungeecord
  46. per-world-playerlist: false
  47.  
  48. #renamed, so hopefully nobody will ask what is this anymore..
  49. if-a-player-is-assigned-to-more-than-1-group-the-group-higher-in-this-list-will-be-used-to-apply-prefix-suffix:
  50. - "Owner"
  51. - "Admin"
  52. - "Moderator"
  53. - "Helper"
  54. - "Trialstaff"
  55. - "MVP"
  56. - "VIP"
  57. - "Supporter"
  58.  
  59. #used for %staffonline% variable
  60. staff-groups:
  61.  
  62. #better showing of %rank% value
  63. rank-aliases:
  64.  
  65. #tabprefix = prefix in tablist with no known limit of characters
  66. #tagprefix = prefix above player's character with limit of 16 characters
  67. #tabsuffix = suffix in tablist with no known limit of characters
  68. #tagsuffix = suffix above player's character with limit of 16 characters
  69. #you don't need to use all 4, you can delete the empty values to not have this config full of "spam"
  70.  
  71. #players are sorted in tablist alphabetically by their tabprefix
  72. #for a guide how to "bypass" this, check FAQ on plugin's spigot page
  73. Groups:
  74. Owner:
  75. tabprefix: "&3&lOwner &b"
  76. tagprefix: "&3&lOwner &b"
  77. Admin:
  78. tabprefix: "&4&lAdmin &c"
  79. tagprefix: "&4&lAdmin &c"
  80. Moderator:
  81. tabprefix: "&5&lMod &d"
  82. tagprefix: "&5&lMod &d"
  83. Helper:
  84. tabprefix: "&2&lHelper &a"
  85. tagprefix: "&2&lHelper &a"
  86. Trialstaff:
  87. tabprefix: "&6&lTS &e"
  88. tagprefix: "&6&lTS &e"
  89. MVP:
  90. tabprefix: "&9&lMVP &b"
  91. tagprefix: "&9&lMVP &b"
  92. VIP:
  93. tabprefix: "&e&lVIP &6"
  94. tagprefix: "&e&lVIP &6"
  95. Supporter:
  96. tabprefix: "&a&lSupporter &2"
  97. tagprefix: "&a&lSupporter &2"
  98.  
  99. #personal settings, override group settings
  100. Users:
  101. Player1:
  102. tabprefix: ""
  103. tagprefix: ""
  104. tabsuffix: ""
  105. tagsuffix: ""
  106.  
  107. #list of worlds with different settings than default, other worlds will use settings from above
  108. per-world-settings:
  109. world1:
  110. header:
  111. - "an example of world with custom"
  112. footer:
  113. - "header/footer and prefix/suffix"
  114. Groups:
  115. Admin:
  116. tabprefix: "&2&lAdmin &1&l"
  117. tagprefix: "&2&lAdmin &1&l"
  118. Player:
  119. tabprefix: "&5&lPlayer &3&l"
  120. tagprefix: "&5&lPlayer &3&l"
  121. world2:
  122. Groups:
  123. Admin:
  124. tabprefix: "&2&lAdmin &1&l"
  125. tagprefix: "&2&lAdmin &1&l"
  126. Player:
  127. tabprefix: "&5&lPlayer &3&l"
  128. tagprefix: "&5&lPlayer &3&l"
  129. Users:
  130. Player1:
  131. tabprefix: ""
  132. tagprefix: ""
  133. tabsuffix: ""
  134. tagsuffix: ""
  135. world3:
  136. header:
  137. - "an example of custom header/footer"
  138. - "in world3, but"
  139. footer:
  140. - "prefix and suffix still same"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement