Not all cooldowns work
CycloneNW opened this issue ยท 8 comments
Hey,
command-cooldowns:
feed: 10
heal: 300
fix: 3600
The "Fix" command does not have a cooldown, I have also tried wildcards and it doesn't work. All the others do work.
Hey, yeah, it doesn't work.
http://pastebin.com/KgXcFue4
The fix doesn't work but the heal does.
That wasn't actually a fix, it was just to add more information to /ess debug
.
The issue right now is that you're specifying a command called fix
when that's actually an alias to a command called repair
. I'm debating whether this is something which should be fixed on our end or not, it might introduce other issues with interfering commands.
Simply replace fix
with repair
and any other command aliases.
can you http://pastebin.com your whole config.yml and your whole server log.
Hey, http://pastebin.com/ZCSZBjxw. Thanks.
Can you update to latest and try again.