From 5df10a5ab52c1db98474a4d38a30084051ab40ab Mon Sep 17 00:00:00 2001 From: Jaime Martinez Rincon Date: Sat, 25 Mar 2017 16:46:30 +0100 Subject: [PATCH] Push with MinecraftDev plugin manager --- lobbybalancer.iml | 40 +++++++++++++++++++++++++++++++++++ pom.xml | 14 ++++++------ src/main/resources/plugin.yml | 2 +- 3 files changed, 48 insertions(+), 8 deletions(-) diff --git a/lobbybalancer.iml b/lobbybalancer.iml index 0a9d79c..0623db9 100644 --- a/lobbybalancer.iml +++ b/lobbybalancer.iml @@ -1,5 +1,14 @@ + + + + + BUNGEECORD + + + + @@ -10,5 +19,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index f3b88bc..091d333 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ clean install - 3.6.0 + 3.3 org.apache.maven.plugins maven-compiler-plugin @@ -102,18 +102,18 @@ 1.0 compile - - com.maxmind.geoip2 - geoip2 - 2.8.0 - compile - org.bstats bstats-bungeecord LATEST compile + + com.maxmind.geoip2 + geoip2 + 2.8.0 + compile + junit junit diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 51df7fe..8c23f2c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,4 +2,4 @@ name: LobbyBalancer main: me.jaimemartz.lobbybalancer.LobbyBalancer version: ${project.version} author: jaime29010 -softdepend: [RedisBungee, LibraryLoader] \ No newline at end of file +softdepend: [RedisBungee] \ No newline at end of file