diff --git a/plugins/ProtectionStones/blocks/charged.toml b/plugins/ProtectionStones/blocks/charged.toml index 7c82f00..39020db 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) 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