taoneill / war

War - Minecraft TDM & CTF for Bukkit
war.tommytony.com
MIT License
68 stars 152 forks source link

Support directly-applied attributes on items #708

Open taoneill opened 10 years ago

taoneill commented 10 years ago

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...

smurfofsmurf commented 10 years ago

We give custom attributes through the essentials kits and let people walk into the arenas like that. Don't know if that helps you or not.