-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Folia support #329
base: master
Are you sure you want to change the base?
Folia support #329
Conversation
I have tested some farming/foraging/fighting/archery abilities and everything seems to be working fine for these. Bossbar/actionbar also there, stat/trait reload (hp for example and others that use vanilla attributes) seems also fine. |
Required Slate PR to have full functionality |
…egion listener (support side/below)
Rebased to the latest state of master. Since that already includes the slate PR, this is now buildable and testable. |
This is a very early implementation for Folia support.
Won't run on Folia yet, since Slate, the GUI API also isn't compatible with Folia yet
For the above reason this build is untested and not production ready
Mainly created this draft PR to discuss the current scheduler handling, potential bugs and stuff I have overlooked, like making the data structures threadsafe.
Of course, for all this to be worth anything, Slate needs to be ported to Folia as well. Since it already uses Paper APIs, it will probably be much easier.