Skip to content

Arena Commands

Arena commands manage the single-player game instances used by Whack Me. Use /whackme or /wm for every command on this page.


Creates a new, unconfigured arena with a unique ID.

Terminal window
/wm create <arena_id>
  • Permission: whackme.arena.create
  • Sender: Player

The arena is kept in memory immediately and saved to arenas.yml by the automatic save system or server shutdown. Continue with /wm edit <arena_id>.


Lists every arena and its readiness state.

Terminal window
/wm list
  • Permission: whackme.arena.list
  • Sender: Player

Ready arena IDs are clickable join actions. Incomplete IDs are clickable setup actions.


Opens the interactive setup menu for an existing arena.

Terminal window
/wm edit <arena_id>
  • Permission: whackme.arena.edit
  • Sender: Player

See the Arena Setup Guide for every page and validation rule.


Uses a confirmation flow to permanently unregister an arena.

Terminal window
/wm delete <arena_id>
/wm delete <arena_id> --confirm
/wm delete <arena_id> --cancel
  • Permission: whackme.arena.delete
  • Sender: Player

Running the command without a flag prints clickable confirm and cancel actions. --confirm stops an occupied game as an arena-deletion cancellation, removes its join signs, and deletes its section from arenas.yml. --cancel leaves everything unchanged.