Changes
Page history
MMO part removed, not on our end.
authored
May 27, 2026
by
mikekevie
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/holding.md
View page @
e853e727
...
...
@@ -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-->
...
...
...
...