Advertisement
Guest User

config.yml

a guest
May 23rd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 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>: "&7&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: true
  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. - " &7<75> %anim:tablist% &7<74>"
  181. - "<lines>"
  182. - ""
  183. footer:
  184. - ""
  185. - "<lines>\n<13>&e&l Players:&6 %online-players%&7/&6%max-players%"
  186. - "&8<28> &e&nWebsite&8: &7&oepicskyblock.com &8<28>"
  187. # Per world tablist
  188. per-world:
  189. enable: false
  190. # If the world name is not specified, will see the default tab.
  191. enable-default-tab-if-world-not-specified: true
  192. world_nether:
  193. header: "&3This is a per world plugin %anim:tablist%&3."
  194. footer: "&6World:&7 %player_world%"
  195. world:
  196. header: "%anim:perWorld%"
  197. footer: "&6World:&7 %player_world%"
  198. # Per player in per world tablist
  199. per-player:
  200. enable: false
  201. # If the player name is not specified, will see the default tab.
  202. enable-default-tab-if-player-not-specified: true
  203. playerName:
  204. header: "&3This is a per player plugin %anim:tablist%&3."
  205. footer:
  206. - "&6World:&7 %player_world%"
  207. - "&aPlayer:&8 %player_name%"
  208. testWorld:
  209. # Per group in per world tablist
  210. # Requires Vault plugin!
  211. per-group:
  212. enable: false
  213. # If the group name is not specified, will see the default tab.
  214. enable-default-tab-if-group-not-specified: true
  215. groupName:
  216. header: "&3This is a per group plugin %anim:tablist%&3."
  217. footer:
  218. - "&6World:&7 %player_world%"
  219. - "&aGroup:&8 %vault_rank%"
  220. # Per player tablist
  221. per-player:
  222. enable: false
  223. # If the player name is not specified, will see the default tab.
  224. enable-default-tab-if-player-not-specified: false
  225. testplayer:
  226. header: "%anim:perPlayer%"
  227. footer: "<lines>"
  228. # Per group tablist
  229. # Requires Vault plugin!
  230. per-group:
  231. enable: false
  232. # If the group name is not specified, will see the default tab.
  233. enable-default-tab-if-group-not-specified: true
  234. default:
  235. header: "%anim:perGroupHead%"
  236. footer: "%anim:perGroupFoot%"
  237.  
  238. #=========================================#
  239. # Plugin Settings #
  240. #=========================================#
  241. # The TabList plugin is disabled (false) or enabled (true).
  242. enabled: true
  243.  
  244. # bStats Metrics.
  245. metrics: true
  246.  
  247. # Check for updates.
  248. check-update: true
  249.  
  250. # Log plugin messages into console.
  251. logconsole: true
  252.  
  253. # Plugin enable/disable messages in console.
  254. # Use %newline%, %prefix% placeholder.
  255. # >> NO supported the PlaceholderAPI! <<
  256. plugin-enable: '%prefix%&a The plugin successfully enabled&6 v4.3&a!'
  257. plugin-disable: '%prefix%&c The plugin successfully disabled!'
  258.  
  259. # DO NOT CHANGE THIS!
  260. config-version: 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement