mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
om nom nom donut graph
This commit is contained in:
@ -272,13 +272,12 @@ public class mcMMO extends JavaPlugin {
|
||||
}
|
||||
|
||||
if (haveVersionInformation) {
|
||||
/*
|
||||
versionDonutGraph(new Metrics.Plotter(version) {
|
||||
versionDonutGraph.addPlotter(new Metrics.Plotter(version) {
|
||||
@Override
|
||||
public int getValue() {
|
||||
return 1;
|
||||
}
|
||||
*/
|
||||
});
|
||||
}
|
||||
|
||||
Graph officialGraph = metrics.createGraph("Built by official ci");
|
||||
|
Reference in New Issue
Block a user