mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-12-03 05:54:20 -08:00
fixed compiling errors again
This commit is contained in:
parent
1ec1964b15
commit
39affd3b7e
8
.idea/artifacts/EaglerPluginInstaller_jar.xml
Normal file
8
.idea/artifacts/EaglerPluginInstaller_jar.xml
Normal 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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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" />
|
||||
|
|
12
PrimCore.iml
12
PrimCore.iml
|
@ -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>
|
Binary file not shown.
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user