changed
parent
6b81d06f55
commit
59e8f1a5e8
17
pom.xml
17
pom.xml
|
@ -62,6 +62,11 @@
|
||||||
<groupId>org.mongodb</groupId>
|
<groupId>org.mongodb</groupId>
|
||||||
<version>3.12.10</version>
|
<version>3.12.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.krakatoaapi</groupId>
|
||||||
|
<artifactId>KrakatoaAPI</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
<!-- <dependency>
|
<!-- <dependency>
|
||||||
<groupId>earth.krakatoa</groupId>
|
<groupId>earth.krakatoa</groupId>
|
||||||
<artifactId>test</artifactId>
|
<artifactId>test</artifactId>
|
||||||
|
@ -79,6 +84,16 @@
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
</repository>
|
</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>
|
</repositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
|
@ -14,7 +14,7 @@ public class LobbySystem extends JavaPlugin {
|
||||||
/* private KraSocketClient kraSocketClient;
|
/* private KraSocketClient kraSocketClient;
|
||||||
private KraSocketClientProtocol kraSocketClientProtocol;
|
private KraSocketClientProtocol kraSocketClientProtocol;
|
||||||
private SocketEventListener socketEventListener;
|
private SocketEventListener socketEventListener;
|
||||||
aaaa ui ui aa das aaa add
|
|
||||||
KrakatoaAPI krakatoaAPI = (KrakatoaAPI) Bukkit.getServer().getPluginManager()
|
KrakatoaAPI krakatoaAPI = (KrakatoaAPI) Bukkit.getServer().getPluginManager()
|
||||||
.getPlugin("KrakatoaAPI"); */
|
.getPlugin("KrakatoaAPI"); */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue