yushijinhun / authlib-injector

Build your own Minecraft authentication system.
https://authlib-injector.yushi.moe
GNU Affero General Public License v3.0
744 stars 67 forks source link

add BungeeCordTransformer #148

Closed shaokeyibb closed 2 years ago

shaokeyibb commented 2 years ago

BungeeCord limited the player name character in https://github.com/SpigotMC/BungeeCord/blob/c7b0c3cd48c9929c6ba41ff333727adba89b4e07/proxy/src/main/java/net/md_5/bungee/util/AllowedCharacters.java#L28 caused all non-ASCII characters profile can not join the server.

This class is used to replace the original method to allow all characters in offline mode.

Known Issues: