We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Explosions bypass claims Other people not in the faction are not even able to use blocks, the default configuration
Create a faction get on an alt, try exploding the blocks, use blocks or whatever is set in the config.
1.21.4-2.6.5
{ "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 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
}
The text was updated successfully, but these errors were encountered: