-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item "AttributeModifiers" not save bug #18
Comments
Some other reference data. |
I hope MultiInv can support ALL ITEMS include custom items which using NBTTag. Like this plugin http://dev.bukkit.org/bukkit-plugins/toggleinventory/ |
I'll take a look at it and see if there is an API for it in bukkit. If not I'll be waiting on that. |
But some other plugin use custom NBTTag for saving extra information in items. example:MobCatcher. I think record NBTTag is the best solution. It is simple to record NBTTag. Just serialize the root of item's NBTTag. No more than 10 line code. Serialize all of inventory Sample Code: |
MultiInv can't record special data like below picture.
http://i.imgur.com/fqHOKQ3.png
http://i.imgur.com/fUpVg1W.png
like -200 Attack Damage.
When MultiInv load this item to inventory.
The special data will disapear.
This is my player.dat you can look NBT node of this item.
http://www.mediafire.com/?dhevn6i2wmgiuvk
The text was updated successfully, but these errors were encountered: