Skip to content

Trying to block the letter 'v' results in blocking the letter 'w' instead #2

Description

@Myron-JB

To reproduce

Tested on server version: git-Paper-216 (MC: 1.18.1)

Console:

> cf blacklist add word vet
[09:00:52 INFO]: vet - Has now been blacklisted; players will not be able to say this word.

wordFilters.yml

...
  vet:
    Enabled: true
    Regex: ((w)+(\W|_)*(3|e)+(\W|_)*(7|t)+(\W|_)*)
    Warn:
      Staff: true
      Player: true
      Console: true
    CancelChat:
      Cancel: true
      Replace: false
      ReplaceWith: Cookies
    Action:
    - none
    AddedBy: CONSOLE

As you can see, under the Regex, 'w' is added instead of 'v'. Hence, players can say 'vet' but cannot say 'wet'.

Apart from that it works very well. Thanks for the plugin!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions