You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: