Muqsit/DimensionPortals

Blocks are replaced by other blocks

MrBlasyMSK opened this issue · 8 comments

There is an error in some part of the code that makes that when you put blocks, they generate other blocks and replace the old one.
What I have done was to test the plugins, first without the DimensionPortals (NetherPortals) and when I put the blocks, I put them well.
But when I activated NetherPortals and went to the Nether world, when I placed a block, more blocks started to appear around it, see the video for more info.
https://streamable.com/3wgj3i

And this is in the End world:
https://streamable.com/4kcii5

PocketMine doesn't support dimensions at the moment which is what causes this bug. You can install DimensionFix to solve this issue.

PocketMine doesn't support dimensions at the moment which is what causes this bug. You can install DimensionFix to solve this issue.

Still happen whit DimensionFix

Can you send a recording of this happening with DimensionFix installed?

Can you send a recording of this happening with DimensionFix installed?

https://streamable.com/nmgly1

Can you send a recording of this happening with DimensionFix installed?

https://streamable.com/nmgly1

What's your nether world's folder called?

Can you send a recording of this happening with DimensionFix installed?

https://streamable.com/nmgly1

What's your nether world's folder called?

# DimensionPortals v0.0.1

overworld:
  # Folder name of the world to use for overworld
  world: Factions

nether:
  # Folder name of the world to use for nether
  world: Nether
  # A list of other nether dimension worlds. These worlds will exhibit
  # properties of nether dimension, but won't be used for portal teleportation.
  sub-worlds: []
  # The number of ticks the player must wait in portal
  # before they get teleported to the nether.
  teleportation-duration: 80
  portal:
    # Frame block surrounding the portal
    frame-block: OBSIDIAN
    # Portal dimensions cap
    max-width: 30
    max-height: 30

end:
  # Folder name of the world to use for end
  world: End
  # A list of other end dimension worlds. These worlds will exhibit
  # properties of end dimension, but won't be used for portal teleportation.
  sub-worlds: []
  # The number of ticks the player must wait in portal
  # before they get teleported to the end.
  teleportation-duration: 0

Yeah that may be why. In DimensionFix's config.yml, add:

- Nether
- End

Yeah that may be why. In DimensionFix's config.yml, add:

- Nether
- End

Oh so it was my fault, sorry, it works correctly now, I didn't know DimensionFix had a config.