Mechanics
Other WikisDonate
  • Home
  • Examples
  • Placeholders
  • ⚙️Mechanics
    • Action Bar
    • Boss Bar
    • Command
    • Custom Sound
    • Damage
    • Drop Item
    • Fake Item
    • Firework
    • Flinch
    • Ignite
    • Leap
    • Lightning
    • Message
    • Particle
    • Potion
    • Push
    • Sculk Bloom
    • Sculk Shriek
    • Sound
    • Title
    • Warden Disturbance
  • 🎯Targeters
    • ServerPlayers
    • Shapes
      • Box
      • Scatter
    • Source
    • Target
    • World
  • ❔Conditions
    • Biome
    • Custom Biome
    • Entity Type
    • Gliding
    • Has Permission
    • InCone
    • Light Level
    • Material Category
    • On Ground
    • Range
    • Riding
    • Sneaking
    • Sprinting
  • 🔌Integrations
    • 🌊GeyserMC
    • 🌎MechanicsEverywhere
    • 👽MythicMobs
    • 🔫WeaponMechanics
Powered by GitBook
On this page
  1. Targeters
  2. Shapes

Box

Last updated 1 year ago

This requires WeaponMechanicsCosmetics to be installed

The @Box{} outlines an axis-aligned box. This can be used to show regions.

Argument
Description
Default Value

width

The number of points to randomly select.

1.0

height

The horizontal range of the cube.

1.0

distanceBetweenPoints

The vertical range of the cube.

0.5

Mechanics:
  - "Particle{particle=FLAME} @Box{width=2, height=3, eye=true}"

Spawns a 2x3 cube outline of flame particles.

🎯
Example 1 in action