-
Notifications
You must be signed in to change notification settings - Fork 323
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 paperlib to fix teleportation on folia #1576
base: 2.0
Are you sure you want to change the base?
Conversation
I added paperlib how they described it here |
What is not legit about that? |
Just to make sure, have you tested this on:
(I might be wrong here since I don't have much knowledge of PaperLib) Personally I don't like the way you're doing this and don't believe it would work on non-paper/non-paper-fork (maybe also legacy versions?) which would require you to check if the server is Folia or not, and see if you should use PaperLib or use player.teleport depending on what is being used maybe. |
I tested it on Folia 1.20.4, Paper 1.20.4 and Spigot 1.8.8. teleportation works (PaperLib has fallbacks for those plattforms). HOWEVER I got following error running the command:
|
I builded the plugin without my changes in a seperate clean vm and still get the same issue. I guess it's not related? |
Fixes #1572 and includes the suggested improvements from @MWHunter