Skip to content

Spoutcraft is the Minecraft client mod system for the Bukkit server plugin, Spout, that exposes new API for other plugins to utilize, in an attempt to bring the Minecraft Multiplayer experience to parity with the single player modding experience.

License

AJCStriker/Spoutcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoutcraft

Spoutcraft is the Minecraft client mod system for the Bukkit server plugin, Spout, that exposes new API for other plugins to utilize, in an attempt to bring the Minecraft Multiplayer experience to parity with the single player modding experience.

Copyright © 2011, SpoutDev dev@getspout.org
Spoutcraft is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3

Visit our website.
Get support on our Bukkit forum thread.
Track and submit issues and bugs on our issue tracker.

Source

The latest and greatest source can be found on GitHub.
Download the latest builds from Jenkins.

Compiling

  • Download and extract the latest compatible version of Minecraft Coder Pack.
  • Copy the latest complete, unmodified Minecraft bin directory from your .minecraft directory.
  • Place the Minecraft bin directory under MCP's jars directory.
  • Checkout or copy the conf directory from the Spoutcraft GitHub repository to MCP's conf directory.
  • Run MCP's decompile script (.bat for Windows or .sh for Linux).
  • Checkout or copy the lib directory from the Spoutcraft GitHub repository to MCP's lib directory.
  • Copy the latest SpoutcraftAPI jar into the lib directory.
  • Checkout or copy the latest src directory from the Spoutcraft GitHub repostiory to MCP's src directory.
  • Run MCP's recompile and reobfuscate scripts (.bat for Windows or .sh for Linux).
  • When tasks are finished, the compiled Spout class files will be located in reobf.
  • You'll also need to class files from the jars located in the lib directory on the Spoutcraft GitHub repository to run the client.

NOTE: You will need to copy the Minecraft resources folder to the MCP root in order to launch the game using MCP.
NOTE: You will need to copy the res folder to the minecraft.jar along with the compile Spoutcraft source and contents of the SpoutcraftAPI.jar for those custom resources to show.

Coding and Pull Request Formatting

  • Generally follow the Oracle coding standards.
  • Use tabs, no spaces.
  • No 80 column limit or midstatement newlines.
  • Pull requests must compile and work.
  • Pull requests must be formatted properly.
  • If you change a packet or widget's read/write/number of bytes, be sure to increment the version on both the server and client.
  • When modifying Notch code (Minecraft vanilla code), include //Spout start and //Spout end

Please follow the above conventions if you want your pull request(s) accepted.

About

Spoutcraft is the Minecraft client mod system for the Bukkit server plugin, Spout, that exposes new API for other plugins to utilize, in an attempt to bring the Minecraft Multiplayer experience to parity with the single player modding experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%