set_nearby_blocks

Sets every block within a cubic radius of the trigger location to a specified block type.

Categories: world

Required arguments

Key(s)DescriptionType
blockThe block type to fill the area with.BLOCK
radiusThe radius of the cube around the trigger location.EXPRESSION

Trigger parameters required

  • LOCATION

Example

effects:
  - id: set_nearby_blocks
    args:
      block: <value>
      radius: 3 + %level% * 0.3

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue