-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature: Add Folia Support #109
base: main
Are you sure you want to change the base?
Conversation
I don't know what is Folio. So you should explain the Folio to me. I have issues about is Native Spigot works with that code? |
Folia is Fork of Paper which adds regionised multithreading to the dedicated server. It was developed by Paper dev Spottedleaf. Its multi threaded so it can handle large player counts (like 2000 players) on one server. To make plugins compatible with it, you need to use Folia's schedulers ( I used MorePaperLib so with this code plugin works on Native Spigot/Paper and Folia without issues. For more information, you can check Folia's README: Folia on GitHub |
@adabugra Could i request to take the jar which supports Folia? |
|
Adds support for Paper's multithreading Folia project.
Code has been tested with Paper 1.21.1 and Folia 1.21.1