Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
RedstoneFlux
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.
โจ Features
- โก Universal energy system for Bukkit-based Minecraft servers
- ๐ Built with Kotlin and DSL-first design
- ๐ Easy integration with Paper and Folia
- ๐ Modular and extensible API
- ๐ Emphasis on performance and maintainability
๐ง Getting Started
Requirements
- Minecraft 1.20.6 or newer (Paper)
- Java 17+
- Gradle or Maven for dependency management
Installation
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>")
}
๐งฑ Project Status
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.
๐ฌ Credits
- Forked from EnergyLib by Traqueur-dev
- Uses FoliaLib for Folia support
๐ License
MIT License. See LICENSE file for more information.



