1.13 Compatibility
LadyCailinBot opened this issue ยท 1 comments
CMDHELPER-3173 - Reported by PseudoKnight
Many functions and events will be changed to accommodate for and reflect the changes in Minecraft 1.13 itself. Scripts will need to be updated, but there will be support for data conversion for saved item arrays. Here's some examples of changes:
-
The key "type" will be removed in item arrays. (as well as the redundant "enchants" key in the parent array)
-
The key "data" will only be above 0 for items with durability as blocks no longer have data values. (new blockdata will be added)
-
Item/block names are changed to match Minecraft names.
-
Many biome names are changed.
-
As of this time, aliases and registered commands no longer automatically process vanilla selectors in CommandBlocks in 1.13 Spigot.
--I will continue to expand my explanations on this post later, but I thought I'd post this as a catch-all after the official Minecraft release. If you want any more specific information on my plans or if you have any thoughts on implementation or how to make this an easier transition, please comment here or pop into IRC or Discord.--
--You can download a development build here: http://builds.enginehub.org/job/commandhelper?branch=1.13-dev--
--It is highly recommended to only use this on a test server and/or on a clean slate server!--
Please read the update guide on the forums: http://forum.enginehub.org/forums/commandhelper.20/