OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
99 stars 84 forks source link

Allow OCN_DATA nbt tag #133

Closed Yukon closed 9 years ago

Yukon commented 9 years ago

Prevents our custom nbt data from being filtered.

tonybruess commented 9 years ago

Their either needs to be an API or the OCN prefix should be dropped/replaced.

jedediah commented 9 years ago

New patches should be on 1.8 https://github.com/OvercastNetwork/SportBukkit/tree/real1.8

Yukon commented 9 years ago

Should the API be just an exception list to prevent NBT data from being lost or an entire ItemMetadata api?.

Yukon commented 9 years ago

Moving this PR to 1.8 and keeping all NBT.

Yukon commented 9 years ago

Post note: Spigot 1.8 has fixed this issue.