mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Implement Realms support (#1533)
Resolve #51 * Realms: update to new API; fix HTTP Get * Realms: suggested changes Co-authored-by: ORelio <ORelio@users.noreply.github.com> * Realms: suggested changes Co-authored-by: ORelio <ORelio@users.noreply.github.com> * Add negative number support for JSON parser * Nice print realms worlds result * Option to join Realms world with world ID * Suggested changes Co-authored-by: ORelio <ORelio@users.noreply.github.com> * Failure handle Co-authored-by: ORelio <ORelio@users.noreply.github.com> * world id paired with index * fix text * Clean up the code a bit * Add setting for displaying Realms worlds * Rename Realms worlds setting * Put messages into translation file Co-authored-by: Zizhen Lian <zizhlian@umd.edu> Co-authored-by: ORelio <ORelio@users.noreply.github.com> Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
This commit is contained in:
parent
d7089c534f
commit
621e5e2200
6 changed files with 129 additions and 11 deletions
|
|
@ -39,6 +39,8 @@ mcc.session_fail=Failed to check session.
|
|||
mcc.server_protocol=§8Server version : {0} (protocol v{1})
|
||||
mcc.with_forge=, with Forge
|
||||
mcc.handshake=§8Handshake successful. (Server ID: {0})
|
||||
mcc.realms_available=You have access to the following Realms worlds
|
||||
mcc.realms_join=Use realms:index as server IP to join the Realms world
|
||||
|
||||
|
||||
[debug]
|
||||
|
|
@ -82,6 +84,10 @@ error.forge_encrypt=§8Forge StartEncryption Handshake did not complete successf
|
|||
error.setting.str2int=Failed to convert '{0}' into an int. Please check your settings.
|
||||
error.http_code=§8Got error code from server: {0}
|
||||
error.auth=§8Got error code from server while refreshing authentication: {0}
|
||||
error.realms.ip_error=Cannot retrieve the server IP of your Realms world
|
||||
error.realms.access_denied=This Realms world does not exist or access was denied
|
||||
error.realms.server_unavailable=Realms server may require some time to start up. Please retry again later.
|
||||
error.realms.disabled=Trying to join a Realms world but Realms support is disabled in config
|
||||
|
||||
[internal command]
|
||||
# MCC internal help command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue