Spawn item(s).
Remarks
None.
Fields
Required
| Field |
Value type |
Remarks |
| Type |
String |
SpawnItem |
| Item |
String |
The item that gets spawned
- You can use the material name (ex: All the names in this enum: Material.java)
- You can also use the data value
- For items with a damage value (ex: colored wool) use data value and damage value separated by a ":" (ex: "35:10" for purple wool)
|
| Amount |
Integer |
Amount of the item |
| World |
String |
World name of location where to spawn item(s) |
| X |
Integer |
X coordinate of location where to spawn item(s) |
| Y |
Integer |
Y coordinate of location where to spawn item(s) |
| Z |
Integer |
Z coordinate of location where to spawn item(s) |
Not Required
| Field |
Value type |
Remarks |
| --- |
--- |
--- |
Posts Quoted:
Reply
Clear All Quotes
Comments