sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
156 stars 65 forks source link

floodgate/geyser issue #370

Closed sebseb7 closed 1 year ago

sebseb7 commented 1 year ago

bedrock users joining the server using floodgate/geyser cannot walk into gatewayblocks created with "/portal gatewayblock"

sekwah41 commented 1 year ago

It's an issue with the fact the blocks are solid on bedrock edition. It's nothing to do with my plugin.

Because they are solid on bedrock they can never enter the activation zone. You'll need to set an air portal surrounding it or something similar.

I may try to think of some ways around this more reliably but realistically you will need to find a workaround for the bedrock users or not use gateway blocks.

sekwah41 commented 1 year ago

As we only check the current block and not surrounding blocks it's not a simple fix as well as any fix would make Java edition portals overly sensitive as well as a tonne of extra checks.