Linked end portals become unlinked at server reboot
eagleye117 opened this issue ยท 6 comments
After using the /mvnp link end <from world. the end portals of the from world will be linked to the to world. Upon restarting the server the link will be reset and the command will have to be reentered to link the two worlds again
This happens to linked Nether portals too.
In MultiverseNetherPortals.java, line 117-118, the plugin is looking for the configuration node worlds.[worldname].portalgoesto.nether when the actual configuration node is worlds.[worldname].portalgoesto.NETHER
Also, I think line 118 is supposed to be looking for the configuration node worlds.[worldname].portalgoesto.END
Same issue as the one I just posted (#20)
It saves the config.yml, but it's like it's just not loading it when it starts up.
Can't reproduce this issue on the latest builds of MV-NetherPortals; I made some changes (including the casing of NETHER and END for config reading, mentioned by @awkisopen above) recently that I believe may have fixed this. As such, closing; if someone can find this issue on MVNP build 419 or higher, please post exact steps to reproduce and I'll reopen.