[Fabric 1.19.2 Bug] CarryOn does not respect FLAN land claims
itsdinkd opened this issue ยท 4 comments
Expected Behavior
Not to allow players to pick up blocks or mobs in claims made by other players.
Actual Behavior
Players with no permissions to other players claim can pick up. ie; steal chests.
Steps to Reproduce
- Download Flan and Carryon
- Have player claim a land
- Enter that players land, and pick up whatever you want
Version of Minecraft, Carry On, Forge/Fabric
1.19.2 Fabric
Screenshots encouraged
See my comment on Flemmli97/Flan#235
thats odd because it has Break is blocked by default for visitor groups (basically random players). here below you can though identify a blacklist.
i wonder if i can add c:carryon:block-whitelist
to interactBlockEntityTagBlacklist array would help prevent it?
Edit: crap, I figured there would be entries in that tag, but apparently I would have to add every thing in it. this wont work.
Edit 2: I was thinking about adding just every block tag like needs_stone_pickaxe but apparently those blacklist keys make it so it 'ignores' permissions, basically, allowing you to override the check to stop you. damn. the dev needs to implement something but they're MIA., this sucks.
See my comment on Flemmli97/Flan#235