Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on join:
  2. set {time::%player%} to now
  3. on quit:
  4. clear {time::%player%}
  5. every 1 minute:
  6. loop all players:
  7. if difference between {time::%loop-player%} and now is more than or equal to 30 minutes:
  8. give 1 diamond to loop-player
  9. send loop-player title "" with subtitle "&7Otrzymujesz Diament za gre!" for 3 seconds
  10. set {time::%loop-player%} to now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement