mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fixed requested changes in the review. Except: Container (TODO)
This commit is contained in:
parent
3ea109b330
commit
9d3357eeee
8 changed files with 1809 additions and 1799 deletions
|
|
@ -41,7 +41,8 @@ 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 a Realms world
|
||||
|
||||
mcc.generator.generating=Generating {0} palette using the dataset: {1}
|
||||
mcc.generator.done=Succesfully generated {0} palette using the dataset: {1}
|
||||
|
||||
[debug]
|
||||
# Messages from MCC Debug Mode
|
||||
|
|
@ -92,6 +93,11 @@ 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.server_id=Invalid or unknown Realms server ID.
|
||||
error.realms.disabled=Trying to join a Realms world but Realms support is disabled in config
|
||||
error.missing.argument=You are missing argument {0}
|
||||
error.usage=Usage:
|
||||
error.generator.invalid=Invalid usage of the generator command!
|
||||
error.generator.path=Invalid data path provided! (The path either does not exists or you have made a typo)
|
||||
error.generator.json=The provided path must be a path to a file that is in .json format!
|
||||
|
||||
[internal command]
|
||||
# MCC internal help command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue