Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/izzelaliz/kether

A script-like quest plugin for Minecraft servers.
https://github.com/izzelaliz/kether

Last synced: 2 months ago
JSON representation

A script-like quest plugin for Minecraft servers.

Awesome Lists containing this project

README

        

# Kether

A script-like quest plugin for Minecraft servers.

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org) [![Build status](https://img.shields.io/appveyor/build/IzzelAliz/kether?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/kether)

## Installing

Download the plugin where:

* Stable releases in the [Release](https://github.com/IzzelAliz/Kether/releases) page
* Development builds in [appveyor](https://ci.appveyor.com/project/IzzelAliz/kether/build/artifacts)

and simply drop them into plugins folder.

## Contributing

Clone this repository to your machine:

```
git clone https://github.com/IzzelAliz/Kether
```

We recommend to use IntelliJ IDEA as IDE.

## Building

* [Gradle](https://gradle.org/) - Dependency Management

The GradleWrapper in included in this project.

On Windows:

```
gradlew.bat clean build shadowJar
```

On MacOS/Linux:

```
./gradlew clean build shadowJar
```

Build artifacts should be found in `./build/libs` folder.

## Versioning

We use [SemVer](http://semver.org/) for versioning.

## License

This project is licensed under the MIT License, see the [LICENSE](LICENSE) file for details