Is your feature request related to a problem?
Hard to know when the right time to remove a deprecated feature is
Describe the solution you'd like.
You can just search Github for a specific method usage across all repositories, if the repo is popular you can PR the new method, meaning you can remove the old one with peace of mind that it isn't being widely used, stuff like bukkit PlayerRecipeBookClickEvent is only being used by a couple plugins
Obviously you'd want to remove deprecated events upon each minecraft update though not in the middle of an update cycle.
Describe alternatives you've considered.
idk, this solution is genius though
Other
No response
Is your feature request related to a problem?
Hard to know when the right time to remove a deprecated feature is
Describe the solution you'd like.
You can just search Github for a specific method usage across all repositories, if the repo is popular you can PR the new method, meaning you can remove the old one with peace of mind that it isn't being widely used, stuff like bukkit PlayerRecipeBookClickEvent is only being used by a couple plugins
Obviously you'd want to remove deprecated events upon each minecraft update though not in the middle of an update cycle.
Describe alternatives you've considered.
idk, this solution is genius though
Other
No response