mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-29 20:51:13 +00:00
No description
![]() The method to make a string from a collection of strings already exists and should be used when adding multiple players to a team. |
||
---|---|---|
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENCE.txt | ||
pom.xml | ||
README.md |
Bukkit
A Minecraft Server API.
Website: http://bukkit.org
Bugs/Suggestions: http://leaky.bukkit.org
Contributing Guidelines: CONTRIBUTING.md
Compilation
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean install