[Bug] [FTB Chunks] Turtles bypass FTB Claims
Merith-TK opened this issue ยท 2 comments
Useful information to include:
- Minecraft version, 1.18.2, 1.19
- CC: Restitched, latest
- Logs: N/A
Turtles are able to bypass FTB Chunks land claims
FTB-Chunks however listens to Fabric API's block events, which we don't fire. We should fire those too (probably worth just copying from CC:T here).
if you could possibly fix that, I would be most grateful
You are basically the first person since I discovered this (and informed people about) to look into it to my knowledge despite the severity since #114 is caused basically directly by this to my knowledge
We currently do permission checks using two systems:
MinecraftServer.isUnderSpawnProtection
- Patbox's Common Permission API
FTB-Chunks however listens to Fabric API's block events, which we don't fire. We should fire those too (probably worth just copying from CC:T here).
It would be nice if FTB-Chunks also mixed-in into isUnderSpawnProtection
, might be worth suggesting on their issue tracker.