nikosgram/gringotts

Plugin load order is messed up

Closed this issue · 0 comments

Describe the bug
When having the following combination of plugins on your server, the plugin load order is messed up.

  • Gringotts
  • Vault
  • WorldGuard
  • Fast Async World Edit
    After digging up all plugin dependencies, here is what I found:
    image
    (an arrow is like a "depends", it means "origin load after destination"). As you can see, there is a loop, which makes the load order algorithm go crazy.
    As specified here, Gringotts must be loaded before and after Vault...
    A solution that worked for me is to remove Vault from the "loadbefore" field and keep it in the "softdepend" one.