2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-18 04:20:27 +00:00

Use bungeecord-config instead of snakeyaml

This commit is contained in:
Tux
2013-12-23 23:12:54 -05:00
parent e5bfb52c0a
commit fb3d67f43c
4 changed files with 44 additions and 95 deletions

View File

@@ -134,6 +134,13 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-config</artifactId>
<version>1.7-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>