My sister and I are making a minigame for the server that I host for her and her friends, and we need a point system. I figured there could be a chest with a hopper pointing into it, and everytime a point needs to be dilivered a commanblock could simply spawn the point item of choice above the hopper. Then when a player dies and get tp'd back to the lobby there would be a chest with a number of items corresbonding to the amount of points the player got
Is it possibly to spawn items in the world like how /summon creatis a mob at a specific set of coordinates?
Is it possibly to spawn items in the world like how /summon creatis a mob at a specific set of coordinates?
4
Use
/summon item ~ ~ ~ {Item:{id:minecraft:sunflower,Count:1b}}
/summon item ~ ~ ~ {Item:{id:minecraft:sunflower,Count:1b}}
You can use /scoreboard to make yourself a point system, and then another source to accumulate points.
After a player dies you can generate a loot table in the chest that is based on the amount of points im sure
If you require more help I can point you in the right directions
After a player dies you can generate a loot table in the chest that is based on the amount of points im sure
If you require more help I can point you in the right directions
