CommandAliases
CommandAliases copied to clipboard
Cannot assign "trigger" command
Hello, I made a trigger command with my datapack
/trigger bid set <int>
and wanted to make a bid command that would forward the int to the trigger command. I tried doing this:
{
"schemaVersion": 1,
"commandMode": "COMMAND_REDIRECT",
"command": "bid",
"redirectTo": "trigger bid set"
}
But sadly I got an error:
11:50:56] [Server thread/ERROR]: [SERVER] COMMAND_REDIRECT - Could not find existing command "trigger bid": /Users/xxx/Library/Application Support/PrismLauncher/instances/Simply Optimized 1.18.2/.minecraft/config/commandaliases/bid.json```
+1, on Minecraft 1.20.1 running Fabric 0.15.7