Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
98
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: false
  134. # Hide player group in tablist when the player is vanished?
  135. # Required Essentials plugin!
  136. hide-group-when-player-vanished: false
  137.  
  138. # Hide player group in tablist when the player is afk?
  139. # Required Essentials plugin!
  140. hide-group-when-player-afk: false
  141.  
  142. # Use the essentials nickname instead of player original name?
  143. # true - Using this format: "prefix playerNickName suffix"
  144. # false - Using this format: "prefix playerOriginalName suffix"
  145. use-essentials-nickname: false
  146.  
  147. # Use the player displayname instead of groups?
  148. # This supports the player "prefix playerName suffix" format like on chat.
  149. # If the player has no any format on chat then display the player name.
  150. use-displayname: false
  151.  
  152. # Scoreboard changing types (if you experience some problems by changing group).
  153. # scoreboard - Maximum character is 16 (if use 1.13+ version max. 64) in prefix & suffix.
  154. # namer - Max. character is unlimited.
  155. changing-type: scoreboard
  156.  
  157. # Tablist objective types
  158. # Shows your current health (with life indicator), shows your current ping or a custom placeholder
  159. # that shows number.
  160. tablist-object-type:
  161. enable: false
  162.  
  163. # Types:
  164. # ping - ping of player
  165. # health - health of player
  166. # custom - custom value
  167. type: ping
  168.  
  169. # Objective settings
  170. object-settings:
  171. # The ping side next to the player's name indicates the right side.
  172. ping:
  173. # Ping update time interval in seconds.
  174. update-interval: 3
  175.  
  176. # Which worlds do not show up in ping (world names)?
  177. disabled-worlds:
  178. #- testingWorld
  179.  
  180. # The player health (life) the player's name indicates the right side.
  181. health:
  182. # Which worlds do not show the players health in tab?
  183. disabled-worlds:
  184. - world_the_end
  185.  
  186. # Blacklisted players who do not show the health in tab.
  187. blacklisted-players:
  188. - exampleplayer
  189. - players
  190.  
  191. # It only accepts number-ending placeholders, such as player levels (doubled numbers "2.1" do NOT work).
  192. custom:
  193. custom-value: "%player_level%"
  194.  
  195. # Refresh interval in seconds.
  196. refresh-interval: 3
  197.  
  198. # Which worlds do not show the custom value setting (world names)?
  199. disabled-worlds:
  200. #- worlds
  201.  
  202. # Changing player tablist name with unlimited characters.
  203. tabname:
  204. # Allow to change player tab name.
  205. enable: false
  206.  
  207. # Use the Essentials nickname instead of tab name?
  208. use-essentials-nickname: false
  209.  
  210. # How many letters should be allowed?
  211. max-name-length: 200
  212.  
  213. # When the player left the server, delete the tab name?
  214. clear-player-tabname-on-quit: false
  215.  
  216. # Enables color coding for tab names. ("&")
  217. # false - disables all placeholders, symbols, and color codes.
  218. enable-color-code: true
  219.  
  220. # Enable the default color. (If the player has not written a color code, this color will be given by default.)
  221. default-color:
  222. enable: false
  223. color: "&6"
  224.  
  225. # Which worlds can not be change the tab name?
  226. disabled-worlds:
  227. #- myworld
  228.  
  229. # Which names can not be used?
  230. blacklist-names:
  231. - tabname
  232.  
  233. #=========================================#
  234. # Plugin Settings #
  235. #=========================================#
  236. # Check for updates.
  237. check-update: true
  238.  
  239. # Log plugin messages into console.
  240. logconsole: true
  241.  
  242. # Plugin enable/disable messages in console.
  243. # Use %newline% placeholder.
  244. plugin-enable: '&6&l[&5&lTab&c&lList&6&l]&7&l >&a The plugin successfully enabled&6 v4.8&a!'
  245. plugin-disable: '&6&l[&5&lTab&c&lList&6&l]&7&l >&c The plugin successfully disabled!'
  246.  
  247. # DO NOT CHANGE THIS!
  248. config-version: 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement