Commands¶
Every command for players and admins. The base command is /zfb, with /zfrostboats as a full alias.
See Permissions for the permission nodes.
Player commands¶
| Command | What it does | Permission |
|---|---|---|
/zfb join |
Join a waiting match | zfrostboats.play |
/zfb leave |
Leave your current match | zfrostboats.play |
/zfb list |
List active matches with slot, state, and players | zfrostboats.play |
/zfb stats |
Open your own stats screen | zfrostboats.play |
/zfb stats <player> |
Open another player's stats | zfrostboats.play |
/zfb top |
Open the leaderboard | zfrostboats.play |
Aliases
/zfb top and /zfb leaderboard are the same. The whole command also works as /zfrostboats.
Admin commands¶
| Command | What it does | Permission |
|---|---|---|
/zfb admin reload |
Reload the config, language, and styles | zfrostboats.admin.reload |
/zfb admin setworld <world> |
Set the world that hosts matches | zfrostboats.admin |
/zfb admin setbounds |
Mark the match region (run once at each opposite corner) | zfrostboats.admin.setbounds |
/zfb admin info |
Open a screen of the live match slots | zfrostboats.admin |
/zfb admin force-stop <slot> |
Stop a match by its slot number | zfrostboats.admin |
Lobby (leavepoint) commands¶
The leavepoint is your server lobby spot: players are sent there when they use /zfb leave, and after a match ends when game.after-match is LOBBY (the default). With RESTART (or while no leavepoint is saved), players stay in the slot waiting room and a new match starts instead. lobby works as an alias everywhere, e.g. /zfb admin lobby set.
| Command | What it does | Permission |
|---|---|---|
/zfb admin leavepoint set |
Save the leavepoint at your current spot | zfrostboats.admin.leavepoint |
/zfb admin leavepoint toggle |
Turn the leavepoint on or off | zfrostboats.admin.leavepoint |
/zfb admin leavepoint info |
Show the saved leavepoint | zfrostboats.admin.leavepoint |
/zfb admin leavepoint clear |
Remove the saved leavepoint | zfrostboats.admin.leavepoint |
Common tasks¶
Set up matches for the first time
/zfb admin setworld <world>in the world you want to use./zfb admin setboundsat one corner of your region./zfb admin setboundsagain at the opposite, far corner. Keep the corners well apart (at least about 170 blocks in both directions with the default arena size); the plugin warns you if the area is too small.- Players join with
/zfb join.
Full walkthrough on the Installation page.
Stop a stuck match
/zfb listor/zfb admin infoto find the slot number./zfb admin force-stop <slot>.
Send players to a hub after matches
- Stand where you want them to return.
/zfb admin lobby set(or/zfb admin leavepoint set, same thing).- Make sure it is on with
/zfb admin lobby info, and toggle it with/zfb admin lobby toggleif needed. - Keep
game.after-match: LOBBYin config.yml (the default). Switch it toRESTARTfor back-to-back matches instead.