Skip to content

Karang/Vanilla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla

Vanilla is a plugin for the Spout voxel game platform that provides vanilla Minecraft 1.4.7 functionality and gameplay.

Homepage | Forums | Twitter | Facebook

Features

The goal is for Vanilla to feel like vanilla Minecraft, being as close to it as possible, while offering much more freedom.
You can see a full feature list here, along with what has and hasn't been implemented.

Using

It's easy to get started! Simply setup Spout, and then place the Vanilla jar in the plugins folder!

Contributing

Like the project? Feel free to donate to help continue development!

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

Vanilla is licensed under the GNU Lesser General Public License Version 3, but with a provision that files are released under the MIT License 180 days after they are published. Please see the LICENSE.txt file for details or see our license in a nutshell.

Spout

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/VanillaDev/Vanilla.git

Or download the latest zip archive.

Compiling the source

Vanilla uses Maven to handle its dependencies.

  • Download and install Maven 3
  • Checkout this repo and run: mvn clean install

Using in your project

If you're using Maven to manage project dependencies, simply include the following in your pom.xml:

<dependency>
    <groupId>org.spout</groupId>
    <artifactId>vanilla</artifactId>
    <version>1.4.7-SNAPSHOT</version>
</dependency>

If you do not already have repo.spout.org in your repository list, you will need to add this as well:

<repository>
    <id>spout-repo</id>
    <url>http://repo.spout.org</url>
</repository>

If you'd prefer to manually import the latest .jar file, you can get it from our download site, or from our build server. Build Status

Want to know how to use the API? Check out the latest Javadoc.

About

A plugin for the Spout platform that provides vanilla Minecraft functionality and gameplay.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%