updated layout and informations authored by Lxlp's avatar Lxlp
## Description
Sets a cooldown on items
Sets a cooldown on items of a specified material on the target player
## Attributes
| Attribute | Aliases | Description | Default |
|--------------|----------------|-------------------------------------------------------------------------------------------|---------|
| Material | m | The material | ENDER_PEARL |
| Duration | d | The cooldown duration | 100 |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| material | mat, m | The material to set the cooldown to | ENDER_PEARL |
| duration | 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