diff --git a/pom.xml b/pom.xml
index 550955a..7abbad2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
org.bstats
bstats-bukkit
- 1.5
+ 1.7
com.zaxxer
diff --git a/src/main/java/de/epiceric/shopchest/ShopChest.java b/src/main/java/de/epiceric/shopchest/ShopChest.java
index 0e00912..979b9f7 100644
--- a/src/main/java/de/epiceric/shopchest/ShopChest.java
+++ b/src/main/java/de/epiceric/shopchest/ShopChest.java
@@ -310,7 +310,7 @@ public class ShopChest extends JavaPlugin {
private void loadMetrics() {
debug("Initializing Metrics...");
- Metrics metrics = new Metrics(this);
+ Metrics metrics = new Metrics(this, 1726);
metrics.addCustomChart(new Metrics.SimplePie("creative_setting", () -> Config.creativeSelectItem ? "Enabled" : "Disabled"));
metrics.addCustomChart(new Metrics.SimplePie("database_type", () -> Config.databaseType.toString()));
metrics.addCustomChart(new Metrics.AdvancedPie("shop_type", () -> {