From 0b2d298d0768b040479d6a41898282a9885fc45c Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 10 Jan 2022 22:59:01 -0600 Subject: [PATCH 1/4] Charged protection stone artifact is now named appropriately. --- plugins/ProtectionStones/blocks/charged.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ProtectionStones/blocks/charged.toml b/plugins/ProtectionStones/blocks/charged.toml index 7c82f00..e9c3ad1 100644 --- a/plugins/ProtectionStones/blocks/charged.toml +++ b/plugins/ProtectionStones/blocks/charged.toml @@ -157,7 +157,7 @@ allow_placing_in_wild = true # Name given to protection block when obtained with /ps give or /ps get # Also affects custom crafted items (see custom_recipe) # Leave as '' for no name - display_name = "&5Active Protection Artifact" + display_name = "&Charged Protection Artifact" # Lore given to protection block when obtained with /ps give or /ps get # Also affects custom crafted items (see custom_recipe) @@ -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 = 4.0 + tax_amount = 8.0 # The amount of seconds between tax cycles. Set to -1 to disable taxes. tax_period = 172800 From ff67560d614478246b7977dca0cdfde0994077a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Jan 2022 15:03:25 -0600 Subject: [PATCH 2/4] Updated version number for next patch. --- server_ver.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_ver.groovy b/server_ver.groovy index 7eede0a..cd7e6e5 100755 --- a/server_ver.groovy +++ b/server_ver.groovy @@ -1,3 +1,3 @@ env.VER_MAJOR=0 env.VER_MINOR=0 -env.VER_PATCH=11 +env.VER_PATCH=12 From 8d057c6c4457bf6b0abe9407a97acc04e6763824 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Jan 2022 16:11:40 -0600 Subject: [PATCH 3/4] 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 From 1d93f5ba22c6cd8519818248c0ad4510350becfa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Jan 2022 23:11:41 -0600 Subject: [PATCH 4/4] Updated version number for next patch. --- server_ver.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_ver.groovy b/server_ver.groovy index 76d4583..232567e 100755 --- a/server_ver.groovy +++ b/server_ver.groovy @@ -1,3 +1,3 @@ env.VER_MAJOR=0 env.VER_MINOR=0 -env.VER_PATCH=13 +env.VER_PATCH=14