Adds a configuration option to allow explosion/piston protection to be turned off

This commit is contained in:
2022-01-22 17:10:11 +01:00
parent 0283c917e7
commit 6cee659bd0
4 changed files with 24 additions and 10 deletions

View File

@ -4,6 +4,11 @@ language: en
# Whether to only give permissions for a single world, instead of granting permissions for all worlds
perWorldPermissions: false
# Whether to enable protection against indirect damage sources such as explosions and pistons. You can disable this to
# save some resources if permission signs are only placed in a protected area. WARNING: Disabling this and placing
# permission signs in an unprotected area allows unauthorized players to destroy (but not de-register) permission signs
enableIndirectSignProtection: true
# Whether to protect permission signs on falling blocks (sand, gravel, anvil, drip-stone, signs) by preventing breakage
# of the blocks that would cause a sign to be destroyed.
# of the blocks that would cause a sign to be destroyed
enableExtensiveSignProtection: false