-
Notifications
You must be signed in to change notification settings - Fork 83
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
Get rid of deprecated methods to make DXL ready for 1.13 #333
Comments
Hi, Is it the all list that you have identified as main incompatibility with the next Minecraft update and DXL? Or there could be a lot of unidentified incompatibility due to the 1.13? |
I did this in November; about two months before the first API preview was published. Thus, it's completely speculative. I'm almost sure that's everything though, and even if it's not, further breakages wouldn't increase the work load significantly. To be honest, testing the affected things with all of the versions it's supposed to work with is likely to be more of a hassle than the actual programming. The update may be huge for Spigot and Minecraft from a technical point of view, but it really isn't much trouble for DXL. Spigot will provide some legacy support, so DXL might work fine without any adjustments at all. But even then, I'll clean the code up a bit. |
Great news, thanks for information :) i'm developper too and i've seen a lot of technical chance/add in the 1.13 vers but i wasn't able to figure how it will impacte development and so, the delay before a release of our favorite plugin whith 1.13 support. Have a nice day o/ |
This commit resolves a good bit. However, I still need to do something in regard to usage of block DVs. |
Get rid of:
1.8 compatibility:
DVs:
Do not get rid of:
The text was updated successfully, but these errors were encountered: