Advertisement
Guest User

config

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