|
## Description
|
|
## Description
|
|
Sets a cooldown on items
|
|
Sets a cooldown on items of a specified material on the target player
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
## Attributes
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|--------------|----------------|-------------------------------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| Material | m | The material | ENDER_PEARL |
|
|
| material | mat, m | The material to set the cooldown to | ENDER_PEARL |
|
|
| Duration | d | The cooldown duration | 100 |
|
|
| duration | d | The duration of the cooldown | 100 |
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
|
```yaml
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- setmaterialcooldown{m=CHORUS_FRUIT;d=150} @self
|
|
- setmaterialcooldown{m=CHORUS_FRUIT;d=150} @PIR{r=10}
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |