Changes
Page history
you're welcome lonelywarrior <3
authored
Dec 27, 2023
by
Amy
Show whitespace changes
Inline
Side-by-side
Skills/conditions/holding.md
View page @
a5e423d0
...
...
@@ -6,7 +6,7 @@ Checks if the target is holding a given material
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | m, type, t| A material
or
MythicItem internal id to check for | |
| material | m, type, t| A material
,
MythicItem
or MMOItems
internal id to check for | |
## Examples
...
...
@@ -15,3 +15,8 @@ Checks if the target is holding a given material
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
```
\ No newline at end of file