Adds optional extensive sign protection which accounts for signs on gravity-affected blocks

This commit is contained in:
2022-01-21 21:49:11 +01:00
parent 1c64e8813d
commit 3bb5970a57
3 changed files with 125 additions and 46 deletions

View File

@ -3,3 +3,7 @@ language: en
# Whether to only give permissions for a single world, instead of granting permissions for all worlds
perWorldPermissions: false
# 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.
enableExtensiveSignProtection: false