.. | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
dependency-reduced-pom.xml | ||
LICENCE.txt | ||
pom.xml | ||
README.md |
Spigot-API
A Minecraft Server API.
Website: http://spigotmc.org
Bugs/Suggestions: http://www.spigotmc.org/forums/bugs-feature-requests.8/
Contributing Guidelines: CONTRIBUTING.md
Compilation
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean install