Guest User

Untitled

a guest
Jul 31st, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. options:
  2. Zeit: 10
  3.  
  4. command /booster:
  5. permission: sk.admin
  6. trigger:
  7. apply speed 10 to all players for {@Zeit} minutes
  8. set {time} to 10 minutes from now
  9.  
  10. on respawn:
  11. wait 5 ticks
  12. {time} is more than now
  13. set {_timetemp} to difference between {time} and now #{_timetemp} = {time} - now (Zb. 10min)
  14. apply speed 10 to all players for {_timetemp}
Advertisement
Add Comment
Please, Sign In to add comment