Skip to main content

Adding Filters

To block usernames or nicknames that match specific words or patterns, use the /name-filters add command. You can choose between simple phrases or more advanced regular expressions.
Phrase filters are safer and easier to use.
Regex filters offer more flexibility but require testing to avoid false positives.

Examples

CommandDescription
/name-filters add phrase scamBlocks names containing the word scam
/name-filters add regex sc[ae]mBlocks variations like scam, scem, etc.

Removing Filters

To remove an entry from your blocklist, use /name-filters remove.
CommandDescription
/name-filters remove phrase scamRemoves the phrase scam
/name-filters remove regex sc[ae]mRemoves the regex pattern

Tips & Best Practices

  • Use phrase filters for clear, specific keywords
  • Test regex filters thoroughly to avoid unexpected matches
  • Run /name-filters list to review your active filters