Complete Command Reference

/addcommand

Description: Manage command aliases

Subcommands

CommandDescriptionExample
/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:

/deletealiases-gui

Description: Opens GUI for managing aliases

Features:

/syntax

Description: View all custom syntax patterns

Usage: /syntax

Shows: All defined custom syntax patterns with descriptions

Built-in Variables

VariableDescriptionExample
${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.