GoldEngine is a plugin that helps you easily add and manage various currency systems on your Minecraft Paper server.
- Multi-Currency Support: Define and use multiple types of currencies within the server.
- Flexible API: Provides an API that allows developers to easily extend and integrate currency systems.
build.gradle.kts
repositories {
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.bindglam.GoldEngine:api:<VERSION>")
}This project can be built using Gradle.
./gradlew buildThis project follows the license specified in the LICENSE file.