🎯 TargetersWorld Selects all entities in the world
The @World{}
targeter selects all entities in the current world (or the selected world).
Argument
Description
Default Value
Scatter is technically a Shapes targeter. This may seem counter-intuitive, but all that means is that @Scatter{}
can be used in the Particle mechanic.
Example 1 Example 2
Copy Mechanics :
- "Command{command=summon creeper <target_x> <target_y> <target_z>, console=true} @World{}"
Spawns a Creeper on every entity in the current world. If you want to use this to prank your friends, you might want to add ?EntityType{entity=PLAYER}
to the mechanic. Like this:
Copy Mechanics :
- "Command{command=summon creeper <target_x> <target_y> <target_z>, console=true} @World{} ?EntityType{entity=PLAYER}"
Copy Mechanics :
- "Potion{potion=STRENGTH} @World{world=world_nether}"
Applies strength to all entities in the nether.