MegaBlock Survivors Commands
MegaBlock Survivors registers the root command:
The Nightbreak token command used during setup is separate:
Setup and Content Management
| Command | Sender | Permission | Current purpose |
|---|
/mbs | Any | megablocksurvivors.* | Prints quick-start help (start, setup, reload) |
/mbs initialize | Player | megablocksurvivors.* | Opens the first-time setup flow |
/mbs setup | Player | megablocksurvivors.* | Opens the content package browser |
/mbs downloadall | Any | megablocksurvivors.* | Downloads all accessible MegaBlock Survivors Nightbreak packages |
/mbs updatecontent | Any | megablocksurvivors.* | Downloads updates for outdated MegaBlock Survivors packages |
/mbs reload | Any | megablocksurvivors.* | Reloads MegaBlock Survivors content and refreshes FreeMinecraftModels imports if present |
/mbs version | Any | None | Displays the current plugin version |
Gameplay Commands
| Command | Sender | Current purpose |
|---|
/mbs start | Player | Starts a new match. Fails if you are already in one. |
/mbs quit | Player | Ends your current match and returns you to spawn |
/mbs stats | Player | Opens your equipment and stats screen for the current match |
Internal Commands
These commands are triggered automatically by the game UI and are not meant to be run manually:
| Command | Sender | Current purpose |
|---|
/mbs reward <uuid> | Player | Picks a reward from the level-up reward screen |
/mbs hourglass-reward <uuid> | Player | Picks a reward from the hourglass reward screen |
/mbs chest-reward <uuid> | Player | Picks a reward from the chest reward screen |
/mbs resume | Player | Resumes gameplay after a reward selection |
/mbs selectweapon <weaponType> | Player | Selects a starting weapon from the class selection screen |
Debug and Admin Commands
| Command | Sender | Current purpose |
|---|
/mbs cheat | Player | Cheats the current match (debug tool) |
/mbs beam | Player | Draws debug beam lines to all nearby Target blocks for 10 seconds |
/mbs skipworld | Player | Skips to the next world in the current match |
Notes
- MegaBlock Survivors'
plugin.yml only declares the /mbs root command with a /megablocksurvivors alias. All subcommands are registered through the command manager at runtime.
- Commands without an explicit permission set have no permission requirement.
- The
megablocksurvivors.* permission controls access to all admin and setup commands.