-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for multithreaded servers #35
base: master
Are you sure you want to change the base?
Conversation
Replaced Bukkit's schedulers by Java's native ones
src/main/java/com/jeff_media/updatechecker/ThreadScheduler.java
Outdated
Show resolved
Hide resolved
I'll edit this afternoon, it's just a small thing |
Okay, should be good now @mfnalex |
Forgot to mention that this PR should fix #28 |
Hey @mfnalex, is this solution one that you like? Was coming here to add Folia support using one of the libs, but I think this PR makes more sense in the context of this project. Thanks! |
Hey @CJCrafter if you can check if the code is working, would like it (don't do it if you don't want/don't have time) |
Replaced Bukkit's schedulers by Java's native ones