cancel_drops

Cancels item drops from the triggering event. If on_drops is specified, only those items are removed.

Categories: inventory, world

Optional arguments

Key(s)DescriptionTypeDefault
on_dropsIf specified, only drops matching these item types are cancelled. If omitted, all drops are cancelled.ITEM_LIST

Trigger parameters required

  • EVENT

Example

effects:
  - id: cancel_drops
    args:
      on_drops: <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue