mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-21 17:06:03 -08:00
stuff i think
This commit is contained in:
parent
153d1b8f8d
commit
5f044777cf
|
@ -7,6 +7,7 @@
|
||||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||||
<outputRelativeToContentRoot value="true" />
|
<outputRelativeToContentRoot value="true" />
|
||||||
<module name="Installer" />
|
<module name="Installer" />
|
||||||
|
<module name="EaglerPluginInstaller" />
|
||||||
</profile>
|
</profile>
|
||||||
</annotationProcessing>
|
</annotationProcessing>
|
||||||
<bytecodeTargetLevel>
|
<bytecodeTargetLevel>
|
||||||
|
|
Binary file not shown.
8
pom.xml
8
pom.xml
|
@ -7,13 +7,9 @@
|
||||||
<groupId>tech.nully</groupId>
|
<groupId>tech.nully</groupId>
|
||||||
<artifactId>EaglerPluginInstaller</artifactId>
|
<artifactId>EaglerPluginInstaller</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<modules>
|
<packaging>jar</packaging>
|
||||||
<module>untitled</module>
|
|
||||||
<module>untitled</module>
|
|
||||||
</modules>
|
|
||||||
<packaging>pom</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>
|
<description>A plugin made to install other plugins from an online repository to eaglercraft servers with a single command</description>
|
||||||
<url>nully.tech</url>
|
<url>nully.tech</url>
|
||||||
|
|
15
target/classes/plugin.yml
Normal file
15
target/classes/plugin.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user