Skip to content

ReactantDev/Reactant-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42103c6 · May 31, 2021
Aug 1, 2020
May 30, 2021
May 31, 2021
Jun 20, 2019
May 30, 2021
May 30, 2021
May 15, 2019
Jun 13, 2020
May 31, 2021
May 30, 2021
May 30, 2021
Jun 26, 2019

Repository files navigation

Reactant logo

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