Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. command /dowland [<text>] [<text>] [<text>]:
  2. trigger:
  3. if arg 1 is not set:
  4. if arg 2 is not set:
  5. if arg 3 is not set:
  6. if player has permission "dowlander.admin":
  7. send "&c--------- &aDowlander&c---------"
  8. send " &3/dowlander Link-do-RAW Nazwa"
  9. send "&c--------- &aDowlander&c---------"
  10. if arg 1 is "dowland":
  11. if arg 2 is set:
  12. if arg 3 is set:
  13. if player has permission "dowlander.admin":
  14. send "&cSkrypt za 20 sekund zostanie pobrany"
  15. wait 1 tick
  16. download from "%arg 2%" to file "plugins/Skript/scripts/%arg 3%.sk"
  17. wait 1 tick
  18. send "&cPobieranie skryptu zostalo ukonczone"
  19. wait 1 tick
  20. run player command "sk reload %arg 3%" as op
  21. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement