Skip to content

Tablist

Andre_601 edited this page Jun 12, 2019 · 1 revision

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.

Default tablist.yml

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

Navigation

Settings:

Content:

[Header/Footer]/[...]:


advanced-config

Path: Type: Default:
settings/advanced-config Boolean True

Enable or disable advanced config settings.


header

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>:
      ...

footer

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>:
      ...

frames

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.


interval

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.