/settings command opens an interactive GUI where players can access informational features, including combat logs, bug reporting, and command references.
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 Info GUI (
SettingsInfoGui) - Player can access:
- Combat log viewer
- Bug report system
- Command references
- Other informational features
- Provides read-only information and utilities
GUI Features
The settings info GUI typically includes:- Combat Log: View recent combat events and deaths
- Bug Report: Submit bug reports and feedback
- Commands: Reference list of available commands
- Help: Additional mod information and documentation
The exact features available in the GUI depend on your mod version. Check the GUI in-game for all available options.
Examples
Error Messages
Occurs when attempting to execute from console or non-player source.Solution: Execute the command as a player in-game.
Common Use Cases
Combat Log Review
- Check what caused a death
- Review recent damage events
- Analyze combat encounters
Bug Reporting
- Report issues directly from the game
- Provide feedback on mod features
- Submit crash reports
Command Reference
- Look up command syntax
- Browse available commands
- Learn command usage without leaving the game
Comparison with /chaos
| Feature | /settings | /chaos |
|---|---|---|
| Purpose | Information & utilities | Challenge configuration |
| Content | Combat log, bug reports, help | Difficulty, modifiers |
| Modifies Run | No (read-only) | Yes (configures settings) |
| GUI Type | SettingsInfoGui | SettingsGui |
Related Commands
/chaos- Opens challenge settings GUI (difficulty, modifiers)/runinfo- Display current run information/start- Start a new speedrun
Workflow Examples
Investigating a Death
- Execute
/settings - Navigate to Combat Log
- Review recent damage events
- Identify cause of death
Reporting a Bug
- Execute
/settings - Navigate to Bug Report
- Fill out bug details
- Submit report
Learning Commands
- Execute
/settings - Navigate to Commands section
- Browse available commands
- Reference syntax and usage
Source Code Reference
Implemented inCommandRegistry.java:165-173
Opens SettingsInfoGui.open(player) which provides the interactive information interface.