diff --git a/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar b/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar index 1b8cda3..cb6f824 100644 Binary files a/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar and b/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar differ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 97b5826..fd34ce9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,14 +1,9 @@ -name: EaglerPluginInstaller +name: EaglerPluginUpdater version: 1.0.9 main: tech.nully.PluginInstaller.Main -prefix: [PluginInstaller] +prefix: [EaglerPluginUpdater] +depend: + - EaglerPluginInstaller 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/plugin.yml b/target/classes/plugin.yml index 97b5826..fd34ce9 100644 --- a/target/classes/plugin.yml +++ b/target/classes/plugin.yml @@ -1,14 +1,9 @@ -name: EaglerPluginInstaller +name: EaglerPluginUpdater version: 1.0.9 main: tech.nully.PluginInstaller.Main -prefix: [PluginInstaller] +prefix: [EaglerPluginUpdater] +depend: + - EaglerPluginInstaller 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