These options are applicable to all items, and go under the Options field.
They expand on the Item Options provided by MythicMobs as well.
Option | Description |
---|---|
CancelDamage: [true/false] | Prevents the item from doing physical damage on melee hit. |
Destroy: [true/false] | If true, the item will be removed from every player. Used to remove a matching item from the server. |
DestroyOnDrop: [true/false] | Destroys the item if the player drops it. |
KeepOnDeath: [true/false] | Players won't drop the item on death. |
PreventDropping: [true/false] | Prevents the item from being dropped. Defaults to false
|
Permission: [perm.node] | Required perm node to have this item. If the player doesn't have the permission, it will be removed from their inventory when they attempt to use it (use permission conditions in skills if you just want to prevent skill usage). |
Placeable: [true/false] | Allows the item to be placed in the world |
PreventAnvil: [true/false] | Prevents the item from being used in an anvil. |
PreventSmithing: [true/false] | Prevents the item from being used in a smithing table. Defaults to true for items with CustomModelData. |
PreventCrafting: [true/false] | Prevents the item from being used to craft other items. Defaults to true for items with CustomModelData. |
PreventEnchanting: [true/false] | Prevents the item from being enchanted. |
SkillType: [item] | What MYTHIC_TYPE nbt should be set on the item. Conditions that checks against the items will evaluate this item as the specified one, and all skills of the selected item are applied, while those of the original item are ignored. |