HomeJavaModsEcoBal Economy API
EcoBal Economy API
ModsJava

EcoBal Economy API

by official.andy · on Modrinth

EcoBal - Robust & Configurable Fabric Economy API EcoBal is a powerful, standalone server-side Fabric economy mod designed to serve as a core API layer…

⬇ Download on Modrinth

EcoBal - Robust & Configurable Fabric Economy API

EcoBal is a powerful, standalone server-side Fabric economy mod designed to serve as a core API layer for other mods (like ShopShelves) and provide a complete, feature-rich economy experience out of the box. It manages player balances, persistence, administrative commands, and offers advanced, configurable in-game message formatting.

📧 Contact Me & Support Information

💬 Primary Support Channel (Preferred)

All general questions, feature requests, and non-urgent bug reports should be posted in the appropriate channels on our Discord Server. We actively monitor the server and will respond as soon as possible. This ensures that the whole community can benefit from the discussion and solutions.

🆘 Urgent Private Messaging (PM) Policy

While we prefer all issues to be handled via the Discord server first, you are welcome to PM me directly under specific urgent circumstances:

I will endeavor to answer your PM as soon as I can to be helpful and see what I can do to resolve your urgent issue. However, please understand that immediate responses are not guaranteed, and private messaging is a professional courtesy, not an entitlement. Thank you for your understanding and cooperation!


🛠️ API Integration Guide: The EconomyManager

For mod developers, EcoBal offers all core economy functions via the static EconomyManager class. Use the silentDeposit and silentWithdraw methods to manage funds without triggering EcoBal's built-in messages, allowing your mod to use its own custom feedback.

API Location: me.andy.ecobal.api.EconomyManager

package me.andy.ecobal.api;

import me.andy.ecobal.config.MessageFormattingData;

import java.util.Collections; import java.util.LinkedHashMap; import java.util.Map; import java.util.UUID;

// NOTE: This version is simplified for API documentation. // The full implementation in the mod includes file persistence logic.

/**

Features

Seamless Backend Integration

Configurable Economy Core

Advanced Message Formatting

Robust Permissions


Commands

Player Commands

Admin & Configuration Commands (Requires ecobal.eco permission or OP Level 2)


Permissions


Modpack Policy

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more