Alex (TuxCoding)
Alex (TuxCoding)
Test are ready. However I encountered a race condition. When preventing the inventory data to be sent the status of the registration status isn't loaded yet. Therefore we should always...
This looks to be more a AuthMeBungee issue, but we need to take a closer look.
To be honest name changing is difficult topic. I made the `UNIQUE` decision earlier, because we try to find the player profile on login based on the player name. If...
>For migrating legacy databases I came up with the idea to add a new integer column called DBVersion. If the database will have to be updated again in the future,...
I rather was talking about the concept of having change based migrations. So one table which is used to keep track of the applied migrations and then seperate files for...
Where is the plugin version and please post the server log at the time of the premium login.
>And in bungee console isn't anything from fastlogin... There should be at least the message that it sends the force login. Could you please check that?
>No on-going login session for player Is this message always printed or only when the issue occurs?
Do you have the auth plugin installed on the lobby too? FastLogin is implemented to wait for the confirmation of the auth plugin before accept a premium change.
Do you followed the setup guide provided on the main page of this project?