mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
om nom nom donut graph
This commit is contained in:
parent
dd0933c584
commit
727cb029a6
@ -272,13 +272,12 @@ public class mcMMO extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (haveVersionInformation) {
|
if (haveVersionInformation) {
|
||||||
/*
|
versionDonutGraph.addPlotter(new Metrics.Plotter(version) {
|
||||||
versionDonutGraph(new Metrics.Plotter(version) {
|
|
||||||
@Override
|
@Override
|
||||||
public int getValue() {
|
public int getValue() {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
*/
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Graph officialGraph = metrics.createGraph("Built by official ci");
|
Graph officialGraph = metrics.createGraph("Built by official ci");
|
||||||
|
Loading…
Reference in New Issue
Block a user