CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
185 stars 67 forks source link

Store nbt data to ItemStack YML Serialization #55

Closed EverNife closed 3 years ago

EverNife commented 3 years ago

Add way to store NBT of the handle field of the ItemStack when it is present. May be helpfull to many plugins that use the default storage type.

One good example is QuickShop.

EverNife commented 3 years ago

Disabled by default until https://github.com/CrucibleMC/Crucible/issues/56 is fixed