Add "/chunk status" command. (For debugging)

* Add "/chunk status" command. (For debugging)
* Improve IsOnGround
This commit is contained in:
BruceChen 2022-09-07 18:19:45 +08:00 committed by GitHub
commit 5321509380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 512 additions and 36 deletions

View file

@ -227,6 +227,9 @@ cmd.changeSlot.nan=Could not change slot: Not a Number
cmd.changeSlot.changed=Changed to slot {0}
cmd.changeSlot.fail=Could not change slot
# Chunk
cmd.chunk.desc=Displays the chunk loading status.
# Connect
cmd.connect.desc=connect to the specified server.
cmd.connect.unknown=Unknown account '{0}'.
@ -334,7 +337,7 @@ cmd.move.suggestforce=Failed to compute a safe path to {0}. Try -f parameter to
cmd.move.gravity.enabled=Gravity is enabled.
cmd.move.gravity.disabled=Gravity is disabled.
cmd.move.chunk_loading_status=Chunk loading status: {0:P} - {1} out of {2} load completed.
cmd.move.chunk_not_loaded=The chunk where the target location resides has not yet been loaded.
cmd.move.chunk_not_loaded=The chunk where the target location resides has not yet been loaded.\nYou can use "/chunk status {0:0.0} {1:0.0} {2:0.0}" to check the chunk loading status.
# Reco
cmd.reco.desc=restart and reconnect to the server.