Advertisement
Skylinerw

RE: 14w02a - New/Updated Commands & "@e" Selector

Jan 9th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Via: https://www.youtube.com/watch?v=JQzbUJdKouc
  2.  
  3. 1. New /kill syntax:
  4.  
  5. /kill <player>
  6.  
  7. Example, killing all mobs except the player:
  8.  
  9. /kill @e[type=!Player]
  10.  
  11. And killing all creepers:
  12.  
  13. /kill @e[type=Creeper]
  14.  
  15. 2. New /clear syntax:
  16.  
  17. /clear <player> <item ID> [Damage] [Max Item Count] {dataTags}
  18.  
  19. Max Item Count:
  20. -1 = No limit
  21. 0 = Do not remove the found items, still produces signal
  22. 1+ = Does not currently function (14w02b)
  23.  
  24. For /blockdata commands, see here: http://pastebin.com/y1X22car
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement