Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvisee/safe-creeper
:wrench: Safe Creeper Craft Bukkit plugin
https://github.com/timvisee/safe-creeper
bukkit creeper minecraft
Last synced: 5 days ago
JSON representation
:wrench: Safe Creeper Craft Bukkit plugin
- Host: GitHub
- URL: https://github.com/timvisee/safe-creeper
- Owner: timvisee
- License: gpl-3.0
- Created: 2012-10-15T15:15:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T15:39:37.000Z (over 7 years ago)
- Last Synced: 2024-05-02T00:58:01.840Z (7 months ago)
- Topics: bukkit, creeper, minecraft
- Language: Java
- Homepage: http://timvisee.com/projects/bukkit/safe-creeper
- Size: 36.6 MB
- Stars: 5
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status on Travis CI](https://travis-ci.org/timvisee/safe-creeper.svg)](https://travis-ci.org/timvisee/safe-creeper)
# Safe Creeper
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.### Builds
The project is currently being built automatically using the CI services in the table below.|Service|Branch|Build Status| |Automatic interval|
|---:|:---|:---:|:---|---|
|Travis CI|master|[![Build status on Travis CI on master](https://travis-ci.org/timvisee/safe-creeper.svg?branch=master)](https://travis-ci.org/timvisee/safe-creeper)|[View Status](https://travis-ci.org/timvisee/safe-creeper)|Each 24 hours|
|Travis CI|last commit|[![Build status on Travis CI for last commit](https://travis-ci.org/timvisee/safe-creeper.svg)](https://travis-ci.org/timvisee/safe-creeper)|[View Status](https://travis-ci.org/timvisee/safe-creeper)|
|Circle CI|master|[![Build status on Circle CI](https://img.shields.io/circleci/project/github/timvisee/safe-creeper/master.svg)](https://circleci.com/gh/timvisee/safe-creeper/tree/master)|[View Status](https://circleci.com/gh/timvisee/safe-creeper/tree/master)|
|Circle CI|last commit|[![Build status on Circle CI](https://img.shields.io/circleci/project/github/timvisee/safe-creeper.svg)](https://circleci.com/gh/timvisee/safe-creeper)|[View Status](https://circleci.com/gh/timvisee/SafeCreeper)|### Compiling Requirements
>- JDK 1.8
>- Maven
>- Git/GitHub (Optional)### Running Requirements
>- Java 1.8 or higher
>- CraftBukkit or Spigot (for Minecraft 1.8.8 or higher)### Contributing
1. Fork it.
2. Create a branch (`git checkout -b MY_BRANCH`)
3. Commit your changes (`git commit -am "COMMIT_TITLE"`)
4. Push to the branch (`git push origin MY_BRANCH`)
5. Open a Pull Request.
6. Enjoy a refreshing Diet Coke and wait### How to compile the project
>- Clone the project with Git/GitHub
>- Execute command `mvn clean install -B`### License
This project is released under the GNU GPL-3.0 license. Check out the [LICENSE](LICENSE) file for more information.