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 setupPlayermegablocksurvivors.setupOpens the Nightbreak setup menu
/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 <number>PlayerPicks a reward from the level-up reward screen
/mbs hourglass-reward <number>PlayerPicks a reward from the hourglass reward screen
/mbs chest-reward <number>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 cheatPlayerKills all enemies and instantly fulfills the portal sacrifice quota (debug tool)
/mbs beamPlayerDraws debug beam lines to all Target blocks within 20 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.
  • The megablocksurvivors.setup permission controls the /mbs setup command specifically.