BloodHead2001

Untitled

Nov 28th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. on right click:
  2. if clicked block is stone:
  3. if player is holding any pickaxe:
  4. if {TQSStone::%player%} is true:
  5. send "&cStoniarka - Wyłaczona!"
  6. set {TQSStone::%player%} to false
  7. else:
  8. send "&aStoniarka - Właczona!"
  9. set {TQSStone::%player%} to true
  10. on mine of stone:
  11. if {TQSStone::%player%} is true:
  12. wait 5 seconds
  13. set block to stone
Add Comment
Please, Sign In to add comment