2.11.7: Folia support and code improvements
Hey everyone,
After a long wait and countless requests, including multiple pull requests to implement it - PlaceholderAPI is finally able to support Folia!
Additionally there has been some smaller code improvements, including updating the NMSVersion enum to include the latest 1.21.x versions.
Folia Support [#1127]
Folia support has been added, allowing PlaceholderAPI to run on Folia based servers without scheduler related issues. While we’ve tested the core functionality, we haven’t been able to verify every expansion, so some edge cases may still exist. If you encounter any bugs, please report them so we can investigate and resolve them.
NMSVersion updates
The NMSVersion enum has been updated to support the latest 1.21.x versions up to and including 1.21.10 for expansions that depend on this.
Full Changelog
Other changes
- feat: initial work on 1.21 by @darbyjack in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1067
- Added missing NotNull annotations to setBracketPlaceholders methods by @mfnalex in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1000
- Revert api links by @Funny-cube in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1098