RedstoneFlux is a modern fork of EnergyLib, rewritten with Kotlin DSLs and optimized for performance and developer experience. Designed with simplicity, flexibility, and future-proofing in mind, RedstoneFlux provides a universal energy system for Minecraft plugins.
RedstoneFlux is planned to be published on JitPack.
Add the following to your settings.gradle.kts:
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://jitpack.io")
}
}
And in your build.gradle.kts:
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.Jadiefication:RedstoneFlux:<version>")
}
This project is under active development. While the core systems are evolving, the latest usage documentation and API references are maintained in the project's wiki.
For practical examples and guidance, please refer to the wiki, which provides up-to-date instructions and tutorials for working with RedstoneFlux.
MIT License. See LICENSE file for more information.

Redstone flux is a fork of EnergyLib focused on modern DSL kotlin development with performance in mind.