CommandAliases icon indicating copy to clipboard operation
CommandAliases copied to clipboard

Cannot assign "trigger" command

Open OrigamingWasTaken opened this issue 1 year ago • 1 comments

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```

OrigamingWasTaken avatar Dec 24 '23 10:12 OrigamingWasTaken

+1, on Minecraft 1.20.1 running Fabric 0.15.7

RealSourceOfficial avatar Feb 25 '24 00:02 RealSourceOfficial