GithubHelp home page GithubHelp logo

ke4ktz / minecraft-console-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mccteam/minecraft-console-client

0.0 0.0 0.0 7.31 MB

Lightweight console for Minecraft chat and automated scripts

C# 100.00%

minecraft-console-client's Introduction

Minecraft Console Client

Appveyor build status

Minecraft Console Client(MCC) is a lightweight app allowing you 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.

Looking for maintainers

Due to no longer having time to implement upgrades for new Minecraft versions and fixing bugs, I'm looking for motivated people to take over the project. If you feel like it could be you, please have a look at the issues section :)

Download

Get exe file from the latest development build. This exe file is a .NET binary which also works on Mac and Linux.

How to use

Check out the sample configuration files which includes the how-to-use README. Help and more info is also available on the Minecraft Forum thread.

Building from source

First of all, get a zip of source code, extract it and navigate to the MinecraftClient folder.

Edit MinecraftClient.csproj to set the Build target to Release on line 4:

<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>

On Windows

  1. Locate MSBuild.exe for .NET 4 inside C:\Windows\Microsoft.NET\Framework\v4.X.XXXXX
  2. Drag and drop MinecraftClient.csproj over MSBuild.exe to launch the build
  3. If the build succeeds, you can find MinecraftClient.exe under MinecraftClient\bin\Release

On Mac and Linux

  1. Install the Mono Framework if not already installed
  2. Run msbuild MinecraftClient.csproj in a terminal
  3. If the build succeeds, you can find MinecraftClient.exe under MinecraftClient\bin\Release

How to contribute

If you'd like to contribute to Minecraft Console Client, great, just fork the repository and submit a pull request. The Indev branch for contributions to future stable versions is no longer used as MCC is currently distributed as development builds only.

License

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

minecraft-console-client's People

Contributors

orelio avatar reinforcezwei avatar pokechu22 avatar carbonneuron avatar featherbear avatar nekiplay avatar zizzydizzymc avatar lokulin avatar bas950 avatar initsuj avatar dogwatch avatar 0jumpero avatar milutinke avatar overhash avatar repository avatar justcool393 avatar wongkayong avatar aragas avatar fieu avatar xdavidwu avatar xpenguinx avatar or3l1o avatar littlewhole avatar daenges avatar grantemsley avatar oycyc avatar v1rux avatar stanleypowers avatar rrvk avatar l89669 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.