Docs: Clarify !alias commands in commands_en.md (#4426)

Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>
This commit is contained in:
eudaimonistic 2025-01-06 09:42:18 -05:00 committed by GitHub
parent 16f8b41cb9
commit 7c89a83d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ including the exclamation point.
- `!countdown <number of seconds>` Starts a countdown using the given seconds value. Useful for synchronizing starts. - `!countdown <number of seconds>` Starts a countdown using the given seconds value. Useful for synchronizing starts.
Defaults to 10 seconds if no argument is provided. Defaults to 10 seconds if no argument is provided.
- `!alias <alias>` Sets your alias, which allows you to use commands with the alias rather than your provided name. - `!alias <alias>` Sets your alias, which allows you to use commands with the alias rather than your provided name.
`!alias` on its own will reset the alias to the player's original name.
- `!admin <command>` Executes a command as if you typed it into the server console. Remote administration must be - `!admin <command>` Executes a command as if you typed it into the server console. Remote administration must be
enabled. enabled.
@ -65,6 +66,7 @@ including the exclamation point.
argument is provided. argument is provided.
- `/option <option name> <option value>` Set a server option. For a list of options, use the `/options` command. - `/option <option name> <option value>` Set a server option. For a list of options, use the `/options` command.
- `/alias <player name> <alias name>` Assign a player an alias, allowing you to reference the player by the alias in commands. - `/alias <player name> <alias name>` Assign a player an alias, allowing you to reference the player by the alias in commands.
`!alias <player name>` on its own will reset the alias to the player's original name.
### Collect/Release ### Collect/Release