Improve line of rented regions in info command

This commit is contained in:
Thijs Wiefferink 2016-08-07 21:48:59 +02:00
parent 7421e685fa
commit a4b23bebba
1 changed files with 5 additions and 1 deletions

View File

@ -436,7 +436,11 @@ delsign-success: "The sign has been removed from region %lang:region%."
me-noPermission: "You don't have permission to check which regions you have."
me-header: "Regions of %lang:tPlayer|%0%|%:"
me-notAPlayer: "You are not a player so you can't have any regions."
me-rentLine: "[darkgreen][bold]►[reset] %lang:region% [gray](until %until%, %timeleft% left)."
me-rentLine:
- "[darkgreen][bold]►[reset] %lang:region% [gray]("
- "%timeleft% left"
- " hover: until %until%"
- ")."
me-buyLine: "[darkgreen][bold]►[reset] %lang:region%."
me-friendLine: "[darkgreen][bold]►[reset] %lang:region% [gray](added as friend, owner: %lang:player%)."
me-nothing: "%lang:tPlayer|%0%|% has not rented or bought regions and is not added as friend to one."