[1.19.2] CarryOn not respecting Claims
itsdinkd opened this issue ยท 4 comments
Modloader
Fabric
Minecraft version
1.19.2
Modloader version
0.76.0
Mod version
1.8.4.1
Description
users can enter another players base and pick up their blocks with 0 permission
Steps to reproduce
- add carryon mod
- have another player create claim
- enter that players claim
- pick up a chest for example using
Mods that might affect the issue
carryon
Logs
no log
To add some context: Carry on will send out a BreakEvent before picking up a block. If that event is canceled, the pickup is denied.
Same for placement: it sends an EntityPlaceEvent first. I'm not sure how flan handles permissions, but most other permission mods that I've seen listen to some break events to cancel them on protected land.
i cannot reproduce it. i do cancel the breakevent. and this works on my end.
this was tested on the 1.19.4 branch but the code for this part is the same on 1.19.2