Scatter
Randomly selects points in a region
The @Scatter{}
targeters randomly selects a certain number of points in a region.
Argument
Description
Default Value
points
The number of points to randomly select.
*Required
horizontalRange
The horizontal range of the cube.
5.0
verticalRange
The vertical range of the cube.
horizontalRange
traceDown
Use true
to make the targeted point "fall down" to the ground. Great for targeting points on the ground instead of the air.
false
Both of these mechanics scatter 15 flame particles in a 5x5x5 block cube. However, for particles specifically you should always use the second option:
Since this example only sends 1 packet to the user (better performance for both the server and the user).
Last updated