Sync every 2 weeks. A mirror of original repository.
Find a file
2022-09-18 00:18:27 +02:00
.github fix linux arm64 release build 2022-08-30 02:46:10 +08:00
.idea Fix "Failed to check session cache" Add range between 200-300 2020-04-19 17:09:11 +02:00
ConsoleInteractive@7acaa0ab31 Try fix 1.19+ dimension processing 2022-09-15 12:48:38 +08:00
DebugTools .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00
Docker Fixed the BuildKit error 2022-08-20 20:20:36 +02:00
MinecraftClient Fully implemented Map Data packet. 2022-09-18 00:18:27 +02:00
MinecraftClientGUI .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00
.gitignore .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00
.gitmodules .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00
MinecraftClient.sln .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00
MinecraftClientGUI.sln Added Minecraft Client GUI v1.0 to the repository 2013-08-21 14:31:57 +02:00
README-nl.md Create README-nl.md (#2105) 2022-08-17 14:16:48 +02:00
README-vi-vn.md Add a portion of Vietnamese translation (#1982) 2022-04-01 23:18:10 +02:00
README-zh-Hans.md Update README and URLs 2021-10-10 20:56:39 +02:00
README.md Added discord link 2022-09-11 21:20:15 +02:00

Logo

Minecraft Console Client (MCC)

Documentation | Download | Installation | Configuration | Usage

GitHub Actions build status Discord server

About

Minecraft Console Client (MCC) is a lightweight cross-platform open-source Minecraft TUI client for Java edition that allows you to connect to any Minecraft Java server, send commands and receive text messages in a fast and easy way without having to open the main Minecraft game.

Download

Get development builds from the Releases section

How to use 📚

Getting Help 🙋

Check out the Website, README and existing Discussions: Maybe your question is answered there. If not, please open a New Discussion and ask your question. If you find a bug, please report it in the Issues section.

Discord

We now have a Discord server, click here to join.

Helping Us ❤️

We are a small community so we need help to implement upgrades for new Minecraft versions, fixing bugs and expanding the project. We are always looking for motivated people to contribute. If you feel like it could be you, please have a look at the issues section :)

How to contribute 📝

If you'd like to contribute to Minecraft Console Client, great, just fork the repository and submit a pull request on the Master branch. To contribute to the website / online documentation see also the Website repository.

Translating Minecraft Console Client 🌍

If you would like to translate Minecraft Console Client to a different language, please download the translation file from the lang folder or just fork the repository. Once you finished the translation work, submit a pull request or send us the file through an Issue in case you are not familiar with Git.

To use the translated language file, place it under lang/mcc/ folder and set your language in .ini config. You may create the directory if it does not exist.

For the names of the translation file, please see this comment.

Building from the source 🏗️

This section has been moved to our new Documentation website.

License ⚖️

Unless specifically stated, the code is from the MCC Team or Contributors, and available under CDDL-1.0. Else, the license and original author are mentioned in source file headers. The main terms of the CDDL-1.0 license are basically the following:

  • You may use the licensed code in whole or in part in any program you desire, regardless of the license of the program as a whole (or rather, as excluding the code you are borrowing). The program itself may be open or closed source, free or commercial.
  • However, in all cases, any modifications, improvements, or additions to the CDDL code (any code that is referenced in direct modifications to the CDDL code is considered an addition to the CDDL code, and so is bound by this requirement; e.g. a modification of a math function to use a fast lookup table makes that table itself an addition to the CDDL code, regardless of whether it's in a source code file of its own) must be made publicly and freely available in source, under the CDDL license itself.
  • In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. As well, modifications to the CDDL code (which must be distributed as source) may not remove notices indicating the ancestry of the code.

More info at http://qstuff.blogspot.fr/2007/04/why-cddl.html Full license at http://opensource.org/licenses/CDDL-1.0