-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Portal Problem #65
Comments
The problem seems to be that when teleporting from the overworld to hell, the player is teleported to zero coordinates instead of being transported to the corresponding island coordinates (eg +500 and beyond) |
Hi, I'm unfamiliar with the nether part - it was introduced long after we set up our skyblock worlds. But from what I can see, the assumption is that the scale of both worlds is 1:1 - i.e., that one block traveled in the overworld is equal to 1 block traveled in the nether. This is because both islands are the same size, and therefore, portals will lead to the correct location. Vanilla has a scaling of 1:8 - which means portals would appear in the wrong location. |
I changed the name of the world and that's it |
uSkyBlock itself doesn't touch portal operations (except blocking them when they lead to another player's island). The plugin assumes that islands in the nether are the same size as those in the overworld. Vanilla nether portals assume a scale difference of 8 (i.e., 1 block distance in the nether is equal to 8 block difference in the overworld), which leads to players landing on the wrong island (see https://github.com/Multiverse/Multiverse-Core/wiki/Basics-(NetherPortals)#world-scaling). For now the only solution I see is to use a plugin such as Multiverse-Netherportals to set the scale of both worlds to 1 (see https://github.com/Multiverse/Multiverse-Core/wiki/World-properties#scale). It may be a good idea to handle this natively in the future - but since most servers use Multiverse anyway, it hasn't been a priority. |
I'll close this issue for now - let me know if you have any further questions. |
Please paste the output from
/usb version
belowWhat steps will reproduce the problem?
I noticed a problem in your plugin related to the work of teleportation between dimensions.
When using the standard config, teleportation from hell back through the portal leads to the player appearing on the wrong island. However, when changing the config, an example of which is given below, teleportation to hell does not create an island at all, which makes it impossible to fully use the portals.
Changed config: https://paste.fuix.net/2cTWQmB
If you have any log-files, please paste them to pastebin.com
The text was updated successfully, but these errors were encountered: