Some (not strictly kosher but very popular) mods allow you to apply custom attributes directly on items instead of going through enchantments. For example, an item could have the attribute "Speed -40%".
Currently with v1.8 Nimitz file format we support inventory serialization through Bukkit's own format right? It works for custom item names, but not for directly applied attributes. Not sure if it would be hard to support this...
Someone on our server suggested this.
Some (not strictly kosher but very popular) mods allow you to apply custom attributes directly on items instead of going through enchantments. For example, an item could have the attribute "Speed -40%".
Currently with v1.8 Nimitz file format we support inventory serialization through Bukkit's own format right? It works for custom item names, but not for directly applied attributes. Not sure if it would be hard to support this...