Skip to main content
The /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

/start
No parameters
void
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:
  1. Initializes the Run Manager
  2. Generates new worlds
  3. Begins the timer
  4. Broadcasts start message to all players

Manhunt Mode

When Manhunt mode is enabled for the next run:
  1. Opens the Runner/Hunter selector GUI
  2. Players select their roles
  3. Run starts after confirmation in the GUI
  4. Note: Only players can start a Manhunt run (console cannot)

Examples

/start
> [Soul Link] Run started!

Error Messages

Run manager not initialized
error
The mod failed to initialize properly. This usually indicates a server startup issue.Solution: Restart the server or check logs for initialization errors.
Only players can start a Manhunt run
error
Occurs when attempting to start a Manhunt run from console.Solution: Have a player execute the /start command instead.

Source Code Reference

Implemented in CommandRegistry.java:61-93
Configure your run settings with /chaos and /settings before starting a new run.

Build docs developers (and LLMs) love