Add new geyserProxy option to not redirect on auth server players from these proxy
Code (Text):
# Use it with precaution ! All players connecting from this address won't need authentification. Use this to register your Geyser proxy addresses such as 127.0.0.1 or 172.18.0.* (You can use wildcard matching).
geyserProxy:
- 172.18.0.* # Example for pterodactyl users
Add wrongEdition message when Minecraft edition is not the same than previous logins
Change database structure to support storing player edition
Fix :
Fix not redirect cracked players after logged in when try to connect to an offline server
Fix not properly formated placeholder in default translations
Other changes :
Move sql statements from PlayerSession to SQLManager