MajekDev / HexNicks

Nickname plugin with hex color code and gradient support.
MIT License
27 stars 13 forks source link

&k legacy obfuscated code not being recognized as non-alphanumeric #89

Closed chrismwiggs closed 1 year ago

chrismwiggs commented 1 year ago

Describe the bug Players are getting the standard "Your nickname must be alphanumeric." error message when they try to use the &k legacy code in nicknames. works as expected, as do other legacy codes (&l, &o, etc). This is while "require-alphanumeric" is set to true, which I imagine is where the issue is (not recognizing &k as one of the allowed non-alphanumeric strings).

To Reproduce Steps to reproduce the behavior:

  1. Run /nick &ktest
  2. Recieve error

Expected behavior Should parse &k as obfuscated even with "require-alphanumeric" set to true, similar to &l and &o.

Screenshots N/A

Software (please complete the following information):