games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
502 stars 121 forks source link

Advice:1.Add an option for premuim players not to change their offline UUID 2.Adding an option can disable the verification of offline players entering premuim player IDs #1234

Open Chaostarts opened 3 months ago

Chaostarts commented 3 months ago

Is your feature request related to a problem? Please describe.

1.I see that there is a permuim-uuid option configured to allow premuim players to not change their uuid. However, on servers where this option was previously enabled, premuim players will lose data after enabling it. Since premuim players can keep their premuim-uuids, why can't we add a setting to allow premuim players to keep their offline uuids? This would make it easier for the server to open later without losing data.

2.I see that there is now an option for offline players to enter the premuim player ID.But offline players need to enter the server.I hope there can be an option to disable multiple entry confirmation. Thx

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Platform

All / Shared

Relevance

Clyde6790pGIT commented 2 months ago

I believe you can migrate their playerdata by finding their offline uuid using this tool: https://minecraft-serverlist.com/tools/offline-uuid and then go to your server and then go into world and then playerdata, and then after that find their offline uuid and then rename it into their new uuid by finding it in https://mcprofile.io/

Chaostarts commented 2 months ago

I believe you can migrate their playerdata by finding their offline uuid using this tool: https://minecraft-serverlist.com/tools/offline-uuid and then go to your server and then go into world and then playerdata, and then after that find their offline uuid and then rename it into their new uuid by finding it in https://mcprofile.io/

Yes, I manually migrate player data, but I hope the plugin can add such a feature