Plugin-Metrics icon indicating copy to clipboard operation
Plugin-Metrics copied to clipboard

Metrics tools designed for minecraft plugins to gather statistical data

Results 17 Plugin-Metrics issues
Sort by recently updated
recently updated
newest added

It'd be a good idea to do the same with the server response...

Hey, So after talking to md_5, creator of bungeecord, I discovered BungeeCord already "implements" metrics to keep track of how many servers run bungee, and as such has it's own...

I use the metrics in my plugin. And I was wondering if you could patch the Bungee plugin. Bungeecord requests that instead of doing "new Thread()", you should use the...

Currently we quite often receive "Connection timeout"s from the MCStats plugin, not sure whether it's simply some plugins that doesn't have an appropriate "account" on mcstats.org, or it's the build-in...

Due to methods like runTaskTimerAsynchronously being used, Metrics doesn't work on Tekkit Classic, because Tekkit Classic runs on Minecraft 1.2.5 which's Bukkit version doesn't have those methods. Please make it...

- Is UserAgent important, should I set this to something else since I am using a custom implementation? - Is it normal to be getting OK instead of the 0...

I and other plugin others mistakenly thought that "disable" merely shuts down the plugin temporarily (e.g. housekeeping such as cancelling the scheduler task) but it also sets the global opt-out...