Holograms don't load on server start
Sikatsu opened this issue ยท 4 comments
For some reason my holograms won't load on server restart.
All holograms give an error like this:
WARN Hologram 'cathedralleave' was in the world 'mobarena' but it wasn't loaded.
I tried to turn debug on and see what's wrong but it doesn't tell me.
/hd reload fixes it.
How can the world not be loaded?
Adding [Multiverse-Core] to depend instead of softdepend fixes the issue.
But this is more like a workaround then an actual fix. Someone has any idea?
First hologram load needs to be scheduled, so it runs after any plugin is initialized (such as world managers)
This problem will be discussed here: #82