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

Shapes

Custom shapes for particle effects and other visual effects

All shapes (Except Scatter) require WeaponMechanicsCosmetics to be installed!

Shapes are used for visual effects. Shapes target a list of points; usually, you spawn one particle at each point. However, since each Shape is still a Targeter, you can use it like any other targeter. For example, this craziness here:

Mechanics:
  - "Sound{sound=ENTITY_ENDERMAN_HURT} @Sphere{radius=10, points=10}"

This causes 10 enderman sounds to be played, and they will be played evenly spaced on a sphere with a radius of 10 blocks.

  • Box

  • Circle (2D)

  • Lightning

  • Polygon (2D)

  • Sphere

  • Spiral

Last updated 1 year ago

🎯