diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 197a8fb..b91288e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,6 +7,7 @@ + diff --git a/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar b/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar index 2ad9705..4c8e92e 100644 Binary files a/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar and b/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar differ diff --git a/pom.xml b/pom.xml index c1a4074..ef33914 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,9 @@ tech.nully EaglerPluginInstaller 1.0.0 - - untitled - untitled - - pom + jar - PrimCore + EaglerPluginInstaller A plugin made to install other plugins from an online repository to eaglercraft servers with a single command nully.tech diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml new file mode 100644 index 0000000..34b3e58 --- /dev/null +++ b/target/classes/plugin.yml @@ -0,0 +1,15 @@ +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