Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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. # %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 #Warning! Disabling will break sorting of players in tablist!
  18. change-tablist-prefix-suffix: true
  19. enable-header-footer: true
  20.  
  21. #1 tick = 50 milliseconds
  22. nametag-refresh-interval-ticks: 200
  23. tablist-refresh-interval-ticks: 200
  24. header-footer-refresh-interval-ticks: 1
  25.  
  26. header:
  27. - '&e&m----[--&r &bAsgardServer &r&e&m--]----&r'
  28. - ''
  29. - '&r&fTu rango es: %vault_prefix%%vault_rank%'
  30. - '&fDinero en mano: &a%vault_eco_balance% $'
  31. - ''
  32. - '&7&m--------------------------'
  33. # - "%animated-object:versions%" #requires ViaVersion
  34. footer:
  35. - '&7&m--------------------------'
  36. - '&7Jugadores conectados: &c%server_online%'
  37. - '&7Horario español: &c%server_time_H%:%server_time_m%:%server_time_s%'
  38. - ''
  39. - '&7WEB: &aasgardserver.es'
  40. - '&7TS3: &ats3.asgardserver.es'
  41.  
  42. show-ping-in-tab: false
  43. invalid-ping-replacement: -1
  44. use-essentials-nickname-in-tab: false
  45.  
  46. #different playerlist in differnt world. Like on a bungeecord
  47. per-world-playerlist: false
  48.  
  49. #renamed, so hopefully nobody will ask what is this anymore..
  50. if-a-player-is-assigned-to-more-than-1-group-the-group-higher-in-this-list-will-be-used-to-apply-prefix-suffix:
  51.  
  52. #used for %staffonline% variable
  53. staff-groups:
  54.  
  55. #better showing of %rank% value
  56. rank-aliases:
  57.  
  58. #tabprefix = prefix in tablist with no known limit of characters
  59. #tagprefix = prefix above player's character with limit of 16 characters
  60. #tabsuffix = suffix in tablist with no known limit of characters
  61. #tagsuffix = suffix above player's character with limit of 16 characters
  62. #you don't need to use all 4, you can delete the empty values to not have this config full of "spam"
  63.  
  64. #players are sorted in tablist alphabetically by their tabprefix
  65. #for a guide how to "bypass" this, check FAQ on plugin's spigot page
  66. Groups:
  67. duque:
  68. tabprefix: "%vault_prefix%"
  69. tagprefix: ""
  70. conde:
  71. tabprefix: "%vault_prefix%"
  72. tagprefix: ""
  73. hidalgo:
  74. tabprefix: "%vault_prefix%"
  75. tagprefix: ""
  76. burgues:
  77. tabprefix: "%vault_prefix%"
  78. tagprefix: ""
  79. mercader:
  80. tabprefix: "%vault_prefix%"
  81. tagprefix: ""
  82. soldado:
  83. tabprefix: "%vault_prefix%"
  84. tagprefix: ""
  85. artesano:
  86. tabprefix: "%vault_prefix%"
  87. tagprefix: ""
  88. obrero:
  89. tabprefix: "%vault_prefix%"
  90. tagprefix: ""
  91. campesino:
  92. tabprefix: "%vault_prefix%"
  93. tagprefix: ""
  94. jornalero:
  95. tabprefix: "%vault_prefix%"
  96. tagprefix: ""
  97. mendigo:
  98. tabprefix: "%vault_prefix%"
  99. tagprefix: ""
  100. esclavo:
  101. tabprefix: "%vault_prefix%"
  102. tagprefix: ""
  103. ratacloaca:
  104. tabprefix: "%vault_prefix%"
  105. tagprefix: ""
  106.  
  107. #personal settings, override group settings
  108. Users:
  109.  
  110. #list of worlds with different settings than default, other worlds will use settings from above
  111. per-world-settings:
  112. world1:
  113. header:
  114. - "an example of world with custom"
  115. footer:
  116. - "header/footer and prefix/suffix"
  117. Groups:
  118. Admin:
  119. tabprefix: "&2&lAdmin &1&l"
  120. tagprefix: "&2&lAdmin &1&l"
  121. Player:
  122. tabprefix: "&5&lPlayer &3&l"
  123. tagprefix: "&5&lPlayer &3&l"
  124. world2:
  125. Groups:
  126. Admin:
  127. tabprefix: "&2&lAdmin &1&l"
  128. tagprefix: "&2&lAdmin &1&l"
  129. Player:
  130. tabprefix: "&5&lPlayer &3&l"
  131. tagprefix: "&5&lPlayer &3&l"
  132. Users:
  133. Player1:
  134. tabprefix: ""
  135. tagprefix: ""
  136. tabsuffix: ""
  137. tagsuffix: ""
  138. world3:
  139. header:
  140. - "an example of custom header/footer"
  141. - "in world3, but"
  142. footer:
  143. - "prefix and suffix still same"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement