Replies: 1 comment
|
One thing just came into my mind: Essentials could potentially automatically replace the It might be a good suggestion that Essentials delays the replacement of |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using Essentails 2.19.7 and I don't want to allow the players to use some magic characters which are used as image placeholders in my server resourpack (in other words, I don't want players to use an arbitrary image from my server resourpack in their nicknames) So I write the following regex to only allow players to use Chinese, Hiragana, Katakana, and a-z A-Z 0-9 & #:
https://regex101.com/r/Qd9oxd/1
With the regex above specified in the Essentials config
nick-blacklist, ideally the player can use any of the following nicknames:But in fact, the players can only use: 1,2,5 (which does not include any color codes)
What confused me the most is that none of the nicknames are matched in regex101, but Essentials thinks they matched the blacklist-regex... I would appreciate any help.
All reactions