Complete Command Reference
/addcommand
Description: Manage command aliases
Subcommands
| Command | Description | Example |
|---|---|---|
/addcommand reload |
Reload aliases and syntax from config files | /addcommand reload |
/addcommand add |
Create a new alias | /addcommand add hello say Hello! |
/addcommand del |
Delete an alias | /addcommand del hello |
/setcmdvariable
Description: Set custom variables for your player
Usage: /setcmdvariable <variable> <value>
Example: /setcmdvariable home 100 64 -200
Use in alias: ${home}
/deletealias
Description: List all aliases or delete a specific one
Usage:
/deletealias- Lists all aliases/deletealias <alias>- Delete specific alias
/deletealiases-gui
Description: Opens GUI for managing aliases
Features:
- View all aliases as clickable stone blocks
- Hover to see alias name and target command
- Click to delete
- Scroll with mouse wheel
/syntax
Description: View all custom syntax patterns
Usage: /syntax
Shows: All defined custom syntax patterns with descriptions
Built-in Variables
| Variable | Description | Example |
|---|---|---|
${player} |
Your player name | steve |
${x} |
Your X coordinate | 100 |
${y} |
Your Y coordinate | 64 |
${z} |
Your Z coordinate | -200 |
${custom_var} |
Custom variable you set | myvalue |
${syntax_param} |
Custom syntax parameter | steve |
💡 Tip
All aliases you create are also commands! Type /alias_name [args] to execute them.