mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 19:55:17 +01:00
Added localization texts for /bsb range set and reset.
This commit is contained in:
parent
e9d39148ef
commit
7f9da04067
@ -73,6 +73,7 @@ commands:
|
|||||||
description: "make player the team's leader"
|
description: "make player the team's leader"
|
||||||
already-leader: "&cPlayer is already the leader!"
|
already-leader: "&cPlayer is already the leader!"
|
||||||
range:
|
range:
|
||||||
|
description: "Admin island range command"
|
||||||
display:
|
display:
|
||||||
already-off: "&cIndicators are already off"
|
already-off: "&cIndicators are already off"
|
||||||
already-on: "&cIndicators are already on"
|
already-on: "&cIndicators are already on"
|
||||||
@ -83,7 +84,17 @@ commands:
|
|||||||
&7Gray Particles &fshow the max island limit.
|
&7Gray Particles &fshow the max island limit.
|
||||||
&aGreen Particles &fshow the default protected range if the island protection range differs from it.
|
&aGreen Particles &fshow the default protected range if the island protection range differs from it.
|
||||||
showing: "&2Showing range indicators"
|
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:
|
register:
|
||||||
parameters: "<player>"
|
parameters: "<player>"
|
||||||
description: "register player to unowned island you are on"
|
description: "register player to unowned island you are on"
|
||||||
|
Loading…
Reference in New Issue
Block a user