KingdomsX support fix

This commit is contained in:
SuperRonanCraft
2020-11-26 01:08:43 -05:00
parent ea84c94282
commit bc30bf1085
3 changed files with 12 additions and 7 deletions

12
pom.xml
View File

@@ -213,12 +213,18 @@
<scope>provided</scope>
</dependency>
<!-- KingdomsX v1.10.5.2 (https://www.spigotmc.org/resources/kingdomsx.77670/) -->
<!--dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>kingdoms</artifactId>
<version>1.10.5.2</version>
<version>1.10.5.3</version>
<scope>provided</scope>
</dependency-->
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Particles Library -->
<dependency>
<groupId>xyz.xenondevs</groupId>