shano_dekono

config.yml

Nov 24th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 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: true
  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: 20
  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: true
  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: true
  96. # Types:
  97. # ping - ping of player
  98. # health - health of player
  99. # custom - custom value
  100. type: health
  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. # Blacklisted players who do not show the health in tab.
  114. blacklisted-players:
  115. - exampleplayer
  116. - players
  117. # It only accepts number-ending placeholders, such as player levels.
  118. custom:
  119. custom-value: "%player_level%"
  120. # Refresh interval in seconds.
  121. refresh-interval: 3
  122. # Which worlds do not show the custom value setting (world names)?
  123. disabled-worlds: []
  124.  
  125. # Changing player tablist name with unlimited characters.
  126. tabname:
  127. # Allow to change player tab name.
  128. # Warning if this is false, the command will not be registered either. Requires server restart!
  129. enable: false
  130. # Use the Essentials nickname instead of tab name?
  131. use-essentials-nickname: false
  132. # How many letters should be allowed?
  133. max-name-length: 200
  134. # When the player left the server, delete the tab name?
  135. clear-player-tabname-on-quit: false
  136. # Enables color coding for tab names. ("&")
  137. enable-color-code: true
  138. # Enable the default color. (If the player has not written a color code, this color will be given by default.)
  139. default-color:
  140. enable: false
  141. color: '&6'
  142. # Which worlds can not be change the tab name?
  143. disabled-worlds: []
  144. # Which names can not be used?
  145. blacklist-names:
  146. - tabname
  147.  
  148. # Tablist, header & footer with animation.
  149. # Use \n, %staff-online%, %ip-address%, %level%, %xp%, %exp-to-level%, %mc-version%, %motd%, %ping%, %servername%,
  150. # %max-players%, %online-players%, %server-time%, %server-ram-free%, %server-ram-max%, %server-ram-used% placeholders.
  151. # Use placeholders: https://www.spigotmc.org/wiki/placeholderapi-placeholders/
  152. # Use symbols: https://github.com/montlikadani/TabList/wiki/Symbols
  153. # Use %anim:animationName% placeholder to make an animation.
  154. tablist:
  155. # Enable the tab? (Header & footer)
  156. enable: true
  157. # Hide tab when the player is vanished?
  158. # Required Essentials plugin!
  159. hide-tab-when-player-vanished: false
  160. # What world does not display the tab?
  161. disabled-worlds:
  162. - lobby
  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: 4
  168. header:
  169. - '%anim:tablist%'
  170. - '%anim:welcome%'
  171. footer:
  172. - '%anim:website%'
  173. # Per world tablist
  174. per-world:
  175. enable: false
  176. # If the world name is not specified, will see the default tab.
  177. enable-default-tab-if-world-not-specified: true
  178. world_nether:
  179. header:
  180. - '&3This is a per world plugin %anim:tablist%&3.'
  181. footer:
  182. - '&6World:&7 %player_world%'
  183. world:
  184. header:
  185. - '%anim:perWorld%'
  186. footer:
  187. - '&6World:&7 %player_world%'
  188. # Per player tablist
  189. per-player:
  190. enable: false
  191. # If the player name is not specified, will see the default tab.
  192. enable-default-tab-if-player-not-specified: false
  193. testplayer:
  194. header:
  195. - '%anim:perPlayer%'
  196. footer:
  197. - '<lines>'
  198. # Per group tablist
  199. # Requires Vault plugin!
  200. per-group:
  201. enable: false
  202. # If the group name is not specified, will see the default tab.
  203. enable-default-tab-if-group-not-specified: true
  204. default:
  205. header:
  206. - '%anim:perGroupHead%'
  207. footer:
  208. - '%anim:perGroupFoot%'
  209.  
  210. #=========================================#
  211. # Plugin Settings #
  212. #=========================================#
  213. # The TabList plugin is disabled (false) or enabled (true).
  214. enabled: true
  215.  
  216. # bStats Metrics.
  217. metrics: true
  218.  
  219. # Check for updates.
  220. check-update: true
  221.  
  222. # Log plugin messages into console.
  223. logconsole: true
  224.  
  225. # Logging to file plugin messages.
  226. log-to-file: true
  227.  
  228. # Plugin enable/disable messages in console.
  229. # Use %newline%, %prefix% placeholder.
  230. # >> NO supported the PlaceholderAPI! <<
  231. plugin-enable: '%prefix%&a The plugin successfully enabled&6 v3.7&a!'
  232. plugin-disable: '%prefix%&c The plugin successfully disabled!'
  233.  
  234. # DO NOT CHANGE THIS!
  235. config-version: 8
Advertisement
Add Comment
Please, Sign In to add comment