Updated Item Stats and Options (markdown) authored by Indyuce's avatar Indyuce
......@@ -97,7 +97,7 @@ TEST_ITEM:
increased_damage: 1
```
## Item Cooldown
The delay players must wait before EITHER using a consumable, or running all the commands from an item.
The delay players must wait before EITHER using a consumable, or running all the commands from an item. In MMOItems Legacy, commands can all have different cooldowns and consumable have an option called `Consume Cooldown` which is similar to `Item Cooldown`.
## Crafting Recipe
The craft recipe of your item (in a workbench). All material names can be found in the [Spigot javadocs](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html).
......
......