Changes
Page history
Create Skills/Mechanics/SetItemGroupCooldown
authored
May 14, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/SetItemGroupCooldown.md
0 → 100644
View page @
0f1f6dbb
## Description
Sets the cooldown on an item group for the target player
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| key | k, group, g | The group to set the cooldown to | minecraft:item_group |
| ticks | t | The amount of ticks the cooldown will last | 20 |
## Examples
```
yaml
Skills
:
-
SetItemGroupCooldown{key=yournamespace.teleportingitems;ticks=200}
```
\ No newline at end of file