-
Notifications
You must be signed in to change notification settings - Fork 2
Tablist
KiteBoard allows you to configure your tablist, eliminating the need for a seperate plugin to do this.
Like with the scoreboard can you also use all the custom animations from KiteBoar in it.
This is the default tablist.yml
We will go over the different options below.
settings:
advanced-config: true
content:
header:
1:
frames:
- "&7&m----------------"
interval: 100
2:
frames:
- "&d&lKite&e&lMC"
interval: 100
3:
frames:
- "<fadein>The #1 Minecraft Server</fadein>"
- "<pause times=40>The #1 Minecraft Server</pause>"
- "<fadeout>The #1 Minecraft Server</fadeout>"
- "<fadein>Survival</fadein>"
- "<pause times=20>Survival</pause>"
- "<fadeout>Survival</fadeout>"
- "<fadein>Creative</fadein>"
- "<pause times=20>Creative</pause>"
- "<fadeout>Creative</fadeout>"
- "<fadein>Skyblock</fadein>"
- "<pause times=20>Skyblock</pause>"
- "<fadeout>Skyblock</fadeout>"
- "<fadein>Factions</fadein>"
- "<pause times=20>Factions</pause>"
- "<fadeout>Factions</fadeout>"
- "<fadein>Capture the flag</fadein>"
- "<pause times=20>Capture the flag</pause>"
- "<fadeout>Capture the flag</fadeout>"
interval: 1
4:
frames:
- "&7&m----------------"
interval: 100
footer:
1:
frames:
- ""
interval: 100
2:
frames:
- "&7Powered by"
interval: 100
3:
frames:
- "&dKite&eBoard &7v2.0"
interval: 100
Settings:
Content:
[Header/Footer]/[...]:
Path: | Type: | Default: |
---|---|---|
settings/advanced-config | Boolean | True |
Enable or disable advanced config settings.
Path: | Type: | Default: |
---|---|---|
content/header | - | - |
Contains the text/frames of the top part of the tablist (The part over the player name).
The format is:
header:
<uniqueNameOrId>:
frames:
<See #frames>
<See #interval>
<anotherUniqueNameOrId>:
...
Path: | Type: | Default: |
---|---|---|
content/footer | - | - |
Contains the text/frames of the bottom part of the tablist (The part below the player name).
The format is:
footer:
<uniqueNameOrId>:
frames:
<See #frames>
<See #interval>
<anotherUniqueNameOrId>:
...
Path: | Type: | Default: |
---|---|---|
[header/footer]/[...]/frames | Stringlist | See default tablist.yml |
Contains the different frames a line in the tablist should have.
One line is one frame.
The speed in which the frames update is determined by the interval.
You can use the Animations in the frames.
Path: | Type: | Default: |
---|---|---|
[header/footer]/[...]/interval | Number | See default tablist.yml |
Defines the speed in which the tablist should cycle between the frames.
This is counted in ticks were 20 ticks are one second.
Fastest update time is 1 (Every tick). It is recommended to set the number to a high value (e.g. 100) if you only use a single frame.
KiteBoard © Niall7459 2015 - 2020 | Contributors: Andre601