EssentialsX

EssentialsX

2M Downloads

Cooldown issue.

Done84 opened this issue ยท 2 comments

commented

Hi.
Cool downs only seem to work when commands don't have a argument.
For example:

command-cooldowns:
  feed: 100 # 100 second cooldown on /feed command
  repair all: 100
  repair*: 100
  repair *: 100
  repair: 100

Feed works fine however /repair doesn't seem to work with any of those i tried.

commented

FTFY

commented

Use something like https://regex101.com/ to check your regex vs what it will match.