HomeJavaModsEconics
Econics
ModsJava

Econics

Econics adds a flexible multi-currency system to your Minecraft server. Create custom currencies with MySQL/SQLite support and a simple developer API.

⬇ Download on Modrinth

Econics

A flexible currency plugin for Paper servers. Manage multiple custom currencies easily with a clean and efficient system.

Features

Admin Commands

Soft Dependencies

Requirements

For Developers

Econics is built with Gradle. You can add the API to your project like this:

Gradle (Kotlin DSL)

repositories {
    mavenCentral()
    maven { url = uri("https://jitpack.io") }
}
dependencis {
    compileOnly("com.github.tuhkanens-dev:econics:ECONICS-VERSION")
}

Maven (Xml)

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.tuhkanens-dev</groupId>
        <artifactId>econics</artifactId>
        <version>ECONICS-VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more