Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command /setbaumklein:
  2. trigger:
  3. send "Du hast ein baum gespoted" to player
  4. set {lottoloc.block} to location of targeted block
  5.  
  6. on rightclick on a 175:4 :
  7. if location of targeted block is {klein.baum}:
  8. cancel event
  9. set event-block to air
  10. chance of 50%:
  11. give a diamond sword of sharpness 3 to the player
  12. send "&ADu hast ein Baum geöffnet!" to player
  13. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement