vexyl / MCHawk2

A rewrite of the Minecraft classic software that I wrote, MCHawk
MIT License
5 stars 1 forks source link

Plugin dependencies #8

Closed vexyl closed 1 year ago

vexyl commented 2 years ago

Some plugins may depend on other plugins, so the server should somehow resolve these dependencies. One solution may be to simply have a OnPluginsLoaded hook plugin's can use so that it knows that all plugins have been loaded and initialized up to that point.