Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

me4502/SlotMachines

Repository files navigation

SlotMachines

SlotMachines is a plugin for the Sponge server platform that adds Slot Machines to the game.

Downloading

The plugin can be downloaded from the Ore page.

Currently this page only contains releases, however it will contain snapshot builds in the future.

Compiling

The project is written for Java 8 and our build process makes use of Gradle. simply run:

gradlew build

Dependencies are automatically handled by Gradle.

Contributing

We happily accept contributions. The best way to do this is to fork CraftBook on GitHub, add your changes, and then submit a pull request. We'll look at it, make comments, and merge it into CraftBook if everything works out.

In addition, please ensure your code is compliant with the Sun/Oracle Code Conventions to keep things neat and readable.

By submitting code, you agree to place to license your code under the MIT License.