mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
[ci skip] Document metrics addition
This commit is contained in:
parent
b65f3ce1f8
commit
07217d0b81
@ -223,6 +223,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
// Enable metrics
|
// Enable metrics
|
||||||
Metrics m = new Metrics(this, BSTATS_ID);
|
Metrics m = new Metrics(this, BSTATS_ID);
|
||||||
|
// First introduced in build 349, release 2.5.2
|
||||||
m.addCustomChart(new SimplePie("residence", ()
|
m.addCustomChart(new SimplePie("residence", ()
|
||||||
-> WEManager.weManager().getManagers().toString().contains("residence") ? "Yes" : "No"));
|
-> WEManager.weManager().getManagers().toString().contains("residence") ? "Yes" : "No"));
|
||||||
// Check if we are in a safe environment
|
// Check if we are in a safe environment
|
||||||
|
Loading…
Reference in New Issue
Block a user