Adds towny and superiorskyblock support (#1)

* Stash changes

* Add superiorskyblock2 support

* Add as a soft depend

* Fix skyblock support

* Add palmers towny support

* Turned off wildcard imports

* Update readme

* Update .gitignore

* Add new line

* Add new line
This commit is contained in:
Ryder Belserion
2024-04-16 13:57:08 -04:00
committed by GitHub
parent 74346c1afc
commit 34964d30cd
7 changed files with 215 additions and 4 deletions
+20
View File
@@ -52,6 +52,10 @@
</build>
<repositories>
<repository>
<id>bg-software</id>
<url>https://repo.bg-software.com/repository/api/</url>
</repository>
<repository>
<id>papermc-repo</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
@@ -76,6 +80,10 @@
<id>ender-zone</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
<repository>
<id>glaremasters repo</id>
<url>https://repo.glaremasters.me/repository/towny/</url>
</repository>
</repositories>
<dependencies>
@@ -109,6 +117,12 @@
<version>16.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.bgsoftware</groupId>
<artifactId>SuperiorSkyblockAPI</artifactId>
<version>2023.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.griefcraft</groupId>
<artifactId>lwc</artifactId>
@@ -121,5 +135,11 @@
<version>1.6.9.5-U0.6.33</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<version>0.100.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>