Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/izzelaliz/kether
- Owner: IzzelAliz
- License: mit
- Created: 2020-02-03T08:12:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T00:29:16.000Z (3 months ago)
- Last Synced: 2024-10-12T03:17:34.880Z (3 months ago)
- Language: Java
- Homepage: https://github.com/TabooLib/taboolib/tree/master/module/module-kether
- Size: 307 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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