mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Implemented block reporting as requested in #1762
This commit is contained in:
parent
10f21dc01c
commit
d4129e04bb
2 changed files with 60 additions and 0 deletions
|
|
@ -418,6 +418,9 @@ 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!
|
||||
|
||||
# Block info
|
||||
cmd.blockinfo.desc=Reports the type of the block on the provided coordinates. (Use -s to report blocks around the target block).
|
||||
|
||||
# List
|
||||
cmd.list.desc=get the player list.
|
||||
cmd.list.players=PlayerList: {0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue