Econix

⭐ — (1 endorsements) 📥 392 downloads 📌 v1.3.5 📅 2/26/2025
🟡 Updated this year

By jespersen · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/7/2026 📅 Created: 2/26/2025

🔍 Analysis

  • 🏆 #71 of 84 economy mods in this game by downloads

📋 About This Mod

✅ Developer API - an interface to access Econix
✅ In-game command - for each currency you have a command with which you can manage the currency.
✅ Infinite currencies - you can register infinite currencies and also register some via API.
✅ Item Export - You can export the currency as an item and trade it this way
✅ ```` Trade System - To trade with other players
✅ ```` Bank Feature - A bank feature will be added as needed to give players a safe place for their money

###### **Update for this plugin incoming!!** # Econix - Lightweight Economy Provider ## What is Econix Econix is an economy provider to have a simple handling with multiple currencies and to address them with a simple developer api. Econix is very simple and easy to integrate as well as to use as an own plugin. ## What does Econix offer - Developer API - an interface to access Econix - In-game command - for each currency you have a command with which you can manage the currency. - Infinite currencies - you can register infinite currencies and also register some via API. - Item Export - You can export the currency as an item and trade it this way --- - ```` Trade System - To trade with other players - ```` Bank Feature - A bank feature will be added as needed to give players a safe place for their money - ```` Pay, Transactions, etc. - More commands and cool features will follow. ## Permissions - ``crystopia.commands.econix.<currenxyId>``- Access to the /<currenxy> Command - ``crystopia.commands.econix.econix`` - Access to the main /econix Command ## Hooks - (https://www.spigotmc.org/resources/placeholderapi.6245/) - You can display the current balance with placeholder - (https://www.spigotmc.org/resources/vault.34315/) - The plugin supports Vault and can release a currency for vault ## Commands - ``/<currency>`` - Manage your currency with commands like set, give, remove, item, etc. - ``/econix`` - Manage the plugin and reload the data ## Developer API You can import our plugin via Maven or Gradle - (http://repo.jespersen.zip/) _``<version>`` is the latest version here on modrinth_ #### Zugriff auf die API Instance ```kotlin class Main : JavaPlugin() { private var econix: EconixAPI? = null override fun onEnable() { // Econix Hook if (server.pluginManager.getPlugin("Econix")?.isEnabled == true) { logger.info("Hooking into Econix") econix = Econix.getAPI() } else { logger.warning("No Econix version Found!") server.pluginManager.disablePlugin(this) } } fun getEconix(): EconixAPI? { return econix } } ``` ```java public class Main extends JavaPlugin { private EconixAPI econix; @Override public void onEnable() { // Hook into Econix API if (Bukkit.getServer().getPluginManager().getPlugin("Econix") != null && Bukkit.getServer().getPluginManager().getPlugin("Econix").isEnabled()) { getLogger().info("Hooking into Econix"); econix = Econix.getAPI(); } else { getLogger().warning("No Econix version Found!"); Bukkit.getServer().getPluginManager().disablePlugin(this); } } public EconixAPI getEconix() { return econix; } } ```

###### Update for this plugin incoming!!

# Econix - Lightweight Economy Provider

## What is Econix

Econix is an economy provider to have a simple handling with multiple currencies and to address them with a simple developer api. Econix is very simple and easy to integrate as well as to use as an own plugin.

## What does Econix offer

  • Developer API - an interface to access Econix
  • In-game command - for each currency you have a command with which you can manage the currency.
  • Infinite currencies - you can register infinite currencies and also register some via API.
  • Item Export - You can export the currency as an item and trade it this way
  • --
  • ```` Trade System - To trade with other players
  • ```` Bank Feature - A bank feature will be added as needed to give players a safe place for their money
  • ```` Pay, Transactions, etc. - More commands and cool features will follow.

## Permissions

  • ``crystopia.commands.econix.``- Access to the / Command
  • ``crystopia.commands.econix.econix`` - Access to the main /econix Command
  • (https://www.spigotmc.org/resources/placeholderapi. 6245/) - You can display the current balance with placeholder
  • (https://www.spigotmc.org/resources/vault. 34315/) - The plugin supports Vault and can release a currency for vault

## Commands

  • ``/`` - Manage your currency with commands like set, give, remove, item, etc.
  • ``/econix`` - Manage the plugin and reload the data

## Developer API

You can import our plugin via Maven or Gradle

- (http://repo.jespersen.zip/)

_```` is the latest version here on modrinth_

#### Zugriff auf die API Instance

```kotlin class Main : JavaPlugin() {

private var econix: EconixAPI? = null

override fun onEnable() { // Econix Hook if (server.pluginManager.getPlugin("Econix")?.isEnabled == true) { logger.info("Hooking into Econix") econix = Econix.getAPI() } else { logger.warning("No Econix version Found!") server.pluginManager.disablePlugin(this) } }

fun getEconix(): EconixAPI? { return econix } }

```java public class Main extends JavaPlugin {

private EconixAPI econix;

@Override public void onEnable() { // Hook into Econix API if (Bukkit.getServer().getPluginManager().getPlugin("Econix") != null && Bukkit.getServer().getPluginManager().getPlugin("Econix").isEnabled()) { getLogger().info("Hooking into Econix"); econix = Econix.getAPI(); } else { getLogger().warning("No Econix version Found!"); Bukkit.getServer().getPluginManager().disablePlugin(this); } }

public EconixAPI getEconix() { return econix; } }

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
jespersen
Version
1.3.5
Downloads
392
Endorsements
1
Category
economy
Created
2/26/2025
Updated
5/7/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
economy, library, management

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Econix support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Econix?

Version 1.3.5, published 2026-05-07 with 392 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More economy 👤 More by jespersen 🔎 Similar Mods 🌐 Best economy (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods