-
Notifications
You must be signed in to change notification settings - Fork 52
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
Adapt FastReflection for Paper 1.20.5 #53
Conversation
I tried with Adventure, it works again! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great LGTM, just waiting a bit in case there is others reviews/testing and we are good to go :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested with the latest changes in Paper 1.20.5/6, works for me :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on SternalBoard, works fine.
Paper brought the end of the CraftBukkit package relocation. I guess I shouldn't have tested with a modified
FastReflection
class in my own plugin for #50.TheVERSION
field is now an empty string on Paper 1.20.5, or on servers that have already previously disabled the relocation. I kept theOBC_PACKAGE
static field because it ispublic
, and some plugins may rely on it.Tested on Paper 1.20.5, Paper 1.20.4 and Spigot 1.8.3, without Adventure.