Actions/Drop
Drop Action
Descriptions
Drop action will drop items around player.
Action Options
| Options | Data types | Descriptions |
|---|---|---|
| ID | Block ID/Name | Block/Item ID |
| Amount | Integer | Amount of item drops |
| FromHead | Boolean | Drop items on player head |
| Radius | Integer | Drop items within this player's radius (in blocks) |
- Multiple data types consider a data type which can be use one of both type of data
- More details about data types here
Default Value
| Options | Value |
|---|---|
| ID | 0 |
| Amount | 1 |
| FromHead | false |
| Radius | 5 |