Sync every 2 weeks. A mirror of original repository.
Find a file
ORelio 840ac01dc5 Fix crash on empty player list updates
Player list updates on MC 1.8 handler did not take into account the
amount of items in the list and were only processing the first item,
including when there wasn't any item to process. Unfortunately some
weird servers were sending useless empty tab-list updates, causing a
crash. Should fix issue #78 and forum posts 1267, 1269, 1284. Thanks
dbear20, link3321, gerik43, Darkaegis, k3ldon and Ryan6578 for their bug
reports! :)
2015-06-03 12:00:25 +02:00
MinecraftClient Fix crash on empty player list updates 2015-06-03 12:00:25 +02:00
MinecraftClientGUI Quick GUI fix 2015-02-03 12:39:02 +01:00
.gitignore Ignore MonoDevelop userprefs file 2014-11-11 00:34:56 +11:00
MinecraftClient.sln Added MCC Source Code v1.5.2 2013-07-18 09:27:19 +02:00
MinecraftClientGUI.sln Added Minecraft Client GUI v1.0 to the repository 2013-08-21 14:31:57 +02:00
README.md Update README.md 2014-12-17 08:31:06 +01:00

Minecraft Console Client

Minecraft Console Client is a lightweight app allowing to connect to any minecraft server, send commands and receive text messages in a fast and easy way without having to open the main Minecraft game. It also provides various automation for administration and other purposes.

##How to use

Downloads, help and more info available on the Minecraft Forum thread's first post.
Alternatively, you can take a look at the README file from the latest stable binary release.

##How to contribute

If you'd like to contribute to Minecraft Console Client, great! But please fork the indev branch to do so, as the master branch is the stable branch, corresponding to the last binary release, which does not contains the latest fixes and is available for forking into your own projects. Using indev branch, just submit a pull request :)

##License

Unless specifically stated, the code is from me 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