CC: Restitched

CC: Restitched

3M Downloads

[Bug] [FTB Chunks] Turtles bypass FTB Claims

Merith-TK opened this issue ยท 2 comments

commented

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

commented

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

commented

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.