Add /grabhead and use local skins if possible with skinapi

This commit is contained in:
libraryaddict
2020-06-20 09:26:48 +12:00
parent 53051668af
commit 4fa20a0367
7 changed files with 167 additions and 2 deletions

View File

@@ -81,6 +81,13 @@ public class MetricsInitalizer {
}
});
metrics.addCustomChart(new Metrics.SimplePie("grabhead_command") {
@Override
public String getValue() {
return "" + DisguiseUtilities.isGrabHeadCommandUsed();
}
});
metrics.addCustomChart(new Metrics.SimplePie("save_disguise_command") {
@Override
public String getValue() {