Skip to main content

🧊 BoxSized Particle

The BOXSIZED creates a cube-shaped particle effect around your structure. It’s ideal for highlighting the boundaries of a structure or giving it a futuristic or magical frame.

This particle is part of the Particle Option configuration and is activated automatically when the structure is created.


✨ What It Looks Like​

Particles form a box around your structure, based on the start and end points you define.


πŸ› οΈ YAML Configuration​

options:
particle:
type: BOXSIZED
center-offset: "0 1 0"
start-point-offset: "-1 -1 -1"
end-point-offset: "1 1 1"
amount: 30
particle: ENCHANTMENT_TABLE
count: 3
speed: 0.05

πŸ” Field Explanation​

FieldDescription
typeMust be BOXSIZED
center-offsetPosition offset from the structure center
start-point-offsetStart corner of the box (relative to center)
end-point-offsetEnd corner of the box (relative to center)
amountHow many times the effect repeats
particleThe Minecraft particle type (e.g. ENCHANTMENT_TABLE)
countNumber of particles per burst
speedMovement speed of the particles