React icon indicating copy to clipboard operation
React copied to clipboard

Make React keep track of plugins that the server has but does not use.

Open SatireShadow opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I believe that a really interesting feature to be added to react would be tracking unnecessary plugins or unused plugins on servers. Describe the solution you'd like A clear and concise description of what you want to happen. a command similar to /react plugins that gives you a book listing all the plugins that are not very commonly used or not used at all.

SatireShadow avatar Jan 28 '21 20:01 SatireShadow

How this can be determined though? Checking disabled plugins? I see no other way this can be determined. A plugin can also just be a shared library and do not interact with Bukkit in any way except main JavaPlugin registering, too.

TheDGOfficial avatar Feb 06 '21 00:02 TheDGOfficial