Multiverse-NetherPortals

Multiverse-NetherPortals

689k Downloads

Multiverse Portals. Spawning in walls and no portal creation.

TheCCreation opened this issue ยท 2 comments

commented

Multiverse Portals. Spawning in walls and no portal creation.

Hello I have created a world called skyworld_nether because I already had the skyworld generated by the plugin ultimate skyblock (http://dev.bukkit.org/bukkit-plugins/ultimate-skyblock/) Then I tried to link up world using /mvnp linked nether skyworld - mvnp link skyworld nether or something like that. But then when I went through the portals I would get teleported to the top of the nether and be stuck in a wall. When i break up a few blocks i would be free going through bedrock. But also no nether portals are created when I do this aswell. Please help thanks

commented

I also have recently tried to implement a nether world for Ultimate Skyblock. Running the newest version of Multiverse and Multiverse-Nether Portals. Here are some of the issues I cannot seem to figure out how to overcome. The nether world is only about 128 blocks high, where the overworld (skyworld) is 256 blocks high. The islands start at about 128 blocks high (y=128). I used Multiverse with the command /mv create skyworld_nether nether to create the new world. I also did /mvnp link nether skyworld_nether while in skyworld. This command works and when you step into a portal in skyworld you go to skyworld_nether - YAY. However, you end up in a half-bedrock half-netherrack area at the top of the nether and suffocate. You can move the portal lower, but no portal spawns in the nether. and you just fall to your death unless you are lucky enough to be close to land. If you build the portal higher, you spawn on top of the nether and no portal spawns.

I did find a document that suggested the nether and the overworld were scaled 1:8 on the x,z coordinates and that the y-value stayed the same. I came across another document that stated entering a new string such that int playerY = (player().getLocation().getY()) / 2; and this would place the new portal in the nether 1/2 the height of the one in the overworld. This would be great, but where do you put the command? I also saw that you should change the search radius from 16 to 128 for portal creation - again where to do this? I also read that there may be an issue with a command that searches for a safe spawn and we should turn that on - however this did not seem to work when I made the change in config.yml. I know there has to be a way to make this work. I have played on multiple servers that are running Ultimate Skyblock with nether access and the portals work flawlessly. Please help with this as I have spent way to much time spinning wheels and stil have not yet been able to come up with a correct answer.

Some pertinent information:
CraftBukkit 1.7.2-R0.4
USB 1.0.8
Multiverse 2.4-AB
NetherPortals 2.4-AB

commented

Follow-up. Just installed the newest Dev Build for 2.5 core and nether-portals. Seems to be working as expected. Will follow-up after more testing