# _______ __ # | \ | \ # __ __ | $$$$$$$\ ______ ______ ______ ______ _| $$_ # | \ | \| $$__| $$ / \ / \ / \ / \| $$ \ # | $$ | $$| $$ $$| $$$$$$\| $$$$$$\| $$$$$$\| $$$$$$\\$$$$$$ # | $$ | $$| $$$$$$$\| $$ $$| $$ | $$| $$ | $$| $$ \$$ | $$ __ # | $$__/ $$| $$ | $$| $$$$$$$$| $$__/ $$| $$__/ $$| $$ | $$| \ # \$$ $$| $$ | $$ \$$ \| $$ $$ \$$ $$| $$ \$$ $$ # \$$$$$$ \$$ \$$ \$$$$$$$| $$$$$$$ \$$$$$$ \$$ \$$$$ # | $$ # | $$ # \$$ options: rep: plugins/Skript/scripts/uReport.sk on skript load: if skutil file "plugins/skUtilities/config.yml" exists: wait 0.5 seconds send "&7[&cuR&7] &aWykrylem plik instalacyjny uReport!" to console send "&7[&cuR&7] &aRozpoczynam instalacje uReport." to console skutil download file from "https://code.skript.pl/4wDBpSv6/raw" to file "{@rep}" send "&7[&cuR&7] &aPobralem skrypt uReport" to console wait 1 tick if skutil file "{@rep}" exists: set {uReport::installer} to script set {uReport::installed} to true send "&7[&cuR&7] &aWszystko pobralo sie poprawnie!" to console execute console command "sk reload uReport" else: send "&7[&c!&7] &cUWAGA! uReport nie pobral sie poprawnie!" to console send "&7[&c!&7] &cZrestartuj serwer i sprobuj ponownie!" to console stop send "&7[&c!&7] &cNie posiadasz wymaganego dodatku skUtilities!" to console