FeatherBoard Plugin Commands
Index
<player>
: Replace with a player name(....)
: Optional parameter??? | ???
: Choose one of the two (example:(-s|-silent)
)
/featherboard help
Shows a list of all commands in the plugin.
/featherboard about
Shows the version information.
/featherboard reload
Reloads the plugin. This command takes several parameters to indicate various methods of reloading. Reloading the scoreboard can have performance impacts since all scoreboards will be resent to all players at the same time. However, you will only notice this when reloading multiple times in a short timespan or when having many players. Use /fb reload myscoreboardnamehere
to only reload one board.
/featherboard debug
Creates a debug dump that is uploaded to Ubuntu paste. You should always provide this debug dump when asking for support. Please be aware that this command will trigger all possible errors in regards to placeholders. This is completely normal.
/featherboard permissions
Shows and checks the permissions. Green means that you have access to the permission and red means you don't have access to it.
/featherboard placeholders
Shows a list of placeholders that you can hover your mouse over to check the result. To go to the next page use /featherboard placeholders 2
, where 2
is the page number.
/featherboard show (<player>)
<scoreboard>
(-s|-silent)
Forcefully shows a specific scoreboard. When the player is present as an argument, it will show the scoreboard of another player. When the flag -s
or -silent
is present, they will not receive a notification that their scoreboard has been replaced.
/featherboard hide (<player>)
<scoreboard>
(-s|-silent)
Hides a scoreboard previously shown with the show command.
/featherboard toggle (<player>)
(-s|-silent)
Toggles the scoreboard on or off depending on the previous state. When a player is specified, their scoreboard will be toggled.
/featherboard on (<player>)
(-s|-silent)
Turns the scoreboard on regardless of if it's already on. When a player is specified, their scoreboard will be turned on.
/featherboard off (<player>)
(-s|-silent)
Turns the scoreboard off regardless of if it's already off. When a player is specified, their scoreboard will be turned off.
/featherboard createscoreboard
Allows you to create a scoreboard through command lines. Note: This command is used for command blocks or the console since the command is very long. The first argument is a JSON string containing the scoreboard in JSON format.
-s | -save
: Save the scoreboard for future restarts
JSON Structure:
<name of scoreboard>
<line name>
frames
- Array of strings
interval
- Integer
(random)
- Boolean
<new line>
- ...
Make sure to encapsulate all strings in quotes. Example:
/fb createscoreboard {"myboard":[{"title":{"frames":["MyBoard"]}},{"line1":{"frames":["Test","Test2","Test3"],"interval":10}}]}
Note: This command only works when using the "OPTIMAL" scoreboard update method.
/featherboard removescoreboard <scoreboard>
Removes a scoreboard.
/featherboard editsetting <scoreboard>
<setting>
<value>
Allows you to edit a setting in a scoreboard and reload that scoreboard with the setting applied. Example: /featherboard editsetting default label-color &e
.
/featherboard modules
Lists all available modules for download. Further installation can be done by clicking the chat.