Advertisement
Guest User

Untitled

a guest
May 4th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1.  
  2. on click on iron door:
  3. if player's tool is diamond hoe:
  4. set {move.lock.%player%} to true
  5. Set {_time} to 60
  6. Loop 61 time
  7. Wait 1 second
  8. if {move.lock.%player%} is true:
  9. send "%{_time}%"
  10. If {_time} = 1:
  11. activate block
  12. set {move.lock.%player%} to false
  13. wait 10 seconds
  14. deactivate block
  15.  
  16. on move:
  17. if {move.lock.%player%} is true:
  18. send "&cTu à bouger tu va devoir recommencer !"
  19. set {move.lock.%player%} to false
  20. command /lockpick:
  21. trigger:
  22. give a diamond hoe named "&7[&8LockPick&7]" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement