CommandHelper

CommandHelper

46.5k Downloads

1.13 Compatibility

LadyCailinBot opened this issue ยท 1 comments

commented

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/

commented

Comment by sat

At this time 1.13 is not foar prod server.
all extention are extention, and i think all dev need more time for upgrade.
and the 1.13 is a big update for the code!
you have to be a little more patient, it is not even 24h that version 1.13 spigot is out.