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

McStats.org is offline since a few weeks. Will it be online again?

https://www.velocitypowered.com/ Adds the bare minimum, AFAIK, for Metrics to support Velocity. This might have unnecessary methods for Velocity, but it is just a copy/paste with changes where they are needed.

Added MinecraftVersion to server version following the format of other implementations. Corrected for return type change of Plugin#getVersion from String to Optional

https://travis-ci.org/StashCat/Credits/builds/146823675#L408 The CodeHaus repo is not included in my pom.xml.

I noticed that there is no separate entry for MCPC+ only Forge and Bukkit. Does either of them work better, and is one of them more suited to a MCPC+...

This is a possible solution for issue #42. It is the solution I used in my own copy of the plugin. Background/motivation: When testing my plugin (CommunityBridge) I frequently do...

My plugin's [page](http://mcstats.org/plugin/ProRecipes) does not seem to properly be generating information. Neither custom graph generates. I've looked at the JSON for each it seems there is no data. This is...

I am using the SpongeAPI 4.+ and I am getting the following error: ``` Java java.lang.NoSuchMethodError: org.spongepowered.api.plugin.PluginContainer.getVersion()Ljava/lang/String; at com.plotsquared.stats.Metrics.postPlugin(Metrics.java:339) ~[Metrics.class:?] at com.plotsquared.stats.Metrics.access$400(Metrics.java:58) ~[Metrics.class:?] at com.plotsquared.stats.Metrics$1.run(Metrics.java:247) ~[Metrics$1.class:?] at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$10(Task.java:138) ~[Task$Builder.class:1.8.9-1763-4.1.0-BETA-1195] at...

as of SpongeAPI 1.0. According to g on IRC Sponge plans to add a `Server`-style interface. I assume it will contain access to auth mode & MC version. - [x]...

Not sure if [the docs](https://docs.spongepowered.org/en/plugin/advanced/config-in-depth/loaders.html) are out-of-date, but your loadConfiguration() method produces this when running on the Sponge 2.1-SNAPSHOT: ``` [...] Caused by: java.lang.NoSuchMethodError: ninja.leaping.configurate.hocon.HoconConfigurationLoader$Builder.setFile(Ljava/io/File;)Lninja/leaping/configurate/hocon/HoconConfigurationLoader$Builder; at org.mcstats.Metrics.loadConfiguration(Metrics.java:147) ~[Metrics.class:?] at org.mcstats.Metrics.(Metrics.java:139)...