Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.41 KB | None | 0 0
  1. #=================================OOO====================================#
  2. # TabList Configuration File #
  3. # Author, created by: montlikadani #
  4. #=================================OOO====================================#
  5. # [Default configuration] #
  6. # https://github.com/montlikadani/TabList/blob/master/config.yml #
  7. # #
  8. # [Placeholders] #
  9. # https://github.com/montlikadani/TabList/wiki/Placeholders #
  10. # #
  11. # [Tips] #
  12. # - Use color coding '&' character, on this page: #
  13. # https://minecraft.gamepedia.com/Formatting_codes #
  14. # - If you find a bug, send here: #
  15. # https://github.com/montlikadani/TabList/issues #
  16. # - Use symbols in messages, on this page: #
  17. # https://github.com/montlikadani/TabList/wiki/Symbols #
  18. # - If the string is empty does not send the message. #
  19. #=================================OOO====================================#
  20.  
  21. # PlaceholderAPI use for the plugin.
  22. placeholderapi: true
  23.  
  24. # Hook plugins
  25. hook:
  26. # Hooking to my RageMode plugin. (https://www.spigotmc.org/resources/69169/)
  27. # If true, will disable the tablist, groups and the tablist objects, while
  28. # running a game.
  29. RageMode: false
  30.  
  31. # Different playerlist in different world.
  32. per-world-player-list: false
  33.  
  34. # Fake players that are on the tab.
  35. enable-fake-players: false
  36.  
  37. # Ignoring vanished players in %online-players% placeholder.
  38. # true - does not count the vanished players to placeholder.
  39. # Requires Essentials or SuperVanish plugin!
  40. ignore-vanished-players-in-online-players: false
  41.  
  42. # Hides player from tab when afk status.
  43. # Requires Essentials plugin!
  44. hide-player-from-tab-when-afk: false
  45.  
  46. # Placeholder formatting
  47. placeholder-format:
  48. # When the player changes the afk status, changes the tablist name format.
  49. afk-status:
  50. enable: false
  51.  
  52. # Should show the afk format in right or left side?
  53. # true - displays in right side
  54. # false - displays in left side
  55. show-in-right-or-left-side: true
  56.  
  57. format-yes: "&7 [AFK]&r "
  58. format-no: ""
  59.  
  60. time:
  61. # Time zones: https://www.mkyong.com/java/java-display-list-of-timezone-with-gmt/
  62. time-zone: "GMT0"
  63.  
  64. # Formats/examples: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
  65. # Used for %server-time% placeholder.
  66. time-format:
  67. format: "mm:HH"
  68. # Used for %date% placeholder.
  69. date-format:
  70. format: "dd/MM/yyyy"
  71.  
  72. # Ping color format for %ping% placeholder.
  73. ping:
  74. enable: true
  75.  
  76. # Use color coding "&" for color.
  77. good-ping:
  78. color: "&a"
  79. amount: 200
  80. medium-ping:
  81. color: "&6"
  82. amount: 500
  83. bad-ping: "&c"
  84.  
  85. # TPS color format for %tps% placeholder.
  86. tps:
  87. enable: true
  88.  
  89. # Use color coding "&" for color.
  90. good-tps:
  91. color: "&a"
  92. amount: 18.0
  93. medium-tps:
  94. color: "&6"
  95. amount: 16.0
  96. bad-tps: "&c"
  97.  
  98. # Custom variables with unlimited variables.
  99. # Use: <something>: "&6Message..."
  100. custom-variables:
  101. <name>: "&5&o%player_name%"
  102. <lines>: "&5&m======================"
  103.  
  104. # Enables to change prefix & suffix in player tablist.
  105. # WARNING! Overwrites the tabname function.
  106. change-prefix-suffix-in-tablist:
  107. enable: true
  108.  
  109. # Refresh interval in seconds, if using animation then counts in ticks.
  110. # Set to 0 if you don't want to refresh the groups.
  111. # If 0 you will required to execute the /tl rl command, to reload the groups.
  112. refresh-interval: 30
  113.  
  114. # Do you want to use animation in groups?
  115. # This creates a new task scheduler when this enabled.
  116. # If this true, then you need to change the refresh interval such as 4, because counting in ticks.
  117. # If this false, then back to seconds interval.
  118. enable-animation: false
  119.  
  120. # Disable groups in the given worlds.
  121. disabled-worlds:
  122. # Use the list as white list or not?
  123. # If true - Using the white list option and all worlds should be given to the list
  124. # to show in the specified worlds.
  125. # If false (default) - Using the disabled list option and if a world is given in the list
  126. # the groups will be disabled in that world.
  127. use-as-whitelist: false
  128. list:
  129. #- myWorld
  130.  
  131. # By enabling this, you will be able to specify the correct Vault group name in groups file
  132. # and if correct, then it will grant the group to player.
  133. use-vault-group-names: true
  134.  
  135. # Hide player group in tablist when the player is vanished?
  136. # Required Essentials plugin!
  137. hide-group-when-player-vanished: false
  138.  
  139. # Hide player group in tablist when the player is afk?
  140. # Required Essentials plugin!
  141. hide-group-when-player-afk: false
  142.  
  143. # Use the essentials nickname instead of player original name?
  144. # true - Using this format: "prefix playerNickName suffix"
  145. # false - Using this format: "prefix playerOriginalName suffix"
  146. use-essentials-nickname: false
  147.  
  148. # Use the player displayname instead of groups?
  149. # This supports the player "prefix playerName suffix" format like on chat.
  150. # If the player has no any format on chat then display the player name.
  151. use-displayname: false
  152.  
  153. # Scoreboard changing types (if you experience some problems by changing group).
  154. # scoreboard - Maximum character is 16 (if use 1.13+ version max. 64) in prefix & suffix.
  155. # namer - Max. character is unlimited.
  156. changing-type: scoreboard
  157.  
  158. # Tablist objective types
  159. # Shows your current health (with life indicator), shows your current ping or a custom placeholder
  160. # that shows number.
  161. tablist-object-type:
  162. enable: false
  163.  
  164. # Types:
  165. # ping - ping of player
  166. # health - health of player
  167. # custom - custom value
  168. type: ping
  169.  
  170. # Objective settings
  171. object-settings:
  172. # The ping side next to the player's name indicates the right side.
  173. ping:
  174. # Ping update time interval in seconds.
  175. update-interval: 3
  176.  
  177. # Which worlds do not show up in ping (world names)?
  178. disabled-worlds:
  179. #- testingWorld
  180.  
  181. # The player health (life) the player's name indicates the right side.
  182. health:
  183. # Which worlds do not show the players health in tab?
  184. disabled-worlds:
  185. - world_the_end
  186.  
  187. # Blacklisted players who do not show the health in tab.
  188. blacklisted-players:
  189. - exampleplayer
  190. - players
  191.  
  192. # It only accepts number-ending placeholders, such as player levels (doubled numbers "2.1" do NOT work).
  193. custom:
  194. custom-value: "%player_level%"
  195.  
  196. # Refresh interval in seconds.
  197. refresh-interval: 3
  198.  
  199. # Which worlds do not show the custom value setting (world names)?
  200. disabled-worlds:
  201. #- worlds
  202.  
  203. # Changing player tablist name with unlimited characters.
  204. tabname:
  205. # Allow to change player tab name.
  206. enable: false
  207.  
  208. # Use the Essentials nickname instead of tab name?
  209. use-essentials-nickname: false
  210.  
  211. # How many letters should be allowed?
  212. max-name-length: 200
  213.  
  214. # When the player left the server, delete the tab name?
  215. clear-player-tabname-on-quit: false
  216.  
  217. # Enables color coding for tab names. ("&")
  218. # false - disables all placeholders, symbols, and color codes.
  219. enable-color-code: true
  220.  
  221. # Enable the default color. (If the player has not written a color code, this color will be given by default.)
  222. default-color:
  223. enable: false
  224. color: "&6"
  225.  
  226. # Which worlds can not be change the tab name?
  227. disabled-worlds:
  228. #- myworld
  229.  
  230. # Which names can not be used?
  231. blacklist-names:
  232. - tabname
  233.  
  234. #=========================================#
  235. # Plugin Settings #
  236. #=========================================#
  237. # Check for updates.
  238. check-update: true
  239.  
  240. # Log plugin messages into console.
  241. logconsole: true
  242.  
  243. # Plugin enable/disable messages in console.
  244. # Use %newline% placeholder.
  245. plugin-enable: '&6&l[&5&lTab&c&lList&6&l]&7&l >&a The plugin successfully enabled&6 v4.8&a!'
  246. plugin-disable: '&6&l[&5&lTab&c&lList&6&l]&7&l >&c The plugin successfully disabled!'
  247.  
  248. # DO NOT CHANGE THIS!
  249. config-version: 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement