From 7f9da040679a850719969cd85a274b0f97487089 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Thu, 19 Jul 2018 21:35:34 +0200 Subject: [PATCH] Added localization texts for /bsb range set and reset. --- locales/en-US.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 66bae939d..c9881d79c 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -73,6 +73,7 @@ commands: description: "make player the team's leader" already-leader: "&cPlayer is already the leader!" range: + description: "Admin island range command" display: already-off: "&cIndicators are already off" already-on: "&cIndicators are already on" @@ -83,7 +84,17 @@ commands: &7Gray Particles &fshow the max island limit. &aGreen Particles &fshow the default protected range if the island protection range differs from it. showing: "&2Showing range indicators" - description: "Admin island range command" + set: + parameters: " " + description: "Sets the island protected range" + invalid-value: + not-numeric: "&c[number] is not a whole number!" + too-low: "&cThe protection range must be higher than 1!" + too-high: "&cThe protection range should be less than the island distance!" + same-as-before: "&cThe protection range is already set to [number]!" + reset: + parameters: "" + description: "Resets the island protected range to the server's default" register: parameters: "" description: "register player to unowned island you are on"