Changes
Page history
Create Skills/Conditions/ItemGroupOnCooldown
authored
May 14, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/ItemGroupOnCooldown.md
0 → 100644
View page @
8a9c9dba
## Description
Checks whether the target player has the specified item group on cooldown.
Do also check out the related
[
SetItemGroupCooldown mechanic
](
/Skills/Mechanics/SetItemGroupCooldown
)
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| group | g | the group to check against | |
## Examples
```
yaml
Conditions
:
-
ItemGroupOnCooldown{g=teleportingitems}
```
\ No newline at end of file