... | @@ -99,78 +99,6 @@ TEST_ITEM: |
... | @@ -99,78 +99,6 @@ TEST_ITEM: |
|
## Item Cooldown
|
|
## Item Cooldown
|
|
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`.
|
|
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).
|
|
|
|
To add durability/ID to the different elements of your crafting recipe, put a ':' between the material name and the durability. Example: INK_SACK:2, which corresponds to... Cactus Green.
|
|
|
|
|
|
|
|
```
|
|
|
|
TEST_ITEM:
|
|
|
|
material: POTION
|
|
|
|
craft-enabled: true
|
|
|
|
craft:
|
|
|
|
- AIR PAPER AIR
|
|
|
|
- PAPER DIAMOND PAPER
|
|
|
|
- PAPER PAPER PAPER
|
|
|
|
craft-enabled: true
|
|
|
|
```
|
|
|
|
|
|
|
|
## Advanced Crafting Recipe
|
|
|
|
The crafting recipe players can use in the advanced workbench to craft your item. This special workbench can be accessed by sneaking and right clicking a workbench. It allows the use of complex crafting recipes that use items with custom names, but it also support item amounts & MMOItems as ingredients.
|
|
|
|
Editing an item advanced recipe is pretty easy, simply click the corresponding option in the edition menu: another GUI will pop up which will show your current item recipe. Drag & drop the items you want on the corresponding slots and don't forget to use /mi reload adv-recipes to make recipe changes apply.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
TEST_ITEM:
|
|
|
|
material: IRON_SWORD
|
|
|
|
advanced-craft-enabled: true
|
|
|
|
advanced-craft:
|
|
|
|
'0':
|
|
|
|
material: IRON_INGOT
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'1':
|
|
|
|
material: AIR
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'2':
|
|
|
|
material: AIR
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'3':
|
|
|
|
material: AIR
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'4':
|
|
|
|
material: IRON_INGOT
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'5':
|
|
|
|
material: AIR
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'6':
|
|
|
|
material: AIR
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'7':
|
|
|
|
material: AIR
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
'8':
|
|
|
|
material: STICK
|
|
|
|
amount: 1
|
|
|
|
durability: 0
|
|
|
|
name: ''"
|
|
|
|
```
|
|
|
|
|
|
|
|
## Tool Options
|
|
## Tool Options
|
|
**Autosmelt:** When toggled on, your tool automaticaly smelt mined iron and gold ores.
|
|
**Autosmelt:** When toggled on, your tool automaticaly smelt mined iron and gold ores.
|
|
**Bouncing Crack:** When toggled on, your tool mines extra blocks behind the initial one.
|
|
**Bouncing Crack:** When toggled on, your tool mines extra blocks behind the initial one.
|
... | | ... | |