You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered the hard way that bStats does not allow duplicate plugin names. It appears the data sent includes the plugin name field, which is not unique.
I don't know how easy it would be change, but if the plugin main field can be used with plugin.getDescription().getMain() that would provide the fully qualified name of the plugin's main class. Plugin authors would then register on the bStats site with the full name, e.g., org.bstats.bukkit.Metrics. This would avoid plugin name conflicts.
The text was updated successfully, but these errors were encountered:
I discovered the hard way that bStats does not allow duplicate plugin names. It appears the data sent includes the plugin name field, which is not unique.
I don't know how easy it would be change, but if the plugin main field can be used with
plugin.getDescription().getMain()
that would provide the fully qualified name of the plugin's main class. Plugin authors would then register on the bStats site with the full name, e.g., org.bstats.bukkit.Metrics. This would avoid plugin name conflicts.The text was updated successfully, but these errors were encountered: