Update Kingdoms & Use Residence public build (#189)

* Remove refernece to org.kingdoms in CmdWorld

* Remove unused imports

* Update Kingdoms API

* Use public build of Residence instead of reflection
This commit is contained in:
TechnicallyCoded
2024-01-04 17:44:01 +01:00
committed by GitHub
parent 7923c3b223
commit 6cc8eb7d4c
4 changed files with 13 additions and 20 deletions

14
pom.xml
View File

@@ -255,7 +255,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>kingdoms</artifactId>
<version>1.13.9</version>
<version>1.16.8.1.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -372,15 +372,13 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>-->
<!-- CAN BE UNCOMMENTED IF YOU HAVE ACCESS TO THE PLUGIN -->
<!-- Private Repoed -->
<!-- This is uploaded to our private repo on https://repo.ronanplugins.com -->
<!--<dependency>
<groupId>com.ronanplugins</groupId>
<!-- Provided by repo: devmart-public -->
<dependency>
<groupId>com.bekvon.bukkit.residence</groupId>
<artifactId>Residence</artifactId>
<version>4.9.1.9</version>
<version>5.1.4.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>-->
</dependency>
</dependencies>
</project>