# _______ __ # | \ | \ # __ __ | $$$$$$$\ ______ ______ ______ ______ _| $$_ # | \ | \| $$__| $$ / \ / \ / \ / \| $$ \ # | $$ | $$| $$ $$| $$$$$$\| $$$$$$\| $$$$$$\| $$$$$$\\$$$$$$ # | $$ | $$| $$$$$$$\| $$ $$| $$ | $$| $$ | $$| $$ \$$ | $$ __ # | $$__/ $$| $$ | $$| $$$$$$$$| $$__/ $$| $$__/ $$| $$ | $$| \ # \$$ $$| $$ | $$ \$$ \| $$ $$ \$$ $$| $$ \$$ $$ # \$$$$$$ \$$ \$$ \$$$$$$$| $$$$$$$ \$$$$$$ \$$ \$$$$ # | $$ # | $$ # \$$ options: rep: plugins/Skript/scripts/uReport.sk on skript load: if skutil file "plugins/skUtilities/config.yml" exists: send "&7[&cuR&7] &aWykryto plik instalacyjny uReport!" to console loop 3 times: send "&7[&cuR&7] &aRozpoczeto instalacje uReport (proba %loop-number% z 3)." to console skutil download file from "https://code.skript.pl/4wDBpSv6/raw" to file "{@rep}" wait 5 seconds if skutil file "{@rep}" exists: set {uReport::installer} to "%script%" set {uReport::installed} to true send "&7[&cuR&7] &aPomyslnie zainstalowano uReport!" to console execute console command "sk reload uReport" stop else: send "&7[&c!&7] &cWystapil blad podczas pobierania uReport (proba %loop-number% z 3)!" to console if loop-number < 3: send "&7[&c!&7] &cSkrypt podejmie nastepna probe pobierania za 30 sekund." to console wait 30 seconds else: send "&7[&c!&7] &7[&c!&7] Z jakiegos powodu nie mozna bylo zainstalowac skryptu uReport! Jesli jestes pewny, ze blad nie jest spowodowany bledna konfiguracja serwera, skonsultuj sie z autorem skryptu." to console stop else: send "&7[&c!&7] &cNie posiadasz wymaganego dodatku skUtilities!" to console