Changes
Page history
updated layout and informations
authored
Jun 04, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/conditions/itemissimilar.md
View page @
13ed9486
Checks that targeted player's inventory slot if it's similar to an item
## Description
Checks if the target player's inventory slot holds an item that is similar to the specified one.
To be more specific, their ItemStacks will be compared and the condition will return true if they match.
**Attributes**
| Attribute | Alias | Description | Default |
## Attributes
|-----------|----------------|----------------------------------------------------------------------|---------|
| item | i, material, m | The item to check for | DIRT |
| slot | s | The inventory slot to check for. Accepts 0 to 35, or equipment slots | HAND |
---
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| item | i, material, m, mm, mythicitem | The item to check for | DIRT |
| slot | s | The inventory slot to check for. Accepts 0 to 35, or equipment slots | HAND |
**Examples**
## Examples
Tests the item in slot 0, or the first slot, of the targeted player's inventory.
Tests the item in slot 0, or the first slot, of the targeted player's inventory.
```
yml
```
yml
Conditions
:
Conditions
:
-
itemissimilar{i=MyCustomItem;slot=0}
true
-
itemissimilar{i=MyCustomItem;slot=0}
true
```
```
**Extra Information:**
-
[x] Type: Entity
## Aliases
\ No newline at end of file
-
[x] issimilar
-
[x] similarto
\ No newline at end of file