Skip to main content

MegaBlock Survivors Commands

MegaBlock Survivors registers the root command:

/mbs
/megablocksurvivors

The Nightbreak token command used during setup is separate:

/nightbreaklogin <token>

Setup and Content Management

CommandSenderPermissionCurrent purpose
/mbsAnymegablocksurvivors.*Prints quick-start help (start, setup, reload)
/mbs initializePlayermegablocksurvivors.*Opens the first-time setup flow
/mbs setupPlayermegablocksurvivors.*Opens the content package browser
/mbs downloadallAnymegablocksurvivors.*Downloads all accessible MegaBlock Survivors Nightbreak packages
/mbs updatecontentAnymegablocksurvivors.*Downloads updates for outdated MegaBlock Survivors packages
/mbs reloadAnymegablocksurvivors.*Reloads MegaBlock Survivors content and refreshes FreeMinecraftModels imports if present
/mbs versionAnyNoneDisplays the current plugin version

Gameplay Commands

CommandSenderCurrent purpose
/mbs startPlayerStarts a new match. Fails if you are already in one.
/mbs quitPlayerEnds your current match and returns you to spawn
/mbs statsPlayerOpens 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:

CommandSenderCurrent purpose
/mbs reward <uuid>PlayerPicks a reward from the level-up reward screen
/mbs hourglass-reward <uuid>PlayerPicks a reward from the hourglass reward screen
/mbs chest-reward <uuid>PlayerPicks a reward from the chest reward screen
/mbs resumePlayerResumes gameplay after a reward selection
/mbs selectweapon <weaponType>PlayerSelects a starting weapon from the class selection screen

Debug and Admin Commands

CommandSenderCurrent purpose
/mbs cheatPlayerCheats the current match (debug tool)
/mbs beamPlayerDraws debug beam lines to all nearby Target blocks for 10 seconds
/mbs skipworldPlayerSkips 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.