Advertisement
Winter__

Untitled

Jul 30th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. command /pcc <player>:
  2. trigger:
  3. if {Pickpocket.%player%} is true:
  4. {PPTime::%player%} is not set:
  5. set {PPTime::%player%} to now
  6. every second:
  7. loop all players:
  8. if {PPTime::%player%} was more than 3 minutes ago
  9. delete {PPTime::%player%}
  10. open arg 1's to the player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement