Switch mod use to features graph - doesn't look like we get a 3rd one..
This commit is contained in:
parent
64af298e5c
commit
af226d2747
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue