Skip to content

Regex filter

Latest
Compare
Choose a tag to compare
@danorris709 danorris709 released this 06 Aug 11:07
· 3 commits to main since this release
83bc768

This version adds a regex supported filter to the config that can block items, or pokemon, from being added to GTS if they match any of the patterns in the config. This allows you to block inappropriate language from being added to the GTS.

Example:

trade-blocked-words:
     one:
          pattern: "noob"
          reason: "Calling people noobs is for noobs"

The reason is then used in a message, in the locale, telling the user why their item was blocked from being added.