CusT

Untitled

Mar 1st, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. variables:
  2. {Drop.Kobla} = true
  3.  
  4. command /cobble:
  5. trigger:
  6. if {Drop.Kobla} is false:
  7. set {Drop.Kobla} to true
  8. send "Wylaczono drop kobla !"
  9. else:
  10. set {Drop.Kobla} to false
  11. send "Wlaczono drop kobla !"
  12.  
  13. on mine stone:
  14. if {Drop.Kobla} is true:
  15. cancel event
  16. set block to air
  17. else:
  18. set block to air
  19. drop cobblestone
Advertisement
Add Comment
Please, Sign In to add comment