To avoid conflicts due to different versions of the main project and the plugin loader, there should be a "current api version" (integer value, incremented on changes that would cause old plugins to eventually no longer work). The plugin loader should by default block any plugins that have an incompatible api version.
The plugin.yml should specify the api version the plugin was built for
To avoid conflicts due to different versions of the main project and the plugin loader, there should be a "current api version" (integer value, incremented on changes that would cause old plugins to eventually no longer work). The plugin loader should by default block any plugins that have an incompatible api version.
The plugin.yml should specify the api version the plugin was built for