Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://gitlab.com/reactant/reactant

📦 An experimental spigot plugin framework https://reactant.dev
https://gitlab.com/reactant/reactant

bukkit kotlin minecraft spigot

Last synced: 2 months ago
JSON representation

📦 An experimental spigot plugin framework https://reactant.dev

Awesome Lists containing this project

README

        

![Reactant logo](doc/res/reactant_logo_banner.png)
# Reactant
Reactant core is a spigot plugin framework which provide a better way for developing spigot plugins.

## Build
If you would like to compile it yourself, clone the project and ensure you have JDK 8.

After that, use `./gradlew build` (`gradlew build` for windows) to start your build.

You can find the compiled jars in `./build/libs`.
Use `Reactant-*-all.jar` which including the dependencies if you would like to load as spigot plugin.

## Where should I start?
[Click here to check our document](https://reactant.dev)