-
First of all, thank you for your great work! The plugin it really great! I just wanted to ask what the syntax is for the console-filter (EssentialsDiscord) when you want to filter out multiple regex patterns. For example multiple player names like "player1" "gamer2" "bot3". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
console-filter will also accept a list of regex patterns. you could so something like: console:
...
console-filter:
- "pattern 1"
- "pattern 2" |
Beta Was this translation helpful? Give feedback.
console-filter will also accept a list of regex patterns.
you could so something like: