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:
🔹 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
Found a bug or want a new feature? Contact me through the support Discord.

A Currency Plugin which supports multiple Currency Systems within one Plugin