... | ... | @@ -24,5 +24,5 @@ YOUR_ITEM_ID: |
|
|
material: YOUR_ITEM_MATERIAL
|
|
|
```
|
|
|
4. All materials can be found [here](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html). The item material is the first thing to add since it is the only real option an item needs to be able to be generated.
|
|
|
5. Add as much item modifiers (Abilities, Attack Damage....) as you want! You can see all modifiers (and how to configure them) on [this wiki page](https://github.com/Indyuce/mmoitems/wiki/Item-Stats-&-Options).
|
|
|
5. Add as much item modifiers (Abilities, Attack Damage....) as you want! You can see all modifiers (and how to configure them) on [this wiki page](https://github.com/Indyuce/mmoitems/wiki/Item-Stats-and-Options).
|
|
|
6. Save the file and get back on Minecraft. Use /mi <ITEM_TYPE> <YOUR_ITEM_ID> to get your item. |
|
|
\ No newline at end of file |