Package net.citizensnpcs
Class Metrics
java.lang.Object
net.citizensnpcs.Metrics
bStats collects some data for plugin authors.
Check out https://bStats.org/ to learn more about bStats!
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
An extremely simple JSON builder.static class
static class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a custom chart.
-
Constructor Details
-
Metrics
Creates a new Metrics instance.- Parameters:
plugin
- Your plugin instance.serviceId
- The id of the service. It can be found at What is my plugin id?
-
-
Method Details
-
addCustomChart
Adds a custom chart.- Parameters:
chart
- The chart to add.
-