mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added an option to find a bed and sleep in it.
This commit is contained in:
parent
cd3adfa14c
commit
a52da095b4
2 changed files with 99 additions and 3 deletions
|
|
@ -350,6 +350,12 @@ cmd.bed.trying_to_use=Trying to sleep in a bed on location (X: {0:0.0}, Y: {1:0.
|
|||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue