changed
parent
6b81d06f55
commit
59e8f1a5e8
17
pom.xml
17
pom.xml
|
@ -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>
|
|
@ -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"); */
|
||||
|
||||
|
|
Loading…
Reference in New Issue