Skip to content

Scoreboard

WizzleBear edited this page Mar 25, 2018 · 33 revisions

Enabling the scoreboard

In the config.yml, go to the scoreboard section. In there, there will be two parts: f-info and the default scoreboard. The f-info variable is when you walk into a faction's territory, it will show you information about that faction. To enable it, set finfo-enabled: to true.

The other variable is the default scoreboard. This will constantly show. To enable it, change default-enabled: to true

Configuring the scoreboards

To set the expiration for the scoreboards, change it to whatever number you want. 0 to disable expiration.

 scoreboard:
  also-send-chat: true
  expiration: 7

To change what f-info says, change each line in the quotation marks to what you want:

` finfo:

- "&6Power"

- "{power}"
- "&3Members"
- "{online}/{members}"
- "&4Leader"
- "{leader}"
- "&bTerritory"
- "{chunks}"`

To show faction relations and faction names in the tablist, enable default-prefixes. The scoreboard must be enabled for it to work. To change the title of the scoreboard, add your title to default-title. The variable below it, factionless-enabled, only shows if you do not have a faction and when it's enabled. Configure this to what you want to show them.

Both of these sections support internal and third-party (PlaceholderAPI and MVdW) placeholders.

NOTE: it may take time to update, so restart it once you're done configuring it and wait patiently.

Documentation has moved!

Click here to visit the updated documentation

Clone this wiki locally