Alex (TuxCoding)
Alex (TuxCoding)
In this case could you create a test account with a given password like `test` and give us the row data to try to analyze it. `SHA256` implementations could differ....
That's similar to our implementation of SHA256. It only starts with `$` and uses `SHA` instead of `SHA256` prefix.
It should already do that. Do you have any stacktraces or errors that highlight this behavior?
Well you can see at the log that's not AuthMe running on the server thread. It's >[21:07:59] [Paper Watchdog Thread/ERROR]: com.kirelcodes.miniaturepets.pets.Pet.(Pet.java:153) If you mean this message: >[21:07:58] [AuthMeMYSQLPool connection adder/INFO]:...
The error is about `MinaturePets` is waiting for incoming data from the SQL server. There you can see that `MinaturePets` is doing SQL operations on the main thread, that should...
Thanks that's what we need
Could you please post your config. I'm trying to reproduce it.
Okay found it. Caching is required here. What is your motivation for disabling it?
That's looks like a big design flaw in our system. I'll open another ticket for discussion. Looks like you found something critical. Thank you. For now you could disable inventory...
>java.lang.UnsupportedOperationException: No supported platform detected FastLogin without any Minecraft proxies requires ProtocolLib or ProtocolSupport. In this case ProtocolSupport failed to initialize.