Advertisement
SoniaK

Tablist - config.yml

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