Commands with commands.yml alias cannot use command-cooldowns
andrewkm opened this issue ยท 2 comments
Due to McMMO overriding essentials repair command, I must do the following in my commands.yml:
repair:
- erepair $1-
However, any commands located in commands.yml cannot be used with command-cooldowns.
Example:
command-cooldowns:
repair: 302400
or even
command-cooldowns:
'.*repair': 302400
both work on a user running /fix or running /erepair, however when running /repair, due to it going through commands.yml, it NEVER obeys the command-cooldowns. I have tested this with several other commands in commands.yml and it's all the exact same problem.
Developer now in hibernation.. #2058
Closing as a duplicate of #2058.