VolmitSoftware / React

Smart Server Performance
https://volmit.com
GNU General Public License v3.0
95 stars 52 forks source link

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

Closed SatireShadow closed 1 year ago

SatireShadow commented 3 years ago

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.

TheDGOfficial commented 3 years ago

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.