i have SkyWars plugin which depends on MinigameCore, when i update MinigameCore the plugin is unloaded before the plugin which depends on it, also those plugin with dependency are loaded back before the depend plugin is loaded
in this example the used order is:
unload MinigameCore
unload SkyWars
load SkyWars
load MinigameCore
but it should be:
unload SkyWars
unload MinigameCore
load MinigameCore
load SkyWars
https://pastebin.com/MBrh2TXm
i have SkyWars plugin which depends on MinigameCore, when i update MinigameCore the plugin is unloaded before the plugin which depends on it, also those plugin with dependency are loaded back before the depend plugin is loaded
in this example the used order is:
unload MinigameCore
unload SkyWars
load SkyWars
load MinigameCore
but it should be:
unload SkyWars
unload MinigameCore
load MinigameCore
load SkyWars
https://pastebin.com/MBrh2TXm