Skip to content

Command Reference

All Frontier commands live under /ranked. Two permission nodes control access: frontier.user for player commands and frontier.admin for administration.

These all require the frontier.user permission, which is granted to every player by default.

CommandDescriptionPermission
/rankedOpen the Frontier hub GUI.frontier.user
/ranked queue <ladder>Join the matchmaking queue for a ladder.frontier.user
/ranked queue leaveLeave the current queue.frontier.user
/ranked queueShow your current queue status.frontier.user
/ranked queue infoShow queue sizes for all ladders.frontier.user
/ranked queue info <ladder>Show queue size for a specific ladder.frontier.user
/ranked statsView your stats on the default ladder.frontier.user
/ranked stats <player>View another player’s stats.frontier.user
/ranked stats <player> <ladder>View stats for a specific ladder.frontier.user
/ranked historyView your match history.frontier.user
/ranked history <player>View another player’s match history.frontier.user
/ranked history <player> <ladder>View match history for a specific ladder.frontier.user
/ranked leaderboardOpen the leaderboard GUI.frontier.user
/ranked leaderboard <ladder>Open leaderboard for a specific ladder.frontier.user
/ranked challenge <player> <ladder>Challenge a player to a ranked match.frontier.user
/ranked acceptAccept a pending challenge.frontier.user
/ranked denyDecline a pending challenge.frontier.user
/ranked togglechallengesToggle whether you can receive challenges.frontier.user
/ranked spectate <player>Spectate a player’s ongoing match.frontier.user
/ranked spectateStop spectating.frontier.user
/ranked surrenderForfeit the current match (displays Cobblemon’s /forfeit).frontier.user
/ranked queue singles

Joins the matchmaking queue for the specified ladder. Your team is validated against the ladder’s format clauses before you enter the queue — if validation fails, you can’t join.

/ranked queue leave

Leaves whatever queue you’re currently in. No cooldown.

/ranked stats
/ranked stats BriarMC singles

View your own stats or another player’s. Without arguments, shows your default-ladder stats. Add a player name and/or ladder to drill down.

/ranked history
/ranked history BriarMC

Opens a GUI with recent match results, including opponent, outcome, and rating change.

/ranked challenge Steve singles
/ranked accept
/ranked deny
/ranked togglechallenges

Direct challenges bypass the queue but still enforce format validation and use the arena system. See Challenges for the full flow.

/ranked spectate Steve

Watch someone’s live match. Run /ranked spectate with no arguments to stop spectating.

All admin commands require frontier.admin (default: op level 2).

CommandDescriptionPermission
/ranked reloadHot-reload all config files from disk.frontier.admin
/ranked admin setrating <player> <ladder> <amount>Set a player’s rating to a specific value.frontier.admin
/ranked admin resetrating <player> <ladder>Reset a player’s rating to ladder defaults.frontier.admin
/ranked admin forceend <player>Force-end a match involving a player.frontier.admin
/ranked admin ban <player> <duration_minutes> [reason]Ban a player from ranked. Use 0 for permanent.frontier.admin
/ranked admin unban <player>Remove a ranked ban (player must be online).frontier.admin
/ranked admin arena create <id>Start the arena builder wizard.frontier.admin
/ranked admin arena setpos1Set player 1 spawn to your current position.frontier.admin
/ranked admin arena setpos2Set player 2 spawn to your current position.frontier.admin
/ranked admin arena setspectatorSet spectator position to your current position.frontier.admin
/ranked admin arena doneSave the arena being built.frontier.admin
/ranked admin arena cancelCancel the current arena builder session.frontier.admin
/ranked admin arena delete <id>Delete an arena.frontier.admin
/ranked admin arena listList all arenas with status and allowed ladders.frontier.admin
/ranked admin setrating Steve singles 1800
/ranked admin resetrating Steve singles

Set a player’s rating to an exact value, or reset it back to the ladder’s startRating default. Useful for correcting mistakes or handling disputes.

/ranked admin forceend Steve

Immediately ends a match involving the specified player. The match is recorded as a force-end — no rating change is applied.

/ranked admin ban Steve 60 "Intentional disconnects"
/ranked admin ban Steve 0

Ban a player from all ranked queues and challenges. Duration is in minutes; 0 means permanent. The optional reason is stored and shown to the player.

/ranked admin unban Steve

Lifts the ban. The player must be online for this to take effect.

Creating an arena is a multi-step process:

  1. Run /ranked admin arena create <id> to start the wizard.
  2. Stand at the first player’s spawn and run /ranked admin arena setpos1.
  3. Stand at the second player’s spawn and run /ranked admin arena setpos2.
  4. Stand at the spectator vantage point and run /ranked admin arena setspectator.
  5. Run /ranked admin arena done to save.

See Arenas for the full configuration reference.