-
Notifications
You must be signed in to change notification settings - Fork 12
Scoreboard
The scoreboard is a feature in LegacyFactions that allows you to view information related to Factions in the minecraft scoreboard.
There are 3 major configuration options for scoreboards, you can find these is conf.json:
- scoreboardInfoEnabled: show scoreboard info (this is info about the faction)
- scoreboardDefaultEnabled: show scoreboard by default (this is info about the player)
- scoreboardFactionlessEnabled: show scoreboard for factionless (no faction) players
You can customise the format in the config.
These variables require relation to at least a player
| Tag | Description | Example Value |
|---|---|---|
| {name} | player name | MarkehMe |
| {player-group} | permission group the player is in | admin |
| {player-lastSeen} | when the player was last seen | d/h/m/s |
| {player-balance} | get the players bank balance | $10.00 |
| {player-power} | get the players power | 11 |
| {player-maxpower} | get the players max power | 20 |
| {player-kills} | get the players kills | 9001 |
| {player-kills} | get the players deaths | 2 |
These variables require relation to at least a player
| Tag | Description | Example Value |
|---|---|---|
| {faction} | faction name (or GENERIC_FACTIONLESS from lang file) | RedStoneWarriors |
| {description} | faction description | We da best! |
| {world} | home world | world_the_end |
| {home_x} | home X location | -1001 |
| {home_y} | home Y location | -1001 |
| {home_z} | home Z location | -1001 |
| {chunks} | chunks the faction has | 50 |
| {warps} | count of warps | 3 |
| {header} | faction name put into a title | |
| {power} | faction power | 30 |
| {maxPower} | faction max power | 120 |
| {power-boost} | power boost of the faction | 10 |
| {leader} | leader of the faction | Lula |
| {joining} | true/false if you are joining | false |
| {raidable} | true/false if they are raidable | false |
| {peaceful} | true/false if they are peaceful | false |
| permanent | truce/false if they are permanent. docs state 'no braces needed' but this may change | false |
| {land-value} | economy value of land | 250.00 |
| {create-date} | date the faction was created | 3/31/15 07:49AM |
| {land-refund} | total refund for all land | $1000 |
| {faction-balance} | faction balance | $21,000 |
| {allies} | count of allies | 4 |
| {truces} | count of truces | 2 |
| {enemies} | count of enemies | 6 |
| {online} | count of online members | 11 |
| {offline} | count of offline members | 9 |
| {members} | count of all members | 20 |
| {faction-kills} | tally of kills by faction | 9001 |
| {faction-deaths} | tally of kills by faction | 2 |
| Tag | Description | Example Value |
|---|---|---|
| {max-warps} | max warps per faction | 5 |
| {max-allies} | max allies per faction | 25 |
| {max-truces} | max truces per faction | 25 |
| {max-enemies} | max enemies per faction | 25 |
| {factionless} | count of factionless players | 1 |
| {total-online} | count of total online players | 27 |
If you're using QuickBoard, FeatherBoard or an alternative scoreboard plugin, you can not use the faction scoreboard. You can however use placeholders in their plugin.
📚 Looking for documentation? You're in the right place. Start with the items on the right of the page.
🐞 Found a bug? Please open a GitHub Issue.
🆘 Need help? Jump on our discord channel - we'll do our best to help 😄
⭐️ If you like LegacyFactions please leave a review and let others know!