silence
Silences the victim entity for a duration, preventing it from making sounds.
Categories: entity
Required arguments
| Key(s) | Description | Type |
|---|---|---|
ticks | How long to silence the entity, in ticks. Supports expressions. | EXPRESSION |
Trigger parameters required
VICTIM
Example
effects:
- id: silence
args:
ticks: 20 * %level%
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |