shano_dekono

config.yml

Feb 9th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 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: true
  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: true
  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>: "&5&o%player_name%"
  62. <lines>: "&5&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: false
  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: 20
  72. # Hide player group in tablist when the player is vanished?
  73. # Required Essentials plugin!
  74. hide-group-when-player-vanished: false
  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: true
  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. - '%anim:tablist%'
  172. - '%anim:welcome%'
  173. footer:
  174. - '%anim:website%'
  175. # Per world tablist
  176. per-world:
  177. enable: false
  178. # If the world name is not specified, will see the default tab.
  179. enable-default-tab-if-world-not-specified: true
  180. world_nether:
  181. header:
  182. - "&3This is a per world plugin %anim:tablist%&3."
  183. footer:
  184. - "&6World:&7 %player_world%"
  185. world:
  186. header:
  187. - "%anim:perWorld%"
  188. footer:
  189. - "&6World:&7 %player_world%"
  190. # Per player in per world tablist
  191. per-player:
  192. enable: false
  193. # If the player name is not specified, will see the default tab.
  194. enable-default-tab-if-player-not-specified: true
  195. playerName:
  196. header:
  197. - "&3This is a per player plugin %anim:tablist%&3."
  198. footer:
  199. - "&6World:&7 %player_world%"
  200. - "&aPlayer:&8 %player_name%"
  201. # Per player tablist
  202. per-player:
  203. enable: false
  204. # If the player name is not specified, will see the default tab.
  205. enable-default-tab-if-player-not-specified: false
  206. testplayer:
  207. header:
  208. - "%anim:perPlayer%"
  209. footer:
  210. - "<lines>"
  211. # Per group tablist
  212. # Requires Vault plugin!
  213. per-group:
  214. enable: false
  215. # If the group name is not specified, will see the default tab.
  216. enable-default-tab-if-group-not-specified: true
  217. default:
  218. header:
  219. - "%anim:perGroupHead%"
  220. footer:
  221. - "%anim:perGroupFoot%"
  222.  
  223. #=========================================#
  224. # Plugin Settings #
  225. #=========================================#
  226. # The TabList plugin is disabled (false) or enabled (true).
  227. enabled: true
  228.  
  229. # bStats Metrics.
  230. metrics: true
  231.  
  232. # Check for updates.
  233. check-update: true
  234.  
  235. # Log plugin messages into console.
  236. logconsole: true
  237.  
  238. # Plugin enable/disable messages in console.
  239. # Use %newline%, %prefix% placeholder.
  240. # >> NO supported the PlaceholderAPI! <<
  241. plugin-enable: '%prefix%&a The plugin successfully enabled&6 v3.9&a!'
  242. plugin-disable: '%prefix%&c The plugin successfully disabled!'
  243.  
  244. # DO NOT CHANGE THIS!
  245. config-version: 9
Advertisement
Add Comment
Please, Sign In to add comment