mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-30 22:24:06 +01:00
Switch mod use to features graph - doesn't look like we get a 3rd one..
This commit is contained in:
parent
cb7c9061e8
commit
4bdb331eb0
@ -1508,10 +1508,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||||||
return cnt;
|
return cnt;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Metrics.Graph mods = metrics.createGraph("Mods Used");
|
|
||||||
|
|
||||||
for (String mod : modsused) {
|
for (String mod : modsused) {
|
||||||
mods.addPlotter(new Metrics.Plotter(mod) {
|
features.addPlotter(new Metrics.Plotter(mod + " Blocks") {
|
||||||
@Override
|
@Override
|
||||||
public int getValue() {
|
public int getValue() {
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user