diff --git a/plugins/ProtectionStones/blocks/charged.toml b/plugins/ProtectionStones/blocks/charged.toml index e9c3ad1..39020db 100644 --- a/plugins/ProtectionStones/blocks/charged.toml +++ b/plugins/ProtectionStones/blocks/charged.toml @@ -196,7 +196,7 @@ allow_placing_in_wild = true # Taxes must be enabled in config.toml first (tax_enabled) # The amount to tax the region per tax cycle. # Must be a decimal (ex. not 10, but 10.0) - tax_amount = 8.0 + tax_amount = 4.0 # The amount of seconds between tax cycles. Set to -1 to disable taxes. tax_period = 172800 diff --git a/server_ver.groovy b/server_ver.groovy index cd7e6e5..76d4583 100755 --- a/server_ver.groovy +++ b/server_ver.groovy @@ -1,3 +1,3 @@ env.VER_MAJOR=0 env.VER_MINOR=0 -env.VER_PATCH=12 +env.VER_PATCH=13