master
Alex 2021-12-28 17:29:16 +01:00
parent 6b81d06f55
commit 59e8f1a5e8
2 changed files with 17 additions and 2 deletions

17
pom.xml
View File

@ -62,6 +62,11 @@
<groupId>org.mongodb</groupId>
<version>3.12.10</version>
</dependency>
<dependency>
<groupId>net.krakatoaapi</groupId>
<artifactId>KrakatoaAPI</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- <dependency>
<groupId>earth.krakatoa</groupId>
<artifactId>test</artifactId>
@ -79,6 +84,16 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>krakatoa-earth</id>
<name>Krakatoa Repository</name>
<url>https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>

View File

@ -14,7 +14,7 @@ public class LobbySystem extends JavaPlugin {
/* private KraSocketClient kraSocketClient;
private KraSocketClientProtocol kraSocketClientProtocol;
private SocketEventListener socketEventListener;
aaaa ui ui aa das aaa add
KrakatoaAPI krakatoaAPI = (KrakatoaAPI) Bukkit.getServer().getPluginManager()
.getPlugin("KrakatoaAPI"); */