The Meaning of Life, the Universe, and Everything.
Join Date:
6/13/2015
Posts:
44
Minecraft:
Democreeper5
Member Details
Hello. Is it possible that i can spawn an item in a XYZ coordinate? like if i were to spawn it in a coordinate a dropped item would be there that i can go and pick up. is there any command possible because if i make a minigame and nobody is in a slot and it gives somebody 2 of the item because im using @p and it sort of messes it up. If you know how, please add a thread! it would be super useful when i create a server, which i'm starting to do
Hello. Is it possible that i can spawn an item in a XYZ coordinate? like if i were to spawn it in a coordinate a dropped item would be there that i can go and pick up. is there any command possible because if i make a minigame and nobody is in a slot and it gives somebody 2 of the item because im using @p and it sort of messes it up. If you know how, please add a thread! it would be super useful when i create a server, which i'm starting to do
/summon Item ~ ~ ~ {Item:{id:"minecraft:diamond",Count:1}}
This will spawn a diamond at the current coords. For more info about the tags, see this page: http://minecraft.gamepedia.com/Player.dat_Format#Item_structure
Thanks! i've thought about making server and this will help a bunch!
but how to drop lapis lazuli because it dye, i cannot drop that with command block
You need to add the Damage tag with the corresponding value for lapis, which is 4:
/summon Item ~ ~ ~ {Item:{id:"minecraft:dye",Damage:4s,Count:1b}}