1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2024-11-21 01:38:51 +00:00

feat: 添加BungeeCord-API

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2016-11-15 14:22:08 +08:00
parent 5234661fe5
commit 1ecda20dad

View File

@ -87,6 +87,11 @@
<artifactId>spigot-api</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>