sCoinEngine
The Ultimate Multi-Currency Economy Engine
Tired of a single, boring server economy?
sCoinEngine is a premium, feature-rich economy plugin that empowers you to create
unlimited, fully customized currencies, giving your server a truly unique and dynamic economic experience.
The Ultimate Multi-Currency Economy Engine
From physical banknotes and region-specific coins to special event tokens, sCoinEngine provides the tools to build the economy of your dreams with unparalleled control and simplicity.
[LINE]
⭐ Core Features ⭐
✅ Unlimited Currencies
Create as many unique currencies as you need. Each currency is managed in its own separate .yml file in the currencies/ folder for ultimate organization.
✅ Deep Currency Customization
For each currency, you can configure:
[]Custom Names & Symbols: Singular, plural, and symbol (e.g.,
,
♦
,
€
,
e
t
c
.
)
.
[
∗
]
[
B
]
C
u
s
t
o
m
F
o
r
m
a
t
t
i
n
g
:
[
/
B
]
C
o
n
t
r
o
l
d
a
c
e
s
a
.
,
‘
,♦,€,etc.).[∗]CustomFormatting:Controldecimalplacesandsymbolposition(e.g.,‘
100.00vs100.00 $).- Starting & Max Balance: Set a default balance for new players and cap the maximum amount they can hold.
- Payability Toggle: Decide if a currency can be sent to other players using/pay. Perfect for non-tradable currencies like vote points.
- Withdraw as Item: Allow players to withdraw their balance into a physical item (banknotes, coins, gems).
- Fully Customizable Items: Set the item's material, custom model data, name, and lore.
- Secure NBT Data: Items are tagged with secure data, preventing players from scamming with renamed items.
- Easy Deposits: Players simply right-click the item to deposit it back into their balance.
- Death Tax: Configure a percentage of a currency's balance to be lost upon player death.
- GUI Help Menu: A clean and professional/eco help` GUI to guide players and staff.
[]Multi-Language Support: Comes with English, Spanish, Japanese, and Chinese files. Add your own easily!
[]High Performance: Asynchronous database operations (SQLite) ensure your server's performance is not affected.
[]Full PlaceholderAPI Support: Seamlessly integrate any currency into scoreboards, tablists, GUIs, and more.- Developer API: A clean and simple API for other plugins to hook into sCoinEngine's economy.
Code (Text):
Player Commands (No permissions required by default)
/balance [player] [currency] - Check a player's balance.
/pay <player> <amount> <currency> - Pay another player.
/baltop <currency> [page] - View the currency leaderboard.
/withdraw <amount> <currency> - Withdraw currency into a physical item.
Admin Commands (Permission: scoinengine.admin)
/eco help - Opens the GUI help menu.
/eco give <player> <amount> <currency> - Give money to a player.
/eco take <player> <amount> <currency> - Take money from a player.
/eco set <player> <amount> <currency> - Set a player's balance.
/eco reload - Reloads all configuration files.
/balance [player] [currency] - Check a player's balance.
/pay <player> <amount> <currency> - Pay another player.
/baltop <currency> [page] - View the currency leaderboard.
/withdraw <amount> <currency> - Withdraw currency into a physical item.
Admin Commands (Permission: scoinengine.admin)
/eco help - Opens the GUI help menu.
/eco give <player> <amount> <currency> - Give money to a player.
/eco take <player> <amount> <currency> - Take money from a player.
/eco set <player> <amount> <currency> - Set a player's balance.
/eco reload - Reloads all configuration files.
% Placeholders %
sCoinEngine uses a simple and powerful PlaceholderAPI format.
Dependency: You must have PlaceholderAPI installed.
Format: %scoinengine_<currencyId>_<type>%
[]<currencyId> is the name of your currency file (e.g., dollars, gems).
[]<type> can be one of two things:
[]balance: Shows the raw number (e.g., 1500.50).
[]balance_formatted: Shows the fully formatted amount with symbol (e.g., $1,500.50).
Code (Text):
%scoinengine_dollars_balance%
%scoinengine_gems_balance_formatted%
%scoinengine_event_tokens_balance%
Configuration is incredibly simple. Just create a new file in the plugins/sCoinEngine/currencies/ folder. Here's an example for dollars.yml:
Spoiler: Click to view an example currencies/dollars.yml
The internal ID for this currency is "dollars" (from the filename ).
--- Display Settings ---
display:
name-singular : "Dollar"
name-plural : "Dollars"
symbol : "$"
symbol-is-prefix : true
decimal-places : 2
--- Gameplay Settings ---
gameplay:
starting-balance : 100.0
max-balance : 1000000.0
payable : true
lose-on-death-percentage : 5.0
--- Physical Item Representation ---
physical-item:
enabled : true
material : PAPER
custom-model-data : 1001
name : "&6Banknote [&e$%amount%&6]"
lore :
- "&7A physical representation of your Dollars."
- "&7Right-click while holding to deposit."
Code (YAML):
The internal ID for this currency is "dollars" (from the filename ).
--- Display Settings ---
display:
name-singular : "Dollar"
name-plural : "Dollars"
symbol : "$"
symbol-is-prefix : true
decimal-places : 2
--- Gameplay Settings ---
gameplay:
starting-balance : 100.0
max-balance : 1000000.0
payable : true
lose-on-death-percentage : 5.0
--- Physical Item Representation ---
physical-item:
enabled : true
material : PAPER
custom-model-data : 1001
name : "&6Banknote [&e$%amount%&6]"
lore :
- "&7A physical representation of your Dollars."
- "&7Right-click while holding to deposit."
[LINE]
Installation
[]Purchase and download the sCoinEngine.jar file.
[]Place the JAR into your server's plugins/ folder.
[]Start your server once to generate the default configuration files (config.yml, currencies/, langs/).
[]Stop the server. Customize the config.yml and add/edit your currency files in the currencies/ folder.- Start your server again and enjoy your new economy!
If you have any questions, encounter issues, or need help with configuration, please join our Discord Server or use the discussion tab on this resource page. We are committed to providing excellent support.
Elevate your server's economy today with sCoinEngine!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.6, 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
sCoinsEngine ⭐ Economy + Custom Currencies is a free Minecraft Java mod. Compatible with Minecraft 1.20, 1.20.6, 1.21. Downloaded 277 times (via Spigot). Download it and open it directly in the game.