BungeeCord Chat API

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2014-12-13 02:59:14 +01:00
parent e5642b1949
commit 28e80d52a4
6 changed files with 339 additions and 22 deletions

View File

@@ -51,6 +51,13 @@
<version>1.10.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-chat</artifactId>
<version>1.20-R0.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>