Flier uses only one command, /flier
. If you want to see all available subcommands type it without any additional arguments. Only subcommands to which you have access will be displayed, i.e. it won't display reload
argument if you don't have permission for this, or coordinator
if you're running it from the console.
The aliases for /flier
are /f
and /fl
. The permission to use this command is flier.command
and it's default for all players.
When you see part of the command in a different font, it's meant to be replaced by a single word without spaces. If that word is in square brackets then it's optional.
Command | Aliases | Permission | Users | Description |
---|---|---|---|---|
/flier lobby join lobby [player] |
l j |
flier.player.join / flier.admin.join |
players/ops | Moves you to a lobby with specified name or forces another player to move to the lobby. |
/flier lobby leave [player] |
l l |
flier.player.leave / flier.admin.leave |
players/ops | Moves you out of the current lobby or forces another player out of his lobby. |
/flier lobby item sell/buy item [player] |
l i |
flier.player.item / flier.admin.item |
players/ops | Buys/sells you specified items (as defined in lobbies.yml, buttons section) or forces another player to buy/sell these items. It can fail if the player doesn't have enough money. |
/flier lobby start [player] |
l s |
flier.player.start / flier.admin.start |
players/ops | Moves you into the current game or forces another player to move into the game. |
/flier money player amount |
m |
flier.admin.setmoney |
ops | Sets the current money of a specified player. |
/flier coordinator | c |
flier.admin.coordinator |
ops | Toggles a tool which will display copyable locations in chat when you click on blocks. |
/flier reload | none | flier.admin.reload |
ops | Reloads the configuration files. |
The development subcommands like save
or load
are not listed here.