Advertisement
Guest User

config.yml

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