Advertisement
blex15

1.10 timbermod commands

Sep 11th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. only works with diamond axe
  2.  
  3. without commandblocks:
  4. /scoreboard objectives add chopped dummy
  5. /scoreboard objectives add axe dummy
  6.  
  7. ® = repeating
  8. © = chain
  9.  
  10.  
  11. ®/scoreboard players set @a axe 1 {SelectedItem:{id:minecraft:diamond_axe}}
  12.  
  13. ©/scoreboard players set @e[type=Item] chopped 1 {Item:{id:"minecraft:log"}}
  14.  
  15. ©/execute @e[score_chopped_min=1] ~ ~ ~ detect ~ ~1 ~ minecraft:log 0 /setblock ~ ~1 ~ air 0 destroy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement