mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-22 18:46:45 +01:00
Update bStats metrics version.
Apparently in 1.7 we now have to specify the plugin ID in the constructor. So mote it be.
This commit is contained in:
parent
9fcfad3748
commit
a9d39fe345
2
pom.xml
2
pom.xml
@ -117,7 +117,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bstats</groupId>
|
||||
<artifactId>bstats-bukkit</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.7</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -168,7 +168,7 @@ public class MobArena extends JavaPlugin
|
||||
}
|
||||
|
||||
private void setupMetrics() {
|
||||
Metrics metrics = new Metrics(this);
|
||||
Metrics metrics = new Metrics(this, 2572);
|
||||
metrics.addCustomChart(new VaultChart(this));
|
||||
metrics.addCustomChart(new ArenaCountChart(this));
|
||||
metrics.addCustomChart(new ClassCountChart(this));
|
||||
|
Loading…
Reference in New Issue
Block a user