Adds increased detection and optional refunding of signs broken by non-players
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user