mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 11:41:10 +00:00
Update bStats dependency to v1.7
This commit is contained in:
parent
c595b574ec
commit
2512d90fef
2
pom.xml
2
pom.xml
@ -134,7 +134,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bstats</groupId>
|
||||
<artifactId>bstats-bukkit</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.zaxxer</groupId>
|
||||
|
@ -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", () -> {
|
||||
|
Loading…
Reference in New Issue
Block a user