/start command initiates a new speedrun session. Depending on your configuration, it either starts the run immediately or opens a Runner/Hunter selector GUI for Manhunt mode.
Syntax
This command takes no parameters
Permissions
- Permission Level: 0 (All players)
- Can be used by: Players and console
- Operator required: No
Behavior
Standard Mode
When Manhunt mode is disabled, the command immediately starts a new speedrun:- Initializes the Run Manager
- Generates new worlds
- Begins the timer
- Broadcasts start message to all players
Manhunt Mode
When Manhunt mode is enabled for the next run:- Opens the Runner/Hunter selector GUI
- Players select their roles
- Run starts after confirmation in the GUI
- Note: Only players can start a Manhunt run (console cannot)
Examples
Error Messages
The mod failed to initialize properly. This usually indicates a server startup issue.Solution: Restart the server or check logs for initialization errors.
Occurs when attempting to start a Manhunt run from console.Solution: Have a player execute the
/start command instead.Source Code Reference
Implemented inCommandRegistry.java:61-93