ok i want to edit a method in nethandlerloginserver to allow nopremium players join a online mode true server but with some disadvantages encouraging them to buy premium, server must have online mode on so premium players can join normally, i can try to subscrive to playerjoinevent and replicate the vanilla auth in my mod and change online mode to false but i think that it could make it incompatible with other mods or sponge plugins and any change i could do at that point could conflict with other mods that check the gameprofile of players, instead if i edit the method it wont conflict with anything since is one of the first methods that get executed when a player connects.