Switch mod use to features graph - doesn't look like we get a 3rd one..
This commit is contained in:
parent
cb7c9061e8
commit
4bdb331eb0
1 changed files with 1 additions and 3 deletions
|
|
@ -1508,10 +1508,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
return cnt;
|
||||
}
|
||||
});
|
||||
Metrics.Graph mods = metrics.createGraph("Mods Used");
|
||||
|
||||
for (String mod : modsused) {
|
||||
mods.addPlotter(new Metrics.Plotter(mod) {
|
||||
features.addPlotter(new Metrics.Plotter(mod + " Blocks") {
|
||||
@Override
|
||||
public int getValue() {
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue