Skip to content
Discussion options

You must be logged in to vote

You can use a regular expression to match any /home commands that aren't /home bed. I haven't tested this but it should work:

command-cooldowns:
  'home bed': 3600
  '^^home(?! bed)( .*)?': 60

For more explanation, see the wiki page on command cooldowns. For help with writing and testing regular expressions, you can use a tool like Regex101 or Regexr.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdcfe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants