Closed 4L0N50asd closed 2 years ago
Hey there... this is an odd error to get. If you check the code, you'll see it returns null
whenever the blocks provided aren't present.
In the function above which deals with this, this only happens when the world of the exit block cannot be found. So the plugin cannot find the world in which the gate exists.
Can you check that in Waygates plugin folder, in worlds folder, that:
"worldname"
, the appropriate world name is also set correctly.This is so the plugin can find the world named after your world.
Hi .. Sorry for late reply, I found that this issue it's because Multiverse-Core is enabling after WuufusWaygates does.
When Multiverse-Core gets enabled, loads all worlds in my server. I'm talking about a plugin enabled, not when loading.
So when WuufusWaygates gets enabled and looks for all the gates, it cannot find my creative world because it's not loaded yet, because Multiverse-Core it's not enabled yet.
And yes, the world folder is correctly named and also the Json file.
Hey, sorry for the late reply myself haha. I keep forgetting to reply to this issue.
Thanks for the update... not had that one before because I've not experienced Multiverse loading after Waygates. I will look into getting Waygates to soft depend on Multiverse so that the plugin architecture loads it in the right order.
I'm having this error every time the server starts
It is happening because one of my gates goes to the Creative World, which is a PlotSquared plugin world. If i don't set up that gate, the plugin works fine. Also, when i set up that gate, there's no problem with it. This issue happens only when i restart my server. If that gate doesn't exists, it won't show that issue.