Plugin list

RateLimit

Command Help
getRateLimit get <command>
Return rate limits set for the given <command>.
setRateLimit set [<user>] <how many in interval> <interval length> <command>
Sets the rate limit of the <command> for the <user>. If <user> is not given, the rate limit will be enforced globally, and if * is given as the <user>, the rate limit will be enforced for everyone.
unsetRateLimit unset [<user>] <command>
Unsets the rate limit of the <command> for the <user>. If <user> is not given, the rate limit will be enforced globally, and if * is given as the <user>, the rate limit will be enforced for everyone.