stuff i think

This commit is contained in:
Fangoboyo 2022-06-08 12:10:40 -07:00
parent 153d1b8f8d
commit 5f044777cf
4 changed files with 18 additions and 6 deletions

View File

@ -7,6 +7,7 @@
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="Installer" />
<module name="EaglerPluginInstaller" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>

View File

@ -7,13 +7,9 @@
<groupId>tech.nully</groupId>
<artifactId>EaglerPluginInstaller</artifactId>
<version>1.0.0</version>
<modules>
<module>untitled</module>
<module>untitled</module>
</modules>
<packaging>pom</packaging>
<packaging>jar</packaging>
<name>PrimCore</name>
<name>EaglerPluginInstaller</name>
<description>A plugin made to install other plugins from an online repository to eaglercraft servers with a single command</description>
<url>nully.tech</url>

15
target/classes/plugin.yml Normal file
View File

@ -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: /<command> <plugin>
description: Installs the latest compatible version of the requested plugin
plist:
usage: /<command>
description: Gives you a list of available plugins with PluginInstaller