Advertisement
TheCalypso

Config.yml

Jan 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. #=================================OOO====================================#
  2. # TabList Configuration File #
  3. #=================================OOO====================================#
  4. # config.yml file. Plugin version: 3.7 #
  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. #=========================================#
  27. # Settings #
  28. #=========================================#
  29. # PlaceholderAPI use for the plugin.
  30. placeholderapi: true
  31.  
  32. # Different playerlist in different world.
  33. per-world-player-list: false
  34.  
  35. # Remove the NPC name from the tab?
  36. # If the Citizens plugin has installed then this ignoring, because the Citizens has a feature
  37. # to disable the npcs from tab.
  38. remove-npc-name-from-tab: false
  39.  
  40. # Fake players that are on the tab.
  41. enable-fake-players: false
  42.  
  43. # Used for %server-time% placeholder.
  44. # Formats/examples: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  45. time-format: 'dd/MM/yyyy'
  46.  
  47. # Ping color format for %ping% placeholder.
  48. ping-placeholder-format:
  49. enable: true
  50. # Use color coding "&" for color.
  51. good-ping:
  52. color: '&a'
  53. amount: 200
  54. medium-ping:
  55. color: '&6'
  56. amount: 500
  57. bad-ping: '&c'
  58.  
  59. # Custom variables with unlimited variables.
  60. # Use: <something>: '&6Message...'
  61. custom-variables:
  62. <name>: '&5&o%player_name%'
  63. <lines>: '&5&m======================'
  64.  
  65. # Enables to change prefix & suffix in player tablist.
  66. # WARNING! Overwrites the tabname function.
  67. change-prefix-suffix-in-tablist:
  68. enable: false
  69. # Refresh interval in seconds.
  70. # Set to 0 if you don't want to wait refresh the groups.
  71. # If 0 you will required to execute the /tl rl command, to reload the groups.
  72. refresh-interval: 30
  73. # Hide player group in tablist when the player is vanished?
  74. # Required Essentials plugin!
  75. hide-group-when-player-vanished: false
  76. # Hide player group in tablist when the player is afk?
  77. # Required Essentials plugin!
  78. hide-group-when-player-afk: false
  79. # Use the Essentials nickname instead of groups?
  80. use-essentials-nickname: false
  81. # Hide name tag visibility of the player.
  82. # This only works if the changing-type scoreboard.
  83. # Types: always, hide_for_other_teams, hide_for_own_team, never
  84. name-tag-visibility: always
  85. # WARNING! You can only change it to false if you experience a problem by changing the group prefix and suffix.
  86. use-external-scoreboard: true
  87. # Changing type.
  88. # Types:
  89. # scoreboard - Max. character is 16 (if use 1.13 version max. 64) in prefix & suffix.
  90. # namer - Max. character unlimited.
  91. changing-type: scoreboard
  92.  
  93. # Tablist objective type.
  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.
  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. enable-color-code: true
  139. # Enable the default color. (If the player has not written a color code, this color will be given by default.)
  140. default-color:
  141. enable: false
  142. color: '&6'
  143. # Which worlds can not be change the tab name?
  144. disabled-worlds: []
  145. # Which names can not be used?
  146. blacklist-names:
  147. - tabname
  148.  
  149. # Tablist, header & footer with animation.
  150. # Use \n, %staff-online%, %ip-address%, %level%, %xp%, %exp-to-level%, %mc-version%, %motd%, %ping%, %servername%,
  151. # %max-players%, %online-players%, %server-time%, %server-ram-free%, %server-ram-max%, %server-ram-used% 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. # Blacklisted players, where the player not see the tab.
  164. blacklisted-players: []
  165. # Tab update time interval. (In ticks!)
  166. # Set 0 to disable the tab refresh.
  167. interval: 1
  168. header:
  169. - " &e=-*-=-*-=-*-=-*-=-*-=-*-= \n &4❉ &b&lGaspézia&r &4❉ \n\
  170. \ &c&lC&r&connectés : &f%online-players% &7joueur(s) \n &e=-*-=-*-=-*-=-*-=-*-=-*-=\
  171. \ \n"
  172. footer:
  173. - |2-
  174.  
  175. &2&lT&r&2eam&lS&r&2peak : &ats.dreamevo.fr
  176. # Per world tablist
  177. per-world:
  178. enable: false
  179. # If the world name is not specified, will see the default tab.
  180. enable-default-tab-if-world-not-specified: true
  181. world_nether:
  182. header:
  183. - '&3This is a per world plugin %anim:tablist%&3.'
  184. footer:
  185. - '&6World:&7 %player_world%'
  186. world:
  187. header:
  188. - '%anim:perWorld%'
  189. footer:
  190. - '&6World:&7 %player_world%'
  191. # Per player tablist
  192. per-player:
  193. enable: false
  194. # If the player name is not specified, will see the default tab.
  195. enable-default-tab-if-player-not-specified: false
  196. testplayer:
  197. header:
  198. - '%anim:perPlayer%'
  199. footer:
  200. - '<lines>'
  201. # Per group tablist
  202. # Requires Vault plugin!
  203. per-group:
  204. enable: false
  205. # If the group name is not specified, will see the default tab.
  206. enable-default-tab-if-group-not-specified: true
  207. default:
  208. header:
  209. - '%anim:perGroupHead%'
  210. footer:
  211. - '%anim:perGroupFoot%'
  212.  
  213. #=========================================#
  214. # Plugin Settings #
  215. #=========================================#
  216. # The TabList plugin is disabled (false) or enabled (true).
  217. enabled: true
  218.  
  219. # bStats Metrics.
  220. metrics: true
  221.  
  222. # Check for updates.
  223. check-update: true
  224.  
  225. # Log plugin messages into console.
  226. logconsole: true
  227.  
  228. # Logging to file plugin messages.
  229. log-to-file: true
  230.  
  231. # Plugin enable/disable messages in console.
  232. # Use %newline%, %prefix% placeholder.
  233. # >> NO supported the PlaceholderAPI! <<
  234. plugin-enable: '%prefix%&a The plugin successfully enabled&6 v3.7&a!'
  235. plugin-disable: '%prefix%&c The plugin successfully disabled!'
  236.  
  237. # DO NOT CHANGE THIS!
  238. config-version: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement