mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 09:16:06 -08:00
compiled stuff
This commit is contained in:
parent
94eebec0ea
commit
cf5fec9b40
|
@ -1,8 +0,0 @@
|
|||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="PluginInstaller:jar">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts/PluginInstaller_jar</output-path>
|
||||
<root id="archive" name="PluginInstaller.jar">
|
||||
<element id="module-output" name="PluginInstaller" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
8
.idea/artifacts/PluginUpdater_jar.xml
Normal file
8
.idea/artifacts/PluginUpdater_jar.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="PluginUpdater:jar">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts/PluginUpdater_jar</output-path>
|
||||
<root id="archive" name="PrimCore.jar">
|
||||
<element id="module-output" name="PrimCore" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
Binary file not shown.
BIN
out/artifacts/PluginUpdater_jar/PrimCore.jar
Normal file
BIN
out/artifacts/PluginUpdater_jar/PrimCore.jar
Normal file
Binary file not shown.
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
<version>1.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>PrimCore</name>
|
||||
<name>PluginUpdater</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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: EaglerPluginUpdater
|
||||
version: 1.0.8
|
||||
main: tech.nully.PluginInstaller.Main
|
||||
main: tech.nully.PluginUpdater.Main
|
||||
prefix: [PluginUpdater]
|
||||
authors: [BongoCat]
|
||||
depend: [PluginInstaller]
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
name: EaglerPluginInstaller
|
||||
name: EaglerPluginUpdater
|
||||
version: 1.0.8
|
||||
main: tech.nully.PluginInstaller.Main
|
||||
prefix: [PluginInstaller]
|
||||
main: tech.nully.PluginUpdater.Main
|
||||
prefix: [PluginUpdater]
|
||||
authors: [BongoCat]
|
||||
depend: [PluginInstaller]
|
||||
loadbefore: [PluginInstaller]
|
||||
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
|
||||
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
|
||||
update:
|
||||
description: Update the PluginInstaller plugin
|
||||
usage: /<command>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
target/classes/tech/nully/PluginUpdater/Main.class
Normal file
BIN
target/classes/tech/nully/PluginUpdater/Main.class
Normal file
Binary file not shown.
BIN
target/classes/tech/nully/PluginUpdater/Updater.class
Normal file
BIN
target/classes/tech/nully/PluginUpdater/Updater.class
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user