Skip to content
Discussion options

You must be logged in to vote

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". Thanks for your help.

console-filter will also accept a list of regex patterns.

you could so something like:

console:
  ...
  console-filter:
    - "pattern 1"
    - "pattern 2"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JRoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: question Questions regarding the use of EssentialsX. module: discord Issues or PRs for the EssentialsDiscord module
2 participants