From 39affd3b7e512fd38e478b71111438e26e604ed8 Mon Sep 17 00:00:00 2001 From: Fangoboyo <77935781+Fangoboyo@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:34:59 -0700 Subject: [PATCH] fixed compiling errors again --- .idea/artifacts/EaglerPluginInstaller_jar.xml | 8 ++++++++ .idea/artifacts/PluginInstallere_jar.xml | 8 -------- .idea/compiler.xml | 2 +- .idea/encodings.xml | 2 ++ .idea/misc.xml | 5 +++++ ...Installer.iml => EaglerPluginInstaller.iml | 0 PrimCore.iml | 12 ------------ .../EaglerPluginInstaller.jar} | Bin 6375 -> 5977 bytes pom.xml | 5 ++++- target/classes/plugin.yml | 15 --------------- 10 files changed, 20 insertions(+), 37 deletions(-) create mode 100644 .idea/artifacts/EaglerPluginInstaller_jar.xml delete mode 100644 .idea/artifacts/PluginInstallere_jar.xml rename PluginInstaller.iml => EaglerPluginInstaller.iml (100%) delete mode 100644 PrimCore.iml rename out/artifacts/{PluginInstallere_jar/PrimCore.jar => EaglerPluginInstaller_jar/EaglerPluginInstaller.jar} (78%) delete mode 100644 target/classes/plugin.yml diff --git a/.idea/artifacts/EaglerPluginInstaller_jar.xml b/.idea/artifacts/EaglerPluginInstaller_jar.xml new file mode 100644 index 0000000..70e0900 --- /dev/null +++ b/.idea/artifacts/EaglerPluginInstaller_jar.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/EaglerPluginInstaller_jar + + + + + \ No newline at end of file diff --git a/.idea/artifacts/PluginInstallere_jar.xml b/.idea/artifacts/PluginInstallere_jar.xml deleted file mode 100644 index 2a48bd5..0000000 --- a/.idea/artifacts/PluginInstallere_jar.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - $PROJECT_DIR$/out/artifacts/PluginInstallere_jar - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 4715904..aa677d7 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,13 +6,13 @@ - + \ 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/PluginInstaller.iml b/EaglerPluginInstaller.iml similarity index 100% rename from PluginInstaller.iml rename to EaglerPluginInstaller.iml diff --git a/PrimCore.iml b/PrimCore.iml deleted file mode 100644 index 4ec1b0e..0000000 --- a/PrimCore.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - BUKKIT - - - - - \ No newline at end of file diff --git a/out/artifacts/PluginInstallere_jar/PrimCore.jar b/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar similarity index 78% rename from out/artifacts/PluginInstallere_jar/PrimCore.jar rename to out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar index 94c8e3e11cc78f8f90984ca30568365ab72b2418..8d008652018d1c5d56e8db0d692595d748aa896a 100644 GIT binary patch delta 361 zcmaEEcvH_fz?+$ci-CcIfgvR3LCU}a!oC`nDu(EoRefdN_BC;9_85D99;I&&<=S%+2|Cih-du$kFeJ0nZ-y zQ}TbBnA}%g^=c4!)NrI#_|b#hyVrtdwH&#dTHk+JY)P!coi}GHjwK&`>|uH*`Mrki z?v?5PUu<4*`PwYorDqOaF9?kdyMC?b#4V0`Q|G7Z&-8^o%OdXZ%L{(q zcdI+&*3~EUp6Y*bJ0_YrUiysbfhilqza33`nv=NsMxOW|l^a!y|NMW|I^jia5Zl)5 z2}%;O=|4~Z5spwKywaSUN_}kV zV8%(q7+`uCtech.nully EaglerPluginInstaller 1.0.0 - jar + + untitled + + pom PrimCore 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