strip_logs

Strips an entire connected group of logs up to a configurable limit.

Categories: world

Required arguments

Key(s)DescriptionType
limitThe maximum number of connected logs to strip at once. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
blocks BLOCK_LIST[]
disable_on_sneakWhether to disable stripping when the player is sneaking.BOOLEANfalse
filters ANY

Trigger parameters required

  • PLAYER

Example

effects:
  - id: strip_logs
    args:
      limit: 10 + %level%
      blocks: <value> # ← Optional
      disable_on_sneak: true # ← Optional
      filters: # ← Optional
        key: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue