Quick cleanup

This commit is contained in:
Roch 2022-10-21 13:53:23 +02:00
parent 8da95a78ff
commit 67c7add6a7
5 changed files with 105 additions and 88 deletions

View File

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

View File

@ -118,7 +118,6 @@
the first wins when multiple classpaths match the first wins when multiple classpaths match
--> -->
<dependencies> <dependencies>
<!-- Spigot API --> <!-- Spigot API -->
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
@ -126,7 +125,6 @@
<version>1.18-R0.1-SNAPSHOT</version> <version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-clean-plugin --> <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-clean-plugin -->
<dependency> <dependency>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -134,211 +132,209 @@
<version>3.1.0</version> <version>3.1.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- AuthLib -->
<dependency> <dependency>
<groupId>com.mojang</groupId> <groupId>com.mojang</groupId>
<artifactId>authlib</artifactId> <artifactId>authlib</artifactId>
<version>1.5.21</version> <version>1.5.21</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- MMOCore Api -->
<dependency> <dependency>
<groupId>net.Indyuce</groupId> <groupId>net.Indyuce</groupId>
<artifactId>MMOCore-API</artifactId> <artifactId>MMOCore-API</artifactId>
<version>1.9.5-SNAPSHOT</version> <version>1.9.5-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- MythicEnchants -->
<dependency> <dependency>
<groupId>io.lumine</groupId> <groupId>io.lumine</groupId>
<artifactId>MythicEnchants</artifactId> <artifactId>MythicEnchants</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- PhatLoots -->
<dependency> <dependency>
<groupId>com.github.RednedEpic</groupId> <groupId>com.github.RednedEpic</groupId>
<artifactId>PhatLoots</artifactId> <artifactId>PhatLoots</artifactId>
<version>4.2.3</version> <version>4.2.3</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- placeholderapi -->
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
<version>2.9.2</version> <version>2.9.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Mythic -->
<dependency> <dependency>
<groupId>io.lumine</groupId> <groupId>io.lumine</groupId>
<artifactId>Mythic-Dist</artifactId> <artifactId>Mythic-Dist</artifactId>
<version>5.1.2-SNAPSHOT</version> <version>5.1.2-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- WordGuard -->
<dependency> <dependency>
<groupId>com.sk89q.worldguard</groupId> <groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId> <artifactId>worldguard-bukkit</artifactId>
<version>7.0.2-SNAPSHOT</version> <version>7.0.2-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Vault -->
<dependency> <dependency>
<groupId>com.github.MilkBowl</groupId> <groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId> <artifactId>VaultAPI</artifactId>
<version>1.7</version> <version>1.7</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- SkillAPI -->
<!-- Local dependencies -->
<dependency> <dependency>
<groupId>com.github.Eniripsa96</groupId> <groupId>com.github.Eniripsa96</groupId>
<artifactId>SkillAPI</artifactId> <artifactId>SkillAPI</artifactId>
<version>master</version> <version>master</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- AE Api -->
<dependency> <dependency>
<groupId>n3kas</groupId> <groupId>n3kas</groupId>
<artifactId>ae.api</artifactId> <artifactId>ae.api</artifactId>
<version>5.7.6</version> <version>5.7.6</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- BossShop -->
<dependency> <dependency>
<groupId>org.black_ixx</groupId> <groupId>org.black_ixx</groupId>
<artifactId>BossShop</artifactId> <artifactId>BossShop</artifactId>
<version>2.0.9</version> <version>2.0.9</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Residence -->
<dependency> <dependency>
<groupId>com.bekvon.bukkit.residence</groupId> <groupId>com.bekvon.bukkit.residence</groupId>
<artifactId>Residence</artifactId> <artifactId>Residence</artifactId>
<version>4.8.7.2</version> <version>4.8.7.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Heroes -->
<dependency> <dependency>
<groupId>com.herocraftonline</groupId> <groupId>com.herocraftonline</groupId>
<artifactId>Heroes</artifactId> <artifactId>Heroes</artifactId>
<version>1.9.22</version> <version>1.9.22</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- mcMMO -->
<dependency> <dependency>
<groupId>com.gmail.nossr50</groupId> <groupId>com.gmail.nossr50</groupId>
<artifactId>mcMMO</artifactId> <artifactId>mcMMO</artifactId>
<version>2.1.104</version> <version>2.1.104</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- McRPG -->
<dependency> <dependency>
<groupId>us.eunoians</groupId> <groupId>us.eunoians</groupId>
<artifactId>McRPG</artifactId> <artifactId>McRPG</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Rpl -->
<dependency> <dependency>
<groupId>me.baks</groupId> <groupId>me.baks</groupId>
<artifactId>rpl</artifactId> <artifactId>rpl</artifactId>
<version>3.9.30</version> <version>3.9.30</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Skills -->
<dependency> <dependency>
<groupId>me.leothepro555</groupId> <groupId>me.leothepro555</groupId>
<artifactId>skills</artifactId> <artifactId>skills</artifactId>
<version>12.3.5</version> <version>12.3.5</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- SkillsPro -->
<dependency> <dependency>
<groupId>org.skills.main</groupId> <groupId>org.skills.main</groupId>
<artifactId>SkillsPro</artifactId> <artifactId>SkillsPro</artifactId>
<version>18.9.0.1</version> <version>18.9.0.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- BattleLevels -->
<dependency> <dependency>
<groupId>me.robin</groupId> <groupId>me.robin</groupId>
<artifactId>BattleLevels</artifactId> <artifactId>BattleLevels</artifactId>
<version>6.9.1</version> <version>6.9.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- TrHologram -->
<dependency> <dependency>
<groupId>me.arasple.mc</groupId> <groupId>me.arasple.mc</groupId>
<artifactId>TrHologram</artifactId> <artifactId>TrHologram</artifactId>
<version>1.11</version> <version>1.11</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- HolographicDisplays API -->
<dependency> <dependency>
<groupId>com.gmail.filoghost.holographicdisplays</groupId> <groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId> <artifactId>holographicdisplays-api</artifactId>
<version>2.4.0</version> <version>2.4.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- RacesAndClasses -->
<dependency> <dependency>
<groupId>de.tobiyas</groupId> <groupId>de.tobiyas</groupId>
<artifactId>RacesAndClasses</artifactId> <artifactId>RacesAndClasses</artifactId>
<version>1.2.6</version> <version>1.2.6</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Rpg Inventory -->
<dependency> <dependency>
<groupId>ru.endlesscode</groupId> <groupId>ru.endlesscode</groupId>
<artifactId>rpginventory</artifactId> <artifactId>rpginventory</artifactId>
<version>2.3.0</version> <version>2.3.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Holograms -->
<dependency> <dependency>
<groupId>com.sainttx.holograms</groupId> <groupId>com.sainttx.holograms</groupId>
<artifactId>Holograms</artifactId> <artifactId>Holograms</artifactId>
<version>2.9.1</version> <version>2.9.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Aurelium Skills -->
<dependency> <dependency>
<groupId>com.archyx</groupId> <groupId>com.archyx</groupId>
<artifactId>AureliumSkills</artifactId> <artifactId>AureliumSkills</artifactId>
<version>1.2.8</version> <version>1.2.8</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Crazy Enchantments -->
<dependency> <dependency>
<groupId>me.badbones69</groupId> <groupId>me.badbones69</groupId>
<artifactId>crazyenchantments</artifactId> <artifactId>crazyenchantments</artifactId>
<version>1.8-db9</version> <version>1.8-db9</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Citizens -->
<dependency> <dependency>
<groupId>net.citizensnpcs</groupId> <groupId>net.citizensnpcs</groupId>
<artifactId>Citizens</artifactId> <artifactId>Citizens</artifactId>
<version>2.0.25</version> <version>2.0.25</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Denizen -->
<dependency> <dependency>
<groupId>com.denizenscript</groupId> <groupId>com.denizenscript</groupId>
<artifactId>denizen</artifactId> <artifactId>denizen</artifactId>
<version>1.2.1-b1744-REL</version> <version>1.2.1-b1744-REL</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Denizen -->
<dependency> <dependency>
<groupId>com.denizenscript</groupId> <groupId>com.denizenscript</groupId>
<artifactId>depenizen</artifactId> <artifactId>depenizen</artifactId>
<version>2.0.0-b709</version> <version>2.0.0-b709</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

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

View File

@ -17,8 +17,26 @@
<maven.compiler.target>16</maven.compiler.target> <maven.compiler.target>16</maven.compiler.target>
</properties> </properties>
<build> <!-- Dependencies -->
<dependencies>
<!-- Spigot API -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- MMOItems API -->
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems-API</artifactId>
<version>${revision}</version>
<optional>true</optional>
</dependency>
</dependencies>
<!-- Build -->
<build>
<!-- Includes default files in the Bukkit module --> <!-- Includes default files in the Bukkit module -->
<resources> <resources>
<resource> <resource>
@ -28,7 +46,6 @@
</resources> </resources>
<plugins> <plugins>
<!-- Completely necessary for dev build deployment --> <!-- Completely necessary for dev build deployment -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -92,28 +109,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies>
<!-- Spigot API -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems-API</artifactId>
<version>${revision}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project> </project>

63
pom.xml
View File

@ -23,6 +23,38 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
<!-- Repositories -->
<repositories>
<repository>
<id>phoenix</id>
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
</repository>
<repository>
<id>nexus</id>
<url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>
</repositories>
<!-- Dependencies -->
<dependencies>
<!-- MythicLib -->
<dependency>
<groupId>io.lumine</groupId>
<artifactId>MythicLib-dist</artifactId>
<version>1.4.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- Jetbrains Annotations -->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<!-- Build -->
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@ -56,35 +88,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<repositories>
<repository>
<id>phoenix</id>
<url>https://nexus.phoenixdvpt.fr/repository/maven-public/</url>
</repository>
<repository>
<id>nexus</id>
<url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.lumine</groupId>
<artifactId>MythicLib-dist</artifactId>
<version>1.4.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project> </project>