mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added a command for easier usage of the bed (/bed), Added relative coordinates support for the /dig command.
Added a command for easier usage of the bed (/bed). Added relative coordinates support for the /dig command.
This commit is contained in:
commit
3656dfdbcd
5 changed files with 202 additions and 4 deletions
|
|
@ -344,6 +344,20 @@ cmd.inventory.help.unknown=Unknown action.
|
|||
cmd.inventory.found_items=Found items
|
||||
cmd.inventory.no_found_items=Could not find the specified item in any of avaliable Inventories!
|
||||
|
||||
# Leave bed
|
||||
cmd.bed.desc=Used to sleep in or leave a bed.
|
||||
cmd.bed.leaving=Sending a command to leave a bed to the server.
|
||||
cmd.bed.trying_to_use=Trying to sleep in a bed on location (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}). Result: {3}
|
||||
cmd.bed.in=Succesfully laid in bed!
|
||||
cmd.bed.not_in=Could not lay in bed. Are you trying to sleep in a bed? (PS: You must use the head block coordinates of the bed)
|
||||
cmd.bed.not_a_bed=The block on (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}) is not a bed!
|
||||
cmd.bed.searching=Searching for a bed in radius of {0}...
|
||||
cmd.bed.bed_not_found=Could not find a bed!
|
||||
cmd.bed.found_a_bed_at=Found a bet at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}).
|
||||
cmd.bed.cant_reach_safely=Can not reach the bed safely!
|
||||
cmd.bed.moving=Moving to (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}) where the bed is located.
|
||||
cmd.bed.failed_to_reach_in_time=Failed to reach the bed position (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}) in time (30 seconds). Giving up!
|
||||
|
||||
# List
|
||||
cmd.list.desc=get the player list.
|
||||
cmd.list.players=PlayerList: {0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue