HomeJavaModsSimple Currencies
Simple Currencies
ModsJava

Simple Currencies

by Nitrox_XD · on Modrinth

A Currency Plugin which supports multiple Currency Systems within one Plugin. Free Minecraft Java mod for 1.16, 1.16.1, 1.16.2.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.20.5–1.21.11 · Paper⬇ Download for 1.20.6–1.21.11 · Purpur⬇ Download for 1.20.6–1.21.11 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Simple Currencies – Fully Customizable Multi-Currency System with Dynamic Commands

Simple Currencies is a lightweight yet powerful Minecraft currency plugin designed for servers that need multiple independent currencies, each with its own configuration, commands, storage, and placeholders.

Create unlimited currency systems such as coins, gems, tokens, or credits — all fully configurable via simple YAML files, with automatic command generation and PlaceholderAPI support.

Perfect for:

✨ Features

🔹 Unlimited Currency Systems

Create as many currencies as you want by simply adding new .yml files.

Each currency has:

🔹 Dynamic Commands

Commands are generated automatically based on the currency file name.

Example for coins.yml:

No manual command registration required.

🔹 Decimal or Integer Currencies

Choose whether a currency should support decimals or only full values.

settings:
  decimals: true

🔹 UUID-Based Player Storage

All balances are stored using UUIDs, with player names tracked for readability.

balances:
  1c3a4c9e-xxxx-xxxx-xxxx-xxxxxxxxxxxx:
    name: Steve
    balance: 1250

🔹 Currency Transfer System

Easily migrate balances between currencies.

/coins transfer gems

Moves all player balances from one currency to another. Perfect for economy resets or reworks.

🔹 PlaceholderAPI Support

Use currency values anywhere on your server:

Placeholders:

🔹 Admin Management Commands

Administrators can fully control currencies:

/coins give <player> <amount>
/coins remove <player> <amount>
/coins balance [player]
/coins wipe
/coins transfer <currency>
/sc reload <currency|all>

🔹 World Restrictions

Disable currencies in specific worlds:

disabled-worlds:
  - world_nether
  - dungeon_world

Players cannot use the currency commands in those worlds.

🔹 Modern & Version-Safe Architecture

📦 Requirements

🧩 Support

Found a bug or want a new feature? Contact me through the support Discord.

Verified by MCModsHub

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

Explore more