Commands.yml Issue
JessePesse123 opened this issue ยท 6 comments
Hello,
I tried to make a custom command/alias: '/mpetgive (player) (permission of the pet' wich outputs 2 things:
- A luckpermscommand wich gives the permission for the pet
- A broadcastcommand wich broadcasts that the player has won a pet.
This is the output in chat:
This is our command.yml configuration:
mpetgive:
- luckperms:lp user $$1 permission set $$2 true server=global
- broadcast &f$$1 won een &et &fIn zijn/haar crate!
Thank you already!
Issue context here (LP discord server).
Possibly related to this (again LP discord server)? If so (which is probable since command blocks/command.yml parse the command through CommandNode#parse
before executing), commodore/the commodore file parser could accept a token for end points/execution points to allow things like this.
Please try using LuckPerms 5.1.98
or newer, and set register-command-list-data
to false in the LP config.yml
.