Eniripsa96 / SkillAPIKotlin

A flexible RPG plugin for Minecraft allowing for custom skills and classes - recoded in Kotlin
20 stars 4 forks source link

[Feature] Item CustomModelData #6

Open Lix3nn53 opened 5 years ago

Lix3nn53 commented 5 years ago

In 1.14 we can use CustomModelData instead of durability to replace item models.

We can easily set CustomModelData of an ItemStack with: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/meta/ItemMeta.html#setCustomModelData-java.lang.Integer-

Can you add option to set CustomModelData of icons? (skill & attr icons etc)