Updated Item Stats and Options (markdown) authored by Indyuce's avatar Indyuce
...@@ -96,8 +96,8 @@ TEST_ITEM: ...@@ -96,8 +96,8 @@ TEST_ITEM:
perm-effects: perm-effects:
increased_damage: 1 increased_damage: 1
``` ```
## Consume Cooldown (Consumables) ## Item Cooldown
The delay players must wait before drinking a consumable item twice. The delay players must wait before EITHER using a consumable, or running all the commands from an item.
## Crafting Recipe ## 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). 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).
... ...
......