Changes
Page history
updated layout and informations
authored
Jul 08, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/setmaterialcooldown.md
View page @
121abc0c
## Description
Sets a cooldown on items
Sets a cooldown on items
of a specified material on the target player
## Attributes
| Attribute | Aliases | Description | Default |
|-----------
---|-----
-----------|----------------------------------------------------------------------
---------------------
|---------|
|
M
aterial
| m | The material
| ENDER_PEARL |
|
D
uration
| d
| The cooldown duration
| 100 |
|-----------
|
-----------|----------------------------------------------------------------------|---------|
|
m
aterial
| mat, m | The material to set the cooldown to
| ENDER_PEARL |
|
d
uration | d
| The duration of the cooldown
| 100
|
## Examples
```
yaml
Skills
:
-
setmaterialcooldown{m=CHORUS_FRUIT;d=150} @
self
-
setmaterialcooldown{m=CHORUS_FRUIT;d=150} @
PIR{r=10}
```
\ No newline at end of file