Bedrock players can't interact with GriefPrevention claim despite being trusted
See original GitHub issueDescribe the bug
On my server using GriefPrevention, an issue arises where despite being trusted on a claim, bedrock players cannot interact with the claim (except when they have *
as a permissions wildcard)
To Reproduce
- Create a claim on Java
- Attempting to interact with the claim on Bedrock will display that you do not have the correct permissions
- Trust bedrock player
- Bedrock player still cannot interact with the claim
Expected behaviour
Bedrock player should be able to interact with the claim, building with /trust
, opening containers with /containertrust
, or accessing doors with /accesstrust
Screenshots / Videos
JAVA Before trusting After trusting BEDROCK Before/After trusting (Error messages in image appear both before and after trusting the account in question)
Server Version and Plugins
Geyser is installed on Bungee (waterfall): Backend Servers:
Geyser Dump
https://dump.geysermc.org/VhKqNdGaIRNSlKRzI2DwHw5TNwRl0UUI
Geyser Version
This server is running Geyser version 1.3.0-SNAPSHOT (git-floodgate-2.0-5c76bd8) (Java: 1.16.4 - 1.16.5, Bedrock: 1.16.100/1.16.101 - 1.16.220)
Minecraft: Bedrock Edition Version
1.16.221
Additional Context
This happens on 2 backend servers, and I run floodgate 2.0 Hopefully this is enough information, if I missed anything or you need more info, tell me
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
It’s the ‘.’ prefix with Floodgate 2.0. We had the same problem on my server, so we just changed the prefix to ‘-’.
Ok, I was gonna update to use velocity instead of bungeecord anyway so I’ll change the prefix.
closing issue