/reset command allows players to restart the current speedrun session. This is particularly useful for quick resets during practice runs without needing operator permissions.
Syntax
This command takes no parameters
Permissions
- Permission Level: 0 (All players)
- Can be used by: Players and console
- Operator required: No
Behavior
When executed, the/reset command:
- Checks if there’s an active run to reset
- Triggers game over to end the current run
- Broadcasts reset message to all players
- Prepares the server for a new run with
/start
Examples
Error Messages
The mod failed to initialize properly.Solution: Restart the server or check logs for initialization errors.
There is no currently active run to reset.Solution: Start a new run with
/start first.Comparison with /stoprun
| Feature | /reset | /stoprun |
|---|---|---|
| Permission Level | 0 (All players) | 2 (Operators) |
| Purpose | Quick restart | Administrative stop |
| Typical Use | Practice runs | Server management |
Source Code Reference
Implemented inCommandRegistry.java:175-198