Advertisement
Skylinerw

@zakriboss - Targeting Specific Items

May 16th, 2015
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /scoreboard objectives add ITEM dummy
  2.  
  3. /scoreboard players set @e[type=Item] ITEM 1 {Item:{id:minecraft:stone,Damage:0s}}
  4.  
  5. /kill @e[type=Item,score_ITEM_min=1]
  6.  
  7. The above would kill all dropped smooth stone items.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement