/Spoutcraft

Minecraft client mod that provides a more customizable experience.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Spoutcraft

Build Status
Spoutcraft is a Minecraft client mod that provides users with a simple and more customizable Minecraft experience. Servers running SpoutcraftPlugin push content to Spoutcraft users as needed; such as custom items, blocks, and user skins, capes, and other accessories. Players can then enjoy custom server experiences without having to manually modify their client for each server.

Homepage | Forums | Twitter | Facebook

Getting started

We have moved to the Technic Launcher! Please see this thread to see the brand new install process.

Contributing

Love the project? Feel free to donate to help continue development! Spoutcraft is open-source and powered by community members, like yourself. Without you, we wouldn't be here today!

Are you a talented programmer looking to contribute some code? We'd love the help!

  • Open a pull request with your changes, following our guidelines and coding standards.
  • Please follow the above guidelines for your pull request(s) accepted.
  • For help setting up the project, keep reading!

The license

Spoutcraft is licensed under the GNU Lesser General Public License Version 3.

Getting the source

The latest and greatest source can be found here on GitHub.

If you are using Git, use this command to clone the project:

git clone git://github.com/Spoutcraft/Spoutcraft.git

Or download the latest zip archive.

Compiling the source

This project uses Maven to handle its dependencies.

  • Install Maven 2 or 3
  • Checkout this repo and run: mvn clean package
  • To create a packaged jar, add -P mcp-final-win for Windows, or -P mcp-final-unix for Mac OS X/Linux.