Advertisement
Guest User

Untitled

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