Skip to main content
Targets every living entity within N blocks of the mob: players, animals, monsters, other custom mobs. Everything alive.

When to use it

Use it when the effect shouldn’t care what kind of entity it hits. Indiscriminate explosions, shockwaves that knock back everything, area potion clouds.
Everything within 6 blocks takes the hit, players and mobs alike.

Details

  • Includes players. If you want to spare them, use @mobsRadius.
  • The mob itself is not part of its own radius targets.
  • Player-only mechanics (narrate, actionbar, title, giveitem) silently skip the non-players in the set, so mixing them in is safe.
For the player-only version of this targeter, see @playersRadius.