Advertisement
IDailyGaming

Chat

Jan 24th, 2016
16,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. on load:
  2. set {_version} to content of file "plugins/Skript/scripts/%script%.sk"
  3. set {_v} to index of "##" in {_version}
  4. set {_v2} to subtext of {_version} from character ({_v}+1) to character (length of {_version})
  5. set {_v3} to index of "##" in {_v2}
  6. set {version} to subtext of {_version} from character ({_v}+1) to character ({_v3})
  7.  
  8. set {_version} to result of connect to "http://pastebin.com/vRz7dcWq"
  9. set {_v} to index of "##" in {_version}
  10. set {_v2} to subtext of {_version} from character ({_v}+1) to character (length of {_version})
  11. set {_v3} to index of "##" in {_v2}
  12. set {version.new} to subtext of {_version} from character ({_v}+1) to character ({_v3})
  13. {version} is not {version.new}:
  14. download "http://pastebin.com/vRz7dcWq" to "plugins/Skript/scripts/%script%.sk"
  15.  
  16.  
  17. command /elo:
  18. trigger:
  19. execute command "/playsound mob.wither.death %player%"
  20. send "&fwsqeawsrtwetergdr23we74982364r68rc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement