Added localization texts for /bsb range set and reset.

This commit is contained in:
Florian CUNY 2018-07-19 21:35:34 +02:00
parent e9d39148ef
commit 7f9da04067
1 changed files with 12 additions and 1 deletions

View File

@ -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: "<player> <range>"
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: "<player>"
description: "Resets the island protected range to the server's default"
register:
parameters: "<player>"
description: "register player to unowned island you are on"