Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. #=================================OOO====================================#
  2. # TabList Configuration File #
  3. #=================================OOO====================================#
  4. # config.yml file. Plugin version: 4.2 #
  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. # Fake players that are on the tab.
  33. enable-fake-players: false
  34.  
  35. # Ignoring vanished players in %online-players% placeholder.
  36. # true - does not count the vanished players to placeholder.
  37. # Required Essentials plugin!
  38. ignore-vanished-players-in-online-players: false
  39.  
  40. # Hides player from tab when afk status.
  41. # Requires Essentials plugin!
  42. # Warning!! Re-add player to tablist not work. So when a player afk
  43. # status and want to online status then not add back the player to tab.
  44. hide-player-from-tab-when-afk: false
  45.  
  46. # Formats/examples: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  47. # Used for %server-time% placeholder.
  48. time-format: "mm:HH"
  49. # Used for %date% placeholder.
  50. date-format: "dd/MM/yyyy"
  51.  
  52. # Ping color format for %ping% placeholder.
  53. ping-placeholder-format:
  54. enable: false
  55. # Use color coding "&" for color.
  56. good-ping:
  57. color: "&a"
  58. amount: 200
  59. medium-ping:
  60. color: "&6"
  61. amount: 500
  62. bad-ping: "&c"
  63.  
  64. # Custom variables with unlimited variables.
  65. # Use: <something>: "&6Message..."
  66. custom-variables:
  67. <name>: "&5&o%player_name%"
  68. <lines>: "======================"
  69.  
  70. # Enables to change prefix & suffix in player tablist.
  71. # WARNING! Overwrites the tabname function.
  72. change-prefix-suffix-in-tablist:
  73. enable: false
  74. # Refresh interval in seconds, if using animation then counts in ticks.
  75. # Set to 0 if you don't want to refresh the groups.
  76. # If 0 you will required to execute the /tl rl command, to reload the groups.
  77. refresh-interval: 30
  78. # Do you want to use animation in groups?
  79. # This creates a new task scheduler when this enabled.
  80. # If this true, then you need to change the refresh interval such as 4, because counting in ticks.
  81. # If this false, then back to seconds interval.
  82. enable-animation: false
  83. # Hide player group in tablist when the player is vanished?
  84. # Required Essentials plugin!
  85. hide-group-when-player-vanished: false
  86. # Hide player group in tablist when the player is afk?
  87. # Required Essentials plugin!
  88. hide-group-when-player-afk: false
  89. # Use the Essentials nickname instead of groups?
  90. use-essentials-nickname: false
  91. # Hide name tag visibility of the player.
  92. # This only works if the changing-type scoreboard.
  93. # Types: always, hide_for_other_teams, hide_for_own_team, never
  94. name-tag-visibility: always
  95. # WARNING! You can only change it to false if you experience a problem by changing the group prefix and suffix.
  96. use-external-scoreboard: true
  97. # Scoreboard changing types (if you experience some problems by changing group).
  98. # scoreboard - Max. character is 16 (if use 1.13 version max. 64) in prefix & suffix.
  99. # namer - Max. character is unlimited.
  100. changing-type: scoreboard
  101.  
  102. # Tablist objective types
  103. # Shows your current health (with life indicator), shows your current ping or a custom placeholder
  104. # that shows number.
  105. tablist-object-type:
  106. enable: false
  107. # Types:
  108. # ping - ping of player
  109. # health - health of player
  110. # custom - custom value
  111. type: ping
  112. # Objective settings
  113. object-settings:
  114. # The ping side next to the player's name indicates the right side.
  115. ping:
  116. # Ping update time interval in seconds.
  117. update-interval: 3
  118. # Which worlds do not show up in ping (world names)?
  119. disabled-worlds: []
  120. # The player health (life) the player's name indicates the right side.
  121. health:
  122. # Which worlds do not show the players health in tab?
  123. disabled-worlds:
  124. - world_the_end
  125. # Blacklisted players who do not show the health in tab.
  126. blacklisted-players:
  127. - exampleplayer
  128. - players
  129. # It only accepts number-ending placeholders, such as player levels (doubled numbers "2.1" do NOT work).
  130. custom:
  131. custom-value: "%player_level%"
  132. # Refresh interval in seconds.
  133. refresh-interval: 3
  134. # Which worlds do not show the custom value setting (world names)?
  135. disabled-worlds: []
  136.  
  137. # Changing player tablist name with unlimited characters.
  138. tabname:
  139. # Allow to change player tab name.
  140. # Warning if this is false, the command will not be registered either. Requires server restart!
  141. enable: false
  142. # Use the Essentials nickname instead of tab name?
  143. use-essentials-nickname: false
  144. # How many letters should be allowed?
  145. max-name-length: 200
  146. # When the player left the server, delete the tab name?
  147. clear-player-tabname-on-quit: false
  148. # Enables color coding for tab names. ("&")
  149. # false - disables all placeholders, symbols, and color codes.
  150. enable-color-code: true
  151. # Enable the default color. (If the player has not written a color code, this color will be given by default.)
  152. default-color:
  153. enable: false
  154. color: "&6"
  155. # Which worlds can not be change the tab name?
  156. disabled-worlds: []
  157. # Which names can not be used?
  158. blacklist-names:
  159. - tabname
  160.  
  161. # Tablist, header & footer with animation.
  162. # Current plugin placeholders: https://github.com/montlikadani/TabList/wiki/Placeholders
  163. # Use placeholders: https://www.spigotmc.org/wiki/placeholderapi-placeholders/
  164. # Use symbols: https://github.com/montlikadani/TabList/wiki/Symbols
  165. # Use %anim:animationName% placeholder to make an animation.
  166. # How do I use this tab section? Usage: https://github.com/montlikadani/TabList/wiki/TabList-Usage
  167. tablist:
  168. # Enable the tab? (Header & footer)
  169. enable: true
  170. # Hide tab when the player is vanished?
  171. # Required Essentials plugin!
  172. hide-tab-when-player-vanished: false
  173. # What world does not display the tab?
  174. disabled-worlds:
  175. - "world1"
  176. - "worldTest"
  177. # Blacklisted players, where the player not see the tab.
  178. blacklisted-players: []
  179. # Tab update time interval. (In ticks!)
  180. # Set 0 to disable the tab refresh.
  181. interval: 4
  182. header:
  183. - "&b&lP&P &lServer"
  184. - "Rule are in #mc-rule"
  185. - "\nRule.1 You will be guilty,\nIf you do not read the rule or read updated/new rule."
  186. - "<lines>"
  187. footer:
  188. - "<lines>"
  189. - "/lb tb"
  190. - "Time are faster than normal in logblock for 1 hour"
  191. - ""
  192. - "&lPing:&e %ping%"
  193. - "&e%date%"
  194. # - "%anim:tablist%"
  195. # - "&7<75> %anim:welcome% <name>&c!&7 <74>\n&6Ping:&r %ping%&7ms"
  196. # - "<lines>"
  197. # footer:
  198. # - "<lines>\n<13>&e&l Players:&6 %online-players%&7/&6%max-players%"
  199. # - "&7<28> %anim:website%&7:&2 &nexample.com&7 <28>"
  200. # Per world tablist
  201. per-world:
  202. enable: false
  203. # If the world name is not specified, will see the default tab.
  204. enable-default-tab-if-world-not-specified: true
  205. world_nether:
  206. header: "&3This is a per world plugin %anim:tablist%&3."
  207. footer: "&6World:&7 %player_world%"
  208. world:
  209. header: "%anim:perWorld%"
  210. footer: "&6World:&7 %player_world%"
  211. # Per player in per world tablist
  212. per-player:
  213. enable: false
  214. # If the player name is not specified, will see the default tab.
  215. enable-default-tab-if-player-not-specified: true
  216. playerName:
  217. header: "&3This is a per player plugin %anim:tablist%&3."
  218. footer:
  219. - "&6World:&7 %player_world%"
  220. - "&aPlayer:&8 %player_name%"
  221. testWorld:
  222. # Per group in per world tablist
  223. # Requires Vault plugin!
  224. per-group:
  225. enable: false
  226. # If the group name is not specified, will see the default tab.
  227. enable-default-tab-if-group-not-specified: true
  228. groupName:
  229. header: "&3This is a per group plugin %anim:tablist%&3."
  230. footer:
  231. - "&6World:&7 %player_world%"
  232. - "&aGroup:&8 %vault_rank%"
  233. # Per player tablist
  234. per-player:
  235. enable: false
  236. # If the player name is not specified, will see the default tab.
  237. enable-default-tab-if-player-not-specified: false
  238. testplayer:
  239. header: "%anim:perPlayer%"
  240. footer: "<lines>"
  241. # Per group tablist
  242. # Requires Vault plugin!
  243. per-group:
  244. enable: false
  245. # If the group name is not specified, will see the default tab.
  246. enable-default-tab-if-group-not-specified: true
  247. default:
  248. header: "%anim:perGroupHead%"
  249. footer: "%anim:perGroupFoot%"
  250.  
  251. #=========================================#
  252. # Plugin Settings #
  253. #=========================================#
  254. # The TabList plugin is disabled (false) or enabled (true).
  255. enabled: true
  256.  
  257. # bStats Metrics.
  258. metrics: true
  259.  
  260. # Check for updates.
  261. check-update: true
  262.  
  263. # Log plugin messages into console.
  264. logconsole: true
  265.  
  266. # Plugin enable/disable messages in console.
  267. # Use %newline%, %prefix% placeholder.
  268. # >> NO supported the PlaceholderAPI! <<
  269. plugin-enable: '%prefix%&a The plugin successfully enabled&6 v4.2&a!'
  270. plugin-disable: '%prefix%&c The plugin successfully disabled!'
  271.  
  272. # DO NOT CHANGE THIS!
  273. config-version: 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement