Build your own Minecraft authentication system with Mojang authentication server support. A fork of yushijinhun/authlib-injector.
GNU Affero General Public License v3.0
50
stars
4
forks
source link
命名空间ID不支持下划线打头 #7
Closed
Ghost-chu closed 1 year ago
默认的命名空间ID
[a-z0-9._-]+
正则表达式无法匹配以下划线打头的命名空间ID。 我希望所有皮肤站玩家使用_BR
的命名空间,以便所有插件都能正常识别和匹配用户名,但是_BR
和[a-z0-9._-]+
匹配的结果为false
,这是否是一个 BUG?