2
Can i get an infinite item command?
Hey!
I just want to know if there is a way to detect if a use a firework rocket, and when I do to give me another, or to have an infinite stack
I'm just messing around with commands but I just want to know
I just want to know if there is a way to detect if a use a firework rocket, and when I do to give me another, or to have an infinite stack
I'm just messing around with commands but I just want to know
1
Try putting this in a repeating command block:
give @a[nbt=!{Inventory:[{id:"minecraft:firework_rocket"}]}] minecraft:firework_rocket
