From 0b2d298d0768b040479d6a41898282a9885fc45c Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 10 Jan 2022 22:59:01 -0600 Subject: [PATCH] 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