MMO part removed, not on our end. authored by mikekevie's avatar mikekevie
......@@ -6,7 +6,7 @@ Uses the [Item Matcher](/Items/Item-Matcher)
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | m, type, t, item, i, mat, types | A material, MythicItem or MMOItems internal id to check for |<!--type:Item-->|
| material | m, type, t, item, i, mat, types | A material or MythicItem to check for |<!--type:Item-->|
| strict | exact, e | Whether the matcher should more strictly match the target item | false |
| vanillaonly | vanilla | Whether the matched item can only be a vanilla one | false |
......@@ -17,11 +17,6 @@ Uses the [Item Matcher](/Items/Item-Matcher)
Conditions:
- holding{m=DIAMOND_SWORD} true
```
This is an example of using an item from MMOItems. mmoitems.category.item
```yaml
Conditions:
- holding{m=mmoitems.TOOL.PICKAXE_5} true
```
<!--TAGS-->
......
......