This file contains the settings for board.


settings-enable:

  • Boolean value true or false.
  • Example: true
  • To activate the Scoreboard.

settings-update-title:

  • Any integer value.
  • Example: 3
  • Time in tick to update the title.

settings-world:

  • List of string values.
  • Example:
    • world
    • lobby
    • hub
  • List of names of the worlds where the board works.

settings-title:

  • List of string values.
  • Example:
    • - '&7< &6&lSuperLobby &7>'
      - '&7< &6&lSuperLobby &7>'
      - '&7< &6&lSuperLobby &7>'
      - '&7> &6&lSuperLobby &7<'
      - '&7> &6&lperLob &7<'
      - '&7> &6&lrL &7<'
      - '&7> &7<'
      - '&7< &6&lrL &7>'
      - '&7< &6&lperLob &7>'
      - '&7< &6&lSuperLobby &7>'
      - '&7< &6&lSuperLobby &7>'
      - '&7< &e&lS&6&luperLobby &7>'
      - '&7< &6&lS&e&lu&6&lperLobby &7>'
      - '&7< &6&lSu&e&lp&6&lerLobby &7>'
      - '&7< &6&lSup&e&le&6&lrLobby &7>'
      - '&7< &6&lSupe&e&lr&6&lLobby &7>'
      - '&7< &6&lSuper&e&lL&6&lobby &7>'
      - '&7< &6&lSuperL&e&lo&6&lbby &7>'
      - '&7< &6&lSuperLo&e&lb&6&lby &7>'
      - '&7< &6&lSuperLob&e&lb&6&ly &7>'
      - '&7< &6&lSuperLobb&e&ly &7>'
  • Title of the scoreboard, you can create an animation with the lists, place a single element to remove animation.

board:

  • List of Line nodes configuration.
  • Example:
    • line1:
          content:
          - ' '
          update: 1000
    • line2:
          content:
          - '&a&lName: &7<player>'
          - '&a&lNick: &7%essentials_nickname%'
          update: 120
    • line3:
          content:
          - '                    '
          update: 1000
    • line4:
          content:
          - '&a&lRank: &7User '
          update: 1000
  • Here are all the scores lines, maximum of 15 lines elements are allowed.

Line nodes configuration.


content:

  • List of string values.
  • Default:
    • - '&a&lName: &7<player>'
    • - '&a&lNick: &7%essentials_nickname%'
  • Is the score list to show, the list create animations and they will be displayed in order of up to down.

update:

  • Any integer value.
  • Example: 120
  • Time in tick to update. a low value allows animations and a high value is for fixed contents. (This is in ticks, so 20 would be 1 second)

To create more lines simply copy the previous one and paste it here within board.