Skip to content

End Platform is dropping blocks #300

@RedstoneFuture

Description

@RedstoneFuture

Server Version

PaperMC v.1.21.10-117 OR PaperMC_1.21.11-127

Full output of /mv version -p

Multiverse-Core v.5.5.3 + Multiverse-NetherPortals v.5.0.4

Server Log

without errors or warnings

I was able to reproduce my issue on a freshly setup and up-to-date server

Yes

Description

I'm trying to figure out why the End Platform is dropping blocks even though the setting in Multiverse-NetherPortals ist set to end_platform_drop_blocks: false. According to the setting (PR) it should set AIR without dropping blocks.

if (dropEndBlocks) {
  block.breakNaturally();
} else {
  block.setType(Material.AIR);
}

At the same time, I wonder if PaperMC’s behavior is being overwritten at all. PaperMC also handles the Spawn platform (PR) for the default worlds (world <-> world_the_end).

Steps to reproduce

Multiverse-NetherPortals-Config.yml:

bounceback: true
teleport_entities: true
send_no_destination_message: true
send_disabled_portal_message: true
end_platform_drop_blocks: false
portal-auto-link-when:
  nether:
    prefix: ''
    suffix: _nether
  end:
    prefix: ''
    suffix: _the_end
worlds: {}
  • default world
  • new setup
  • end_platform_drop_blocks: false

Expected behaviour

It should set AIR without dropping blocks.

Screenshots

Image

Videos

https://redstoneworld.de/videos/intern/MultiverseCore-End-Portal_260327.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug: UnconfirmedUnsure if the issue/bug is valid.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions