cmi_give_kit
Gives the player a CMI kit.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
kit | The name of the CMI kit to give. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
give_items | Whether to give the kit's items as well as running its commands. Defaults to true. | BOOLEAN | true |
Trigger parameters required
PLAYER
Example
effects:
- id: cmi_give_kit
args:
kit: <value>
give_items: true # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |