Command cooldown "Droplet" plugin for the Spout platform to demonstrate the usage of the scheduler and commands.
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.
Homepage | Forums | Twitter | Facebook
Simply place the latest compiled jar in Spout's plugins folder and change the config.yml
located under plugins/DropletCooldown
.
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!
DropletCooldown and all "Droplet" plugins for the Spout platform are licensed under the MIT License.
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/DropletCooldown.git
Or download the latest zip archive.
DropletCooldown uses Maven to handle its dependencies.
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean package