Skip to content

Cannot assign "trigger" command #59

@OrigamingWasTaken

Description

@OrigamingWasTaken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions