diff --git a/pom.xml b/pom.xml index 060c011..4d6ea27 100644 --- a/pom.xml +++ b/pom.xml @@ -22,17 +22,13 @@ http://maven.sk89q.com/repo/ - bstats-repo - http://repo.bstats.org/content/repositories/releases/ + codemc-repo + https://repo.codemc.org/repository/maven-public/ vault-repo http://nexus.hc.to/content/repositories/pub_releases/ - - authme-repo - https://repo.codemc.org/repository/maven-public/ - minebench-repo https://repo.minebench.de/ @@ -98,7 +94,7 @@ org.bstats bstats-bukkit-lite - 1.2 + 1.7 compile diff --git a/src/main/java/com/Acrobot/ChestShop/ChestShop.java b/src/main/java/com/Acrobot/ChestShop/ChestShop.java index 2688c8e..47dbeb1 100644 --- a/src/main/java/com/Acrobot/ChestShop/ChestShop.java +++ b/src/main/java/com/Acrobot/ChestShop/ChestShop.java @@ -400,7 +400,7 @@ public class ChestShop extends JavaPlugin { } catch (IOException ex) { ChestShop.getBukkitLogger().severe("There was an error while submitting MCStats statistics."); } - new org.bstats.bukkit.MetricsLite(this); + new org.bstats.bukkit.MetricsLite(this, 1109); } private static final int PROJECT_BUKKITDEV_ID = 31263;