Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. #=================================OOO====================================#
  2. # TabList Configuration File #
  3. #=================================OOO====================================#
  4. # config.yml file. Plugin version: 3.9 #
  5. # Author, created by: montlikadani #
  6. #=================================OOO====================================#
  7. # [Default configuration] #
  8. # https://github.com/montlikadani/TabList/blob/master/config.yml #
  9. # #
  10. # [Placeholders] #
  11. # https://www.spigotmc.org/wiki/placeholderapi-placeholders/ #
  12. # #
  13. # [Other placeholders] #
  14. # https://github.com/montlikadani/TabList/wiki/Placeholders #
  15. # #
  16. # [Tips] #
  17. # - Use color coding '&' character, on this page: #
  18. # http://minecraft.gamepedia.com/Formatting_codes #
  19. # - If you find a bug, send here: #
  20. # https://github.com/montlikadani/TabList/issues #
  21. # - Use symbols in messages, on this page: #
  22. # https://github.com/montlikadani/TabList/wiki/Symbols #
  23. # - If the string is empty does not send the message. #
  24. #=================================OOO====================================#
  25.  
  26. # PlaceholderAPI use for the plugin.
  27. placeholderapi: true
  28.  
  29. # Different playerlist in different world.
  30. per-world-player-list: false
  31.  
  32. # Remove the NPC name from the tab?
  33. # If the Citizens plugin has installed then this ignoring, because the Citizens has a feature
  34. # to disable the npcs from tab.
  35. remove-npc-name-from-tab: false
  36.  
  37. # Fake players that are on the tab.
  38. enable-fake-players: false
  39.  
  40. # Formats/examples: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  41. # Used for %server-time% placeholder.
  42. time-format: "mm:HH"
  43. # Used for %date% placeholder.
  44. date-format: "dd/MM/yyyy"
  45.  
  46. # Ping color format for %ping% placeholder.
  47. ping-placeholder-format:
  48. enable: false
  49. # Use color coding "&" for color.
  50. good-ping:
  51. color: "&a"
  52. amount: 200
  53. medium-ping:
  54. color: "&6"
  55. amount: 500
  56. bad-ping: "&c"
  57.  
  58. # Custom variables with unlimited variables.
  59. # Use: <something>: "&6Message..."
  60. custom-variables:
  61. <name>: "&a&o%player_name%"
  62. <lines>: "&6&m+---------------------+"
  63.  
  64. # Enables to change prefix & suffix in player tablist.
  65. # WARNING! Overwrites the tabname function.
  66. change-prefix-suffix-in-tablist:
  67. enable: true
  68. # Refresh interval in seconds.
  69. # Set to 0 if you don't want to refresh the groups.
  70. # If 0 you will required to execute the /tl rl command, to reload the groups.
  71. refresh-interval: 30
  72. # Hide player group in tablist when the player is vanished?
  73. # Required Essentials plugin!
  74. hide-group-when-player-vanished: true
  75. # Hide player group in tablist when the player is afk?
  76. # Required Essentials plugin!
  77. hide-group-when-player-afk: false
  78. # Use the Essentials nickname instead of groups?
  79. use-essentials-nickname: true
  80. # Hide name tag visibility of the player.
  81. # This only works if the changing-type scoreboard.
  82. # Types: always, hide_for_other_teams, hide_for_own_team, never
  83. name-tag-visibility: always
  84. # WARNING! You can only change it to false if you experience a problem by changing the group prefix and suffix.
  85. use-external-scoreboard: true
  86. # Scoreboard changing types (if you experience some problems by changing group).
  87. # scoreboard - Max. character is 16 (if use 1.13 version max. 64) in prefix & suffix.
  88. # namer - Max. character is unlimited.
  89. changing-type: scoreboard
  90.  
  91. # Tablist objective types
  92. # Shows your current health (with life indicator), shows your current ping or a custom placeholder
  93. # that shows number.
  94. tablist-object-type:
  95. enable: false
  96. # Types:
  97. # ping - ping of player
  98. # health - health of player
  99. # custom - custom value
  100. type: ping
  101. # Objective settings
  102. object-settings:
  103. # The ping side next to the player's name indicates the right side.
  104. ping:
  105. # Ping update time interval in seconds.
  106. update-interval: 3
  107. # Which worlds do not show up in ping (world names)?
  108. disabled-worlds: []
  109. # The player health (life) the player's name indicates the right side.
  110. health:
  111. # Which worlds do not show the players health in tab?
  112. disabled-worlds:
  113. - world_the_end
  114. # Blacklisted players who do not show the health in tab.
  115. blacklisted-players:
  116. - exampleplayer
  117. - players
  118. # It only accepts number-ending placeholders, such as player levels (doubled numbers "2.1" do NOT work).
  119. custom:
  120. custom-value: "%player_level%"
  121. # Refresh interval in seconds.
  122. refresh-interval: 3
  123. # Which worlds do not show the custom value setting (world names)?
  124. disabled-worlds: []
  125.  
  126. # Changing player tablist name with unlimited characters.
  127. tabname:
  128. # Allow to change player tab name.
  129. # Warning if this is false, the command will not be registered either. Requires server restart!
  130. enable: false
  131. # Use the Essentials nickname instead of tab name?
  132. use-essentials-nickname: false
  133. # How many letters should be allowed?
  134. max-name-length: 200
  135. # When the player left the server, delete the tab name?
  136. clear-player-tabname-on-quit: false
  137. # Enables color coding for tab names. ("&")
  138. # false - disables all placeholders, symbols, and color codes.
  139. enable-color-code: true
  140. # Enable the default color. (If the player has not written a color code, this color will be given by default.)
  141. default-color:
  142. enable: false
  143. color: "&6"
  144. # Which worlds can not be change the tab name?
  145. disabled-worlds: []
  146. # Which names can not be used?
  147. blacklist-names:
  148. - tabname
  149.  
  150. # Tablist, header & footer with animation.
  151. # Current plugin placeholders: https://github.com/montlikadani/TabList/wiki/Placeholders
  152. # Use placeholders: https://www.spigotmc.org/wiki/placeholderapi-placeholders/
  153. # Use symbols: https://github.com/montlikadani/TabList/wiki/Symbols
  154. # Use %anim:animationName% placeholder to make an animation.
  155. tablist:
  156. # Enable the tab? (Header & footer)
  157. enable: true
  158. # Hide tab when the player is vanished?
  159. # Required Essentials plugin!
  160. hide-tab-when-player-vanished: false
  161. # What world does not display the tab?
  162. disabled-worlds:
  163. - "world1"
  164. - "worldTest"
  165. # Blacklisted players, where the player not see the tab.
  166. blacklisted-players: []
  167. # Tab update time interval. (In ticks!)
  168. # Set 0 to disable the tab refresh.
  169. interval: 4
  170. header:
  171. - "&b&lMythical&f&lFrost"
  172. - "&b&lWelcome &a<name>&b&l!"
  173. - "<lines>"
  174. footer:
  175. - "<lines>\n&b&l Players:&e %online-players%&7/&e%max-players%"
  176. - "&a&lWebsite: &bwww.mythicalfrostmc.com"
  177. - "&a&lStore: &bstore.mythicalfrostmc.com"
  178. # Per world tablist
  179. per-world:
  180. enable: false
  181. # If the world name is not specified, will see the default tab.
  182. enable-default-tab-if-world-not-specified: true
  183. world_nether:
  184. header:
  185. - "&3This is a per world plugin %anim:tablist%&3."
  186. footer:
  187. - "&6World:&7 %player_world%"
  188. world:
  189. header:
  190. - "%anim:perWorld%"
  191. footer:
  192. - "&6World:&7 %player_world%"
  193. # Per player in per world tablist
  194. per-player:
  195. enable: false
  196. # If the player name is not specified, will see the default tab.
  197. enable-default-tab-if-player-not-specified: true
  198. playerName:
  199. header:
  200. - "&3This is a per player plugin %anim:tablist%&3."
  201. footer:
  202. - "&6World:&7 %player_world%"
  203. - "&aPlayer:&8 %player_name%"
  204. # Per player tablist
  205. per-player:
  206. enable: false
  207. # If the player name is not specified, will see the default tab.
  208. enable-default-tab-if-player-not-specified: false
  209. testplayer:
  210. header:
  211. - "%anim:perPlayer%"
  212. footer:
  213. - "<lines>"
  214. # Per group tablist
  215. # Requires Vault plugin!
  216. per-group:
  217. enable: false
  218. # If the group name is not specified, will see the default tab.
  219. enable-default-tab-if-group-not-specified: true
  220. default:
  221. header:
  222. - "%anim:perGroupHead%"
  223. footer:
  224. - "%anim:perGroupFoot%"
  225.  
  226. #=========================================#
  227. # Plugin Settings #
  228. #=========================================#
  229. # The TabList plugin is disabled (false) or enabled (true).
  230. enabled: true
  231.  
  232. # bStats Metrics.
  233. metrics: true
  234.  
  235. # Check for updates.
  236. check-update: true
  237.  
  238. # Log plugin messages into console.
  239. logconsole: true
  240.  
  241. # Plugin enable/disable messages in console.
  242. # Use %newline%, %prefix% placeholder.
  243. # >> NO supported the PlaceholderAPI! <<
  244. plugin-enable: '%prefix%&a The plugin successfully enabled&6 v3.9&a!'
  245. plugin-disable: '%prefix%&c The plugin successfully disabled!'
  246.  
  247. # DO NOT CHANGE THIS!
  248. config-version: 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement