cmi_give_kit

Gives the player a CMI kit.

Categories: player

Required arguments

Key(s)DescriptionType
kitThe name of the CMI kit to give.STRING

Optional arguments

Key(s)DescriptionTypeDefault
give_itemsWhether to give the kit's items as well as running its commands. Defaults to true.BOOLEANtrue

Trigger parameters required

  • PLAYER

Example

effects:
  - id: cmi_give_kit
    args:
      kit: <value>
      give_items: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue