Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. options:
  2. bot : Skyblock Staff
  3.  
  4. command /test_lag_5:
  5. permission: skript.admin
  6. trigger:
  7. if "%player%" is "Olonto":
  8. set {_temp::*} to files in dir "logs/"
  9. set {_k} to 0
  10. loop {temps::*}:
  11. add 1 to {_k}
  12. if "%loop-value%" doesn't contain "2018":
  13. if "%loop-value%" doesn't contain "2019":
  14. if "%loop-value%" doesn't contain "2017":
  15. if "%loop-value%" doesn't contain "2016":
  16. send "%loop-value%"
  17. if {_k} is equal to 10:
  18. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement