CommandAliases
CommandAliases copied to clipboard
Alternate short commands for complex commands
[Server thread/ERROR]: BLOB/TEXT column 'key' used in key specification without a key length [Server thread/INFO]: [STDERR]: java.sql.SQLSyntaxErrorException: BLOB/TEXT column 'key' used in key specification without a key length [Server thread/INFO]:...
I have three custom commands (each without arguments) that load in without issue: ``` [00:09:08] [Server thread/INFO]: commandaliases ├── removebonus.json - Successfully loaded ├── changeorigin.json - Successfully loaded └── addbonus.json...
In what order are the aliases loaded? Is there any way to make sure one alias loads before another?
How would i format a command that has structure with those symbols My current .json: ```{ "schemaVersion": 1, "commandMode": "COMMAND_CUSTOM", "command": "renew", "actions": [ { "command": "tellraw @s {"text":"[Renew] Click...
Minecraft 1.21 Command Aliases version: 1.0.1 Only Command Aliases and Fabric API installed. Placing this inside the client folder for command aliases and then executing `/test` will crash the game....
1.21 / Fabric Running commandaliases-1.0.1+mc1.21-build.70 Running into the below error in the console: [16:21:15] [Server thread/ERROR]: [SERVER] COMMAND_REDIRECT - Could not find existing command "execute in minecraft:overworld run tp $executor_name()...
added config/commandaliases/survival.json: ``` { "schemaVersion": 1, "commandMode": "COMMAND_REDIRECT_NOARG", "command": "survival", "redirectTo": "gamemode survival" } ``` did /commandaliases reload execute ingame : `/survival` output: "Unknown or incomplete command ..."
Sadly the link to the wiki is not working. I always get the error: ERR_QUIC_PROTOCOL_ERROR Is the website flashyreese.me down? Without the wiki is it not very easy to get...
Also changed version back to 1.0.2.
Hi there Now that 1.21.9 has been released, please will you update this mod to work in this version? Thanks!