Scatter
Randomly selects points in a region
The @Scatter{}
targeters randomly selects a certain number of points in a region.
Argument | Description | Default Value |
---|---|---|
| The number of points to randomly select. | *Required |
| The horizontal range of the cube. | 5.0 |
| The vertical range of the cube. |
|
| Use | 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