From 8d057c6c4457bf6b0abe9407a97acc04e6763824 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Jan 2022 16:11:40 -0600 Subject: [PATCH] Updated version number for next patch. --- plugins/ProtectionStones/blocks/charged.toml | 2 +- server_ver.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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