Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.34 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.34 KB

DropletConfig

Configuration and command "Droplet" plugin for the Spout platform to demonstrate the usage of commands and files.

What is Spout?

Spout is an open source multi-threaded Java voxel-based game framework and platform that opens the doors for infinite possibilities and expansion at the fingertips of gamers and developers alike. Through the use of the Spout platform's API, developers can create "game" plugins, which use our client and server platform as a base. Players will be able to swap between games on-the-fly as they switch to a server running a different game plugin, or a set of game plugins.

Spout
Homepage | Forums | Twitter | Facebook

Using the plugin

Simply place the latest compiled jar in Spout's plugins folder and change the config.yml located under plugins/DropletConfig.

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

DropletConfig and all "Droplet" plugins for the Spout platform are licensed under the MIT License.

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/Droplet/DropletConfig.git

Or download the latest zip archive.

Compiling the source

DropletConfig uses Maven to handle its dependencies.

  • Install Maven 2 or 3
  • Checkout this repo and run: mvn clean package