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
Videos
https://redstoneworld.de/videos/intern/MultiverseCore-End-Portal_260327.mp4
Server Version
PaperMC v.1.21.10-117ORPaperMC_1.21.11-127Full output of
/mv version -pMultiverse-Core v.5.5.3+Multiverse-NetherPortals v.5.0.4Server 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.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:
end_platform_drop_blocks: falseExpected behaviour
It should set AIR without dropping blocks.
Screenshots
Videos
https://redstoneworld.de/videos/intern/MultiverseCore-End-Portal_260327.mp4