e98dc815c9
Bumps commons-collections4 from 4.0 to 4.1. Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.idea/libraries | ||
PaperSpigot-API | ||
PaperSpigot-Server | ||
paperspigot-parent.iml | ||
pom.xml | ||
README.md | ||
SoranSpigot.ipr | ||
SoranSpigot.iws |
Spigot
A Spigot-API and Bukkit implementation
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 and install Spigot-API
- Note: this is not needed as the repository we use has Spigot-API too, but you might have a newer one (with your own changes :D)
- Check out this repo and:
mvn clean package
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
op