diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml new file mode 100644 index 0000000..bc87499 --- /dev/null +++ b/dependency-reduced-pom.xml @@ -0,0 +1,57 @@ + + + 4.0.0 + tech.nully + EaglerPluginInstaller + EaglerPluginInstaller + 1.1.5 + A plugin made to install other plugins from an online repository to eaglercraft servers with a single command + nully.tech + + + + maven-shade-plugin + 3.3.0 + + + package + + shade + + + ${project.basedir}/out/${project.artifactId}.jar + + + + + + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + + + + PrimCoreRepos-repos + https://github.com/darverdevs/EaglerMavenRepo/raw/main + + + + + com.github.EaglerMaven + craftbukkit + 1.5.2-R1.0 + provided + + + + 1.8 + 1.8 + UTF-8 + 1.8 + + diff --git a/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar b/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar deleted file mode 100644 index f6e4db9..0000000 Binary files a/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar and /dev/null differ diff --git a/pom.xml b/pom.xml index 3b5f0a7..6282b5c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ tech.nully EaglerPluginInstaller - 1.0.0 + 1.1.5 jar EaglerPluginInstaller @@ -32,13 +32,47 @@ com.github.EaglerMaven craftbukkit 1.5.2-R1.0 + provided com.googlecode.json-simple json-simple - 1.1 + 1.1.1 + compile + + + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0 + + + package + + shade + + + + ${project.basedir}/out/${project.artifactId}.jar + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + + \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 89af09b..10a7371 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,11 +1,11 @@ name: EaglerPluginInstaller -version: 1.1.2 +version: 1.1.4 main: tech.nully.PluginInstaller.Main prefix: [EaglerPluginInstaller] loadbefore: [EaglerPluginUpdater] authors: [BongoCat] description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository weith the executing of a command. -website: nully.tech +website: bnogocarft.games commands: install: usage: / diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml index 89af09b..10a7371 100644 --- a/target/classes/plugin.yml +++ b/target/classes/plugin.yml @@ -1,11 +1,11 @@ name: EaglerPluginInstaller -version: 1.1.2 +version: 1.1.4 main: tech.nully.PluginInstaller.Main prefix: [EaglerPluginInstaller] loadbefore: [EaglerPluginUpdater] authors: [BongoCat] description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft from an online repository weith the executing of a command. -website: nully.tech +website: bnogocarft.games commands: install: usage: / diff --git a/target/classes/tech/nully/PluginInstaller/Commands/InstallCommand.class b/target/classes/tech/nully/PluginInstaller/Commands/InstallCommand.class index 38b0979..4972b0d 100644 Binary files a/target/classes/tech/nully/PluginInstaller/Commands/InstallCommand.class and b/target/classes/tech/nully/PluginInstaller/Commands/InstallCommand.class differ diff --git a/target/classes/tech/nully/PluginInstaller/Main.class b/target/classes/tech/nully/PluginInstaller/Main.class index 59a3e31..1fb024e 100644 Binary files a/target/classes/tech/nully/PluginInstaller/Main.class and b/target/classes/tech/nully/PluginInstaller/Main.class differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties index b59e7d6..e17791d 100644 --- a/target/maven-archiver/pom.properties +++ b/target/maven-archiver/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Wed Jun 08 13:04:28 PDT 2022 +#Sat Aug 06 13:41:02 PDT 2022 +version=1.1.5 groupId=tech.nully artifactId=EaglerPluginInstaller -version=1.0.0 diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst index 921d6aa..e69de29 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -1,4 +0,0 @@ -tech\nully\PluginInstaller\InstallCommand.class -tech\nully\PluginInstaller\plistCommand.class -tech\nully\PluginInstaller\Installer.class -tech\nully\PluginInstaller\Main.class