Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom default permissions don't work, explosions still happen in claimed lands. #124

Open
Burvye opened this issue Dec 27, 2024 · 0 comments

Comments

@Burvye
Copy link

Burvye commented Dec 27, 2024

Expected behavior

Claims prevent explosions
Players should be able to use buttons, attack entities, open chests but not break or place blocks in other faction's claims.

Observed/actual behavior

Explosions bypass claims
Other people not in the faction are not even able to use blocks, the default configuration

Steps/models to reproduce

image
image
Create a faction
get on an alt, try exploding the blocks, use blocks or whatever is set in the config.

Version

1.21.4-2.6.5

Other

{
"version": 3,
"power": {
"base": 20,
"member": 10,
"claimWeight": 10,
"deathPenalty": 10,
"powerPerAlly": 10,
"powerTicks": {
"ticks": 12000,
"reward": 5
}
},
"safe": {
"enderChest": false,
"double": false
},
"home": false,
"display": {
"factionNameMaxLength": 12,
"changeChat": true,
"tabMenu": true,
"nameBlackList": [
"wilderness",
"factionless"
],
"powerMessage": true
},
"relationships": {
"allyOverridesPermissions": true,
"defaultGuestPermissions": [
"USE_BLOCKS",
"USE_ENTITIES",
"ATTACK_ENTITIES",
"USE_INVENTORIES"
]
},
"maxFactionSize": -1,
"friendlyFire": false,
"requiredBypassLevel": 4,
"claimProtections": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant