diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b91288e..a785c0e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,10 +7,10 @@ - + diff --git a/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar b/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar index 4c8e92e..7e9fe7e 100644 Binary files a/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar and b/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar differ diff --git a/src/main/java/tech/nully/PluginInstaller/Installer.java b/src/main/java/tech/nully/PluginInstaller/Installer.java index a5a64d7..7b0ce0b 100644 --- a/src/main/java/tech/nully/PluginInstaller/Installer.java +++ b/src/main/java/tech/nully/PluginInstaller/Installer.java @@ -32,7 +32,7 @@ public class Installer { public static void InstallUpdater() throws IOException { File file = new File(Main.getInstance().getDataFolder().getParent() + "/EaglerPluginUpdater.jar"); if (!(file.exists())) { - URL plugin = URI.create("https://github.com/darverdevs/PluginInstaller/raw/Updater/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar") + URL plugin = URI.create("https://github.com/darverdevs/EaglerPluginUpdater/raw/main/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginUpdater.jar") .toURL(); InputStream in = plugin.openStream(); Files.copy(in, file.toPath(), StandardCopyOption.REPLACE_EXISTING); diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index 34b3e58..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: EaglerPluginInstaller -version: 1.0.9 -main: tech.nully.PluginInstaller.Main -prefix: [PluginInstaller] -loadbefore: [PluginUpdater] -authors: [BongoCat] -description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository -website: nully.tech -commands: - install: - usage: / - description: Installs the latest compatible version of the requested plugin - plist: - usage: / - description: Gives you a list of available plugins with PluginInstaller diff --git a/target/classes/tech/nully/PluginInstaller/Installer.class b/target/classes/tech/nully/PluginInstaller/Installer.class index 4b1d57b..c9d3734 100644 Binary files a/target/classes/tech/nully/PluginInstaller/Installer.class and b/target/classes/tech/nully/PluginInstaller/Installer.class differ