niho2

Results 4 comments of niho2

I think that is because there is a new gamerule since 1.21.9 and not just the config file.

I've reverted the CraftBukkit diff completely as suggested. The fix now simply changes `serverLevel.getServer()` to `level.getServer()` so that `isAllowedToEnterPortal()` checks the gamerule from the destination level instead of the source...

Updated the implementation as requested. The `isAllowedToEnterPortal` method now accepts both source and destination levels as parameters and checks the `allowEnteringNetherUsingPortals` gamerule from the source level (where the entity is...