From ac9b9b686bb82bee7409355ec635d7a6647317c4 Mon Sep 17 00:00:00 2001 From: Fangoboyo <77935781+Fangoboyo@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:45:35 -0700 Subject: [PATCH] recomp --- .../EaglerPluginUpdater.jar | Bin 3006 -> 2950 bytes src/main/resources/plugin.yml | 13 ++++--------- target/classes/plugin.yml | 13 ++++--------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar b/out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar index 1b8cda36a41fdcd2afb359d539af6abcfdbdfcfb..cb6f824dab598ff143a6e9390a320d16b4dfe7af 100644 GIT binary patch delta 396 zcmdld-X_iy;LXe;!ob17!LY1#B9B6S?u3ngM+|t{zI#-%?`II~x&GFHhsR_4ofe6j zmA9k3CZ8y@eD}8Swy==UOqrkm?Qho~n`u>X)NtaQOGZU@*X5=j*{wh6m}>b45xK($ zcT3*1^D5-3^n58+_BT4O>*SkMroHd6`m}q4EG%8xW5)sk-jUEG*eq^{jA@a ztIL*~?AYYzaN8`fAV6ZtnTBO2*^~rUE!`-#v$A|?_ta^(=N*>nEVmEvX6JaJIiu_v z0|SE>BLf4-+guC`91IL=TTg@l1)*Sa5~C>N+Q}7+8jNcz>$s$V$`&#TPrk#&#T3Ulxq(}HGBdXp W(^Lr4i`#^8^W=JNOSU_lAgcjE^ORTs delta 494 zcmZn@-zUx!;LXe;!ob17!C;g=kw>AvHPF%Thyl+Y_fztJnwZ>IUG-`Zc+_x2w(vvQ z-D^R!T5i0(bbs=eryICCX3v#8Um?@aeDy=e+{IsB9qaqMS=@Dcbhet;p@Y{8f@8zC zU*kEkGcfDdss3|kuO4;zI*Iez5f|P1YahxO_eVD`{-)@8>|OKwL(ExqHj_*`7wd(U z3rw%qydWnUvEX0_ySqTtgV4^}>48k`UW+cYC@v~`n8PjpZk19&(%Z&qHNJ;i4cT_ z$=^8jOuSo9gfJihRwOn9gBQ@`lGNl3{Qz%9CN2h;;SpT2GPy9RywaSUN;Cx%xn!B9 pF;3pdC_VW!mlo4m5L0!s47V23YgVx6D^}jg1>6E`B0wV<7y$ACx4{4a 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