is there any way to run a testfor command that tests if you have tnt in ur inventory???
comething like: /testfor @a[block=46]
Please help me!
comething like: /testfor @a[block=46]
Please help me!
1
jkctechis there any way to run a testfor command that tests if you have tnt in ur inventory???
comething like: /testfor @a[block=46]
Please help me!
/clear @a 46 1
Use a comparator. This will remove 1 TNT, so you can add other command block:
/give @a 46
This will give the tnt to everyone. And remember, if you don't want a loop you have to make the first command block single-use.
