Adds increased detection and optional refunding of signs broken by non-players

This commit is contained in:
2022-03-02 14:05:20 +01:00
parent 3d83458b9c
commit c2ffe5e903
6 changed files with 133 additions and 39 deletions

View File

@ -13,7 +13,11 @@ ignoreColor: false
# Whether to enable refunds to the sign creator when a sign detected as a paid sign is broken (payment will always go
# to the original creator)
enableRefunds: true
refundsEnabled: true
# The percentage of the paid sign cost to refund (0-100)
refundPercentage: 100
refundPercentage: 100
# Whether to refund when signs that players have paid for are broken by anything. This includes tnt, creepers, pistons
# and similar
refundAlways: false