Can someone who's good with databases make a plugin which imports databases from other auth plugins like hereauth and serverauth to SimpleAuth, so its easier to change between auth plugins and we dont have to delete databases. for eg. HereAuth JSON to SimpleAuth YAML?
Note that you'll need an extensively modified version of SimpleAuth to successfully load passwords from ServerAuth. So in simple words, an importer doesn't really work.
if you give me a file that contains 1 from HereAuth and 1 from SimpleAuth, assuming they use the same hashing, I can make a script that converts the files. but they dont use the same hashing styles https://github.com/PEMapModder/Here...6e603b7838a1ac/src/HereAuth/HereAuth.php#L408 https://github.com/PocketMine/Simpl...0b961aefb5/src/SimpleAuth/SimpleAuth.php#L452 So the only way is to detect users from both files and check if its a HereAuth /SimpleAuth config
then it makes things easy. I assume hes ban, so if he still wants me to create the script let him email me: [email protected]