Understanding the Config Element
config.yml
ignore-dependencies-warnings
This used to ignore PlaceholderAPI dependency warnings.
tablist-enabled
If this set to true
then the plugin will use your config layout for player tablist, otherwise, it will disabled. This is for API purposes where developers can design their own tablist on their own plugin.
slot-length
This used to limit the length of a line in your tablist. (Example, instead of showing 'very very long long lines', it will limit the text to 'very very lo...' to fix the tablist line too long problem)
max-length
Max length for the text
min-length
The minimum length for the text, if the text is not long enough, the plugin will add spaces at the end of the text until the minimum length is reached
script-engine
This is where you control the behaviour of the javascript engine for conditions and custom placeholders
bindings
this is the list of default variables
fake-player
Fake players for your server
enable
should it be enabled and shown on your tablist?
server-list
player-count
if this set to false, then the player count on client server list will not affected by fake players
player-list
if this set to false, then the player list on client server list will not affected by fake players
task
control all of plugin task
interval
set the minimum interval for all plugin task
custom-placeholders
the first level is the placeholder name, the second level is the placeholder key
handlers.yml
this is where you can create/modify tablist handlers
global.yml
columns
a list of columns (max 4 columns)
size
this is the size for the tablist, minimum 0, maximum 80
defaultSkin
if you're lazy to specify skin for every lines in every columns, then you can use this
defaultPing
default ping for all lines
defaultDisplay
the default display for all lines
header
the tablist header
refreshTicks
the refresh ticks for the header
text
list of text
footer
same as header
Last updated
Was this helpful?