Hidendra / Plugin-Metrics

Metrics tools designed for minecraft plugins to gather statistical data
http://mcstats.org
85 stars 79 forks source link

Added SpoutMetrics and SpoutMetricsLite #30

Closed kitskub closed 11 years ago

kitskub commented 12 years ago

Here is a contribution.

kitskub commented 11 years ago

This no longer compiles because scheduleAsyncRepeatingTask is gone. If you want me to update, just say.

kitskub commented 11 years ago

Updated

Hidendra commented 11 years ago

Just incase you weren't in IRC at the time,

[22:58:44] <@Hidendra>   kitskub- I really don't want to seem pedantic, but could you convert the tabs to 4 spaces?  I can pull it and fix it manually if you'd like but other than that it looks good :-)
[22:59:02] <@Hidendra>   and as well - does Spout provide something to see the current MC version?  i'm fairly certain Spout.getEngine().getVersion() will only return dev-SNAPSHOT, right?

If the latter statement is true (that is, Spout.getEngine().getVersion() returns dev-SNAPSHOT) then that means the Server software and Game version graphs will NOT work. For compatibility, it would be best if serverVersion sends something like:

Spout dev-SNAPSHOT (MC: 1.4.5)

Just something to think about, I'm not asking you to do it but if I end up doing it please update to that at some point so your graphs are more accurate :)

kitskub commented 11 years ago

Updated formatting