fixed compiling errors again

This commit is contained in:
Fangoboyo 2022-06-08 11:34:59 -07:00
parent 1ec1964b15
commit 39affd3b7e
10 changed files with 20 additions and 37 deletions

View File

@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="EaglerPluginInstaller:jar">
<output-path>$PROJECT_DIR$/out/artifacts/EaglerPluginInstaller_jar</output-path>
<root id="archive" name="EaglerPluginInstaller.jar">
<element id="module-output" name="EaglerPluginInstaller" />
</root>
</artifact>
</component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="PluginInstallere:jar">
<output-path>$PROJECT_DIR$/out/artifacts/PluginInstallere_jar</output-path>
<root id="archive" name="PrimCore.jar">
<element id="module-output" name="PrimCore" />
</root>
</artifact>
</component>

View File

@ -6,13 +6,13 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="PrimCore" />
<module name="Installer" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="Installer" target="1.8" />
<module name="PluginInstaller" target="1.8" />
<module name="untitled" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>

View File

@ -3,5 +3,7 @@
<component name="Encoding">
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/untitled/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/untitled/src/main/resources" charset="UTF-8" />
</component>
</project>

View File

@ -12,6 +12,11 @@
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
<option name="ignoredFiles">
<set>
<option value="$PROJECT_DIR$/untitled/pom.xml" />
</set>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>BUKKIT</platformType>
</autoDetectTypes>
</configuration>
</facet>
</component>
</module>

View File

@ -7,7 +7,10 @@
<groupId>tech.nully</groupId>
<artifactId>EaglerPluginInstaller</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<modules>
<module>untitled</module>
</modules>
<packaging>pom</packaging>
<name>PrimCore</name>

View File

@ -1,15 +0,0 @@
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