Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M mmoitems
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • mmoitems
  • Wiki
  • Item Stats and Options

Item Stats and Options · Changes

Page history
Updated Item Stats and Options (markdown) authored Apr 26, 2020 by Indyuce's avatar Indyuce
Hide whitespace changes
Inline Side-by-side
Showing with 0 additions and 72 deletions
+0 -72
  • Item-Stats-and-Options.md Item-Stats-and-Options.md +0 -72
  • No files found.
Item-Stats-and-Options.md
View page @ 3d9fd534
...@@ -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.
......
Clone repository

  • Home
  • Installation Guide

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Tiers
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Upgrading
  • Soulbound

Crafting Stations

  • Crafting Stations
  • Upgrading Recipes
  • Recipe Conditions
  • Recipe Ingredients
  • Recipe Triggers

Custom Blocks

  • Custom Blocks
  • World Gen Templates

Item Management

  • Item Updater
  • Item Drop Tables

Item Generator

  • General
  • Item Templates
  • Item Modifiers
  • Complex Stats

Abilities

  • Abilities
  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Plugin API