SimpleClans

SimpleClans

467k Downloads

UUID fetching

ChanceSD opened this issue ยท 2 comments

commented

Could you make your UUID fetcher asynchronous? I had some issues where it hangs the server for some time. Also, i don't know if you support offline mode but i had this issue on an offline mode server, which shouldn't even happen since there is no need to fetch UUID from mojang.

commented

Yeah, i'm having the same issue, spigot watchdog thread stopping the server because the uuid fetching takes so long on the main thread. i'm trying to make it async without break the implementation, but it's a hard work :(

commented

Is this still an issue?