Advertisement
fleft17

Untitled

Aug 3rd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. command /saturation <player> <integer>:
  2. permission: skript.op
  3. trigger:
  4. set {_p} to arg-1
  5. set {_time} to (arg-2*60)
  6. loop {_time} times:
  7. apply saturation 1 to {_p} for 1 second
  8.  
  9.  
  10. loop all players:
  11. execute console command "/saturation %loop-player% 5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement