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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classAn extremely simple JSON builder.static classstatic classstatic classstatic classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdds a custom chart.
- 
Constructor Details- 
MetricsCreates 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- 
addCustomChartAdds a custom chart.- Parameters:
- chart- The chart to add.
 
 
-