FlashyReese / CommandAliases

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

Error while executing command #19

Closed Soham52 closed 2 years ago

Soham52 commented 3 years ago

this is the code: [ { "commandMode": "COMMAND_ALIAS", "command": "cords", "execution": [ { "command": "execute at {this::SELF} run trigger ch_toggle", "type": "CLIENT" } ] } ] after reloading in-game when typing /cords as a OP it works but when doing the same as a non OP player this error comes image

FlashyReese commented 3 years ago

Use type as SERVER for the non OP user issue. As for the other issue that will be fixed next release.