compiled stuff

This commit is contained in:
Fangoboyo 2022-06-07 22:41:40 -07:00
parent 94eebec0ea
commit cf5fec9b40
13 changed files with 18 additions and 19 deletions

View File

@ -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>

View 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.

View File

@ -9,7 +9,7 @@
<version>1.0.0</version> <version>1.0.0</version>
<packaging>jar</packaging> <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> <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>

View File

@ -1,6 +1,6 @@
name: EaglerPluginUpdater name: EaglerPluginUpdater
version: 1.0.8 version: 1.0.8
main: tech.nully.PluginInstaller.Main main: tech.nully.PluginUpdater.Main
prefix: [PluginUpdater] prefix: [PluginUpdater]
authors: [BongoCat] authors: [BongoCat]
depend: [PluginInstaller] depend: [PluginInstaller]

View File

@ -1,14 +1,13 @@
name: EaglerPluginInstaller name: EaglerPluginUpdater
version: 1.0.8 version: 1.0.8
main: tech.nully.PluginInstaller.Main main: tech.nully.PluginUpdater.Main
prefix: [PluginInstaller] prefix: [PluginUpdater]
authors: [BongoCat] authors: [BongoCat]
depend: [PluginInstaller]
loadbefore: [PluginInstaller]
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
website: nully.tech website: nully.tech
commands: commands:
install: update:
usage: /<command> <plugin> description: Update the PluginInstaller plugin
description: Installs the latest compatible version of the requested plugin usage: /<command>
plist:
usage: /<command>
description: Gives you a list of available plugins with PluginInstaller

Binary file not shown.

Binary file not shown.