NANDEYANEN

Untitled

Sep 8th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. command /timer <number>:
  2.   trigger:
  3.     loop all players:
  4.       set loop-player's level to arg
  5.     loop arg times:
  6.       wait 1 second
  7.       loop all players:
  8.         set loop-player's level to arg - loop-number
  9.     broadcast "stop"
Add Comment
Please, Sign In to add comment