diff --git a/.idea/artifacts/PluginInstaller_jar.xml b/.idea/artifacts/PluginInstaller_jar.xml deleted file mode 100644 index deb4c07..0000000 --- a/.idea/artifacts/PluginInstaller_jar.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - $PROJECT_DIR$/out/artifacts/PluginInstaller_jar - - - - - \ No newline at end of file diff --git a/.idea/artifacts/PluginUpdater_jar.xml b/.idea/artifacts/PluginUpdater_jar.xml new file mode 100644 index 0000000..32d72d3 --- /dev/null +++ b/.idea/artifacts/PluginUpdater_jar.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/PluginUpdater_jar + + + + + \ No newline at end of file diff --git a/out/artifacts/PluginInstaller_jar/PluginInstaller.jar b/out/artifacts/PluginInstaller_jar/PluginInstaller.jar deleted file mode 100644 index 4552d80..0000000 Binary files a/out/artifacts/PluginInstaller_jar/PluginInstaller.jar and /dev/null differ diff --git a/out/artifacts/PluginUpdater_jar/PrimCore.jar b/out/artifacts/PluginUpdater_jar/PrimCore.jar new file mode 100644 index 0000000..d4bb273 Binary files /dev/null and b/out/artifacts/PluginUpdater_jar/PrimCore.jar differ diff --git a/pom.xml b/pom.xml index 93ca0c9..b5c2737 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 1.0.0 jar - PrimCore + PluginUpdater A plugin made to install other plugins from an online repository to eaglercraft servers with a single command nully.tech diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 158b2a9..7d8eaa2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: EaglerPluginUpdater version: 1.0.8 -main: tech.nully.PluginInstaller.Main +main: tech.nully.PluginUpdater.Main prefix: [PluginUpdater] authors: [BongoCat] depend: [PluginInstaller] diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml index 542274e..7d8eaa2 100644 --- a/target/classes/plugin.yml +++ b/target/classes/plugin.yml @@ -1,14 +1,13 @@ -name: EaglerPluginInstaller +name: EaglerPluginUpdater version: 1.0.8 -main: tech.nully.PluginInstaller.Main -prefix: [PluginInstaller] +main: tech.nully.PluginUpdater.Main +prefix: [PluginUpdater] authors: [BongoCat] +depend: [PluginInstaller] +loadbefore: [PluginInstaller] description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft 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 + update: + description: Update the PluginInstaller plugin + usage: / \ No newline at end of file diff --git a/target/classes/tech/nully/PluginInstaller/InstallCommand.class b/target/classes/tech/nully/PluginInstaller/InstallCommand.class deleted file mode 100644 index 666f54c..0000000 Binary files a/target/classes/tech/nully/PluginInstaller/InstallCommand.class and /dev/null differ diff --git a/target/classes/tech/nully/PluginInstaller/Installer.class b/target/classes/tech/nully/PluginInstaller/Installer.class deleted file mode 100644 index 3812878..0000000 Binary files a/target/classes/tech/nully/PluginInstaller/Installer.class and /dev/null differ diff --git a/target/classes/tech/nully/PluginInstaller/Main.class b/target/classes/tech/nully/PluginInstaller/Main.class deleted file mode 100644 index a281115..0000000 Binary files a/target/classes/tech/nully/PluginInstaller/Main.class and /dev/null differ diff --git a/target/classes/tech/nully/PluginInstaller/plistCommand.class b/target/classes/tech/nully/PluginInstaller/plistCommand.class deleted file mode 100644 index 9d15c34..0000000 Binary files a/target/classes/tech/nully/PluginInstaller/plistCommand.class and /dev/null differ diff --git a/target/classes/tech/nully/PluginUpdater/Main.class b/target/classes/tech/nully/PluginUpdater/Main.class new file mode 100644 index 0000000..4ebfa1e Binary files /dev/null and b/target/classes/tech/nully/PluginUpdater/Main.class differ diff --git a/target/classes/tech/nully/PluginUpdater/Updater.class b/target/classes/tech/nully/PluginUpdater/Updater.class new file mode 100644 index 0000000..d33fa1e Binary files /dev/null and b/target/classes/tech/nully/PluginUpdater/Updater.class differ