Royalphax / Revenge

Minecraft / Spigot — Allows passive mobs to attack you when you have them too bothered.
https://www.spigotmc.org/resources/18235
MIT License
3 stars 1 forks source link

Support for Multiverse-Core worlds #6

Closed klugemonkey closed 5 years ago

klugemonkey commented 5 years ago

Multiverse worlds seem to be getting loaded after Revenge checks the disable-worlds field in the config file. Should probably make sure that worlds that are added by Multiverse-Core work with Revenge, since it's a very popular plugin.

Royalphax commented 5 years ago

No problem, will be fixed !

SlimeDog commented 5 years ago

So now the disabled-world list is processed twice. Why not just make Multiverse-Core (and any other multiworld plugins Revenge recognizes) a soft dependency, so Revenge waits to load until after MV?

Royalphax commented 5 years ago

Well, why not try this. But as loading the disabled-worlds not taking a lot of RAM, I will wait the next big update to do this.

SlimeDog commented 5 years ago

Yes, not a big deal. Just cleaner.

SlimeDog commented 5 years ago

IMHO, the issue should not be closed until a fix is released.