minity-script / minity

Minity is a scripting language for Vanilla Minecraft
https://minity-script.github.io
GNU General Public License v3.0
23 stars 0 forks source link

No support for UUID arrays #22

Open KB1RD opened 2 years ago

KB1RD commented 2 years ago

This is required for the AttributeModifiers field of items. Current workaround for items is to put the entire give command into a manual /give. For nested JSON strings, you will need to double escape the slashes (this will end up being a quadruple slash escape).