diff --git a/.idea/compiler.xml b/.idea/compiler.xml index c68bb6a..a1a333a 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -8,13 +8,12 @@ - - + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index aa00ffa..b2320b5 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -3,5 +3,7 @@ + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 18fe036..c2024ad 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -12,6 +12,11 @@ + diff --git a/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar b/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar new file mode 100644 index 0000000..31d644d Binary files /dev/null and b/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar differ diff --git a/pom.xml b/pom.xml index 85b32c1..e3e9d1f 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,10 @@ tech.nully EaglerPluginUpdater 1.0.9 - jar + + untitled + + pom 1.8 diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index 37b7b03..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: EaglerPluginUpdater -version: 1.0.8 -main: tech.nully.PluginUpdater.Main -prefix: [PluginUpdater] -authors: [BongoCat] -depend: [PluginInstaller] -description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft -website: nully.tech -commands: - update: - description: Update the PluginInstaller plugin - usage: / \ No newline at end of file