Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: gitlab.com
- URL: https://gitlab.com/reactant/reactant
- Owner: reactant
- Created: 2019-05-15T14:28:52.334Z (over 5 years ago)
- Default Branch: master
- Last Synced: 2023-07-28T09:31:35.677Z (over 1 year ago)
- Topics: bukkit, kotlin, minecraft, spigot
- Stars: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)