Changed the bed command to be able to sleep. Added relative coordinates to /dig command.

This commit is contained in:
Milutinke 2022-09-28 22:43:14 +02:00
parent 6a266c68c3
commit cd3adfa14c
5 changed files with 94 additions and 13 deletions

View file

@ -344,8 +344,12 @@ 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.leavebed.desc=Used to leave a bed.
cmd.leavebed.leaving=Leaving a 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!
# List
cmd.list.desc=get the player list.