strip_ai
Temporarily removes the AI from the victim entity, stopping it from acting.
Categories: entity
Required arguments
| Key(s) | Description | Type |
|---|---|---|
duration | How long to disable the entity's AI, in ticks. Supports expressions. | EXPRESSION |
Trigger parameters required
VICTIM
Example
effects:
- id: strip_ai
args:
duration: 20 * %level%
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |