/chaos command opens an interactive GUI where players can configure challenge settings and difficulty modifiers for their speedrun sessions.
Syntax
This command takes no parameters and opens a GUI
Permissions
- Permission Level: 0 (All players)
- Can be used by: Players only (not console)
- Operator required: No
Behavior
When executed by a player:- Opens the Settings GUI (
SettingsGui) - Player can configure challenge settings:
- Difficulty level
- Half heart mode
- Custom modifiers
- Other challenge options
- Changes are saved when the GUI is closed
- Settings apply to the next run started with
/start
GUI Features
The chaos settings GUI typically includes:- Difficulty Settings: Configure game difficulty
- Half Heart Mode: Enable/disable reduced health
- Challenge Modifiers: Additional gameplay modifiers
- Run Configuration: Various speedrun-specific settings
The exact options available in the GUI depend on your mod version and configuration. Check the GUI in-game for all available settings.
Examples
Error Messages
Occurs when attempting to execute from console or non-player source.Solution: Execute the command as a player in-game.
Workflow
- Execute
/chaosto open the settings GUI - Configure your desired challenge settings
- Close the GUI to save changes
- Start a new run with
/startto apply the settings
Related Commands
/settings- Opens info settings GUI (combat log, bug reports)/start- Starts a new run with configured settings/runinfo- View current run state and statistics
Use Cases
Practice Runs
- Adjust difficulty for training
- Enable/disable modifiers for specific practice
Challenge Runs
- Configure maximum difficulty for challenge attempts
- Set up specific modifier combinations
Team Coordination
- Agree on settings before starting multiplayer runs
- Test different configurations
Source Code Reference
Implemented inCommandRegistry.java:155-163
Opens SettingsGui.open(player) which provides the interactive configuration interface.