simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
926 stars 88 forks source link

Plugins load order or plugins dependencies #160

Closed simon987 closed 5 years ago

simon987 commented 6 years ago

Plugins that depend on another plugin should be able to either be loaded after that plugin (something like a priority number) or specify the plugins it depends on in its plugin.properties, so that it will force the plugin loader to load that plugin before.