FlashyReese / CommandAliases

Alternate short commands for complex commands
MIT License
25 stars 6 forks source link

Cannot assign "trigger" command #59

Open OrigamingWasTaken opened 8 months ago

OrigamingWasTaken commented 8 months ago

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```
RealSourceOfficial commented 6 months ago

+1, on Minecraft 1.20.1 running Fabric 0.15.7