Folia support & updated dependencies
Added folia support (tested on 1.21.5) & updated dependencies, removed deprecated api
Hey! Thanks for the work, I appreciate it!
I have a couple of questions about your pull request.
- Is the change in dependencies you made necessary to support Folia, or is that a separate change?
- What Java version did you use to compile the project?
If I check out your fork locally, it won't let me compile the project, because the Paper API requires Java 21, while PlayerStats is built with Java 16. If I change to Java 21, it does compile, but that would mean PlayerStats can't run anymore on servers below Minecraft version 1.20.5, while it currently works on everything above 1.16.5 (that's why I'm building with Java 16 at the moment, so PlayerStats can run on as many different Minecraft versions as possible, without me needing to maintain different projects).