give_pouch

Gives the player a number of pouch items.

Categories: inventory

Required arguments

Key(s)DescriptionType
idThe ID of the pouch to give.STRING

Optional arguments

Key(s)DescriptionTypeDefault
amountThe number of pouches to give. Defaults to 1.EXPRESSION

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_pouch
    args:
      id: <value>
      amount: 1 # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue