Advertisement
Hsuwan

Untitled

Sep 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. command /downloadsk <text> <text>:
  2. permission: op.oao
  3. trigger:
  4. send "更新中"
  5. download from "%arg-1%" to "plugins/Skript/scripts/%arg-2%.sk"
  6. wait 5 second
  7. execute console command "/sk reload %arg-2%"
  8. send "更新完畢"
  9. command /downloadcrackshot <text> <text>:
  10. permission: op.oao
  11. trigger:
  12. send "更新中"
  13. download from "%arg-1%" to "plugins/Crackshot/weapons/%arg-2%.ylm"
  14. wait 5 second
  15. execute console command "/crackshot config reload"
  16. send "更新完畢"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement