Skip to content

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
  1. /zfb admin setworld <world> in the world you want to use.
  2. /zfb admin setbounds at one corner of your region.
  3. /zfb admin setbounds again 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.
  4. Players join with /zfb join.

Full walkthrough on the Installation page.

Stop a stuck match
  1. /zfb list or /zfb admin info to find the slot number.
  2. /zfb admin force-stop <slot>.
Send players to a hub after matches
  1. Stand where you want them to return.
  2. /zfb admin lobby set (or /zfb admin leavepoint set, same thing).
  3. Make sure it is on with /zfb admin lobby info, and toggle it with /zfb admin lobby toggle if needed.
  4. Keep game.after-match: LOBBY in config.yml (the default). Switch it to RESTART for back-to-back matches instead.