Safe Creeper is a plugin for CraftBukkit servers to manage and protect the things that are going on on your server. Block Creepers from exploding, block TNT, modify mob behavior and so on.
The project is currently being built automatically using the CI services in the table below.
Service | Branch | Build Status | Automatic interval | |
---|---|---|---|---|
Travis CI | master | View Status | Each 24 hours | |
Travis CI | last commit | View Status | ||
Circle CI | master | View Status | ||
Circle CI | last commit | View Status |
- JDK 1.8
- Maven
- Git/GitHub (Optional)
- Java 1.8 or higher
- CraftBukkit or Spigot (for Minecraft 1.8.8 or higher)
- Fork it.
- Create a branch (
git checkout -b MY_BRANCH
) - Commit your changes (
git commit -am "COMMIT_TITLE"
) - Push to the branch (
git push origin MY_BRANCH
) - Open a Pull Request.
- Enjoy a refreshing Diet Coke and wait
- Clone the project with Git/GitHub
- Execute command
mvn clean install -B
This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.