-
Notifications
You must be signed in to change notification settings - Fork 197
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
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.