Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details

-
๐ฐ Economy System โ Per-player balance with configurable starting amount, min/max limits and negative balance support
-
๐๏ธ 3 Database backends โ H2 (embedded, zero config), SQLite and MySQL with HikariCP connection pooling
-
๐ Vault โ Full Vault Economy API implementation, compatible with all Vault-dependent plugins (ShopGUI+, EssentialsX, etc.)
-
๐ PlaceholderAPI โ Placeholders to display balance and leaderboard rank anywhere
-
๐ธ Player Payments โ Send credits to other players with cooldown, min/max amount and toggle support
-
๐ Leaderboard GUI โ Fully customizable top players GUI via
guis.yml, with player heads and custom skull textures -
๐จ Advanced Colors โ Legacy
&codes, HEX&#RRGGBB, gradients<gradient:#color1:#color2>and<bold>tag -
๐ Sound Effects โ Configurable sound, volume and pitch per event
-
๐ Fully Configurable Messages โ Every message editable in
lang.yml -
๐ Hot Reload โ Reload configuration without restarting the server

| Command | Description | Permission |
|---|---|---|
/credits help |
Show help menu | credits.use |
/credits balance [player] |
Check your or another player's balance | credits.use |
/credits pay <player> <amount> |
Send credits to another player | credits.use |
/credits top |
Open the leaderboard | credits.top |
/credits give <player> <amount> |
Give credits to a player | credits.admin |
/credits take <player> <amount> |
Take credits from a player | credits.admin |
/credits set <player> <amount> |
Set a player's balance | credits.admin |
/credits reset <player|all> |
Reset a player's or all balances | credits.admin |
/credits reload |
Reload the configuration | credits.admin |
โ๏ธ Aliases:
/bal,/balance,/money

| Permission | Description | Default |
|---|---|---|
credits.use |
Basic commands (balance, pay, help) | true |
credits.top |
View the leaderboard | true |
credits.admin |
All admin commands | op |

| Placeholder | Description | Example |
|---|---|---|
%credits_balance% |
Raw balance | 1234 |
%credits_balance_formatted% |
Formatted balance | 1,234 |
%credits_balance_short% |
Compact balance | 1.2k, 3.5M, 2.1B |
%credits_top_1% |
#1 player โ name & balance | Steve - 50,000 |
%credits_top_N% |
#N player on the leaderboard | Alex - 30,000 |

๐ Vault
- Full
Economyimplementation - Works with all Vault-compatible plugins
- Can be toggled via
vault.enabled
๐ PlaceholderAPI
- All placeholders listed above
- Usable in scoreboards, holograms, signs, chat, etc.

Everything is configurable in config.yml:
- ๐ฐ Economy โ Starting balance, min/max, allow-negative, number format
- ๐ธ Payments โ Enable/disable, min/max amount, cooldown in seconds
- ๐ Sounds โ Sound, volume and pitch per event
- ๐๏ธ Database โ H2, SQLite or MySQL
- ๐จ GUI โ Fully customizable leaderboard via
guis.yml(pattern, items, textures)
๐๏ธ Supported Databases
| Type | Use Case |
|---|---|
| H2 | Default โ embedded, no setup required |
| SQLite | Lightweight alternative |
| MySQL | Large servers or multi-instance setups |
๐จ Supported Color Formats
- Legacy codes (
&a,&c,&l, etc.) - HEX (
&#RRGGBB) - Gradients (
<gradient:#0088FF:#70BCFF>text</gradient>) - Bold tag (
<bold>text</bold>)
Made with โค๏ธ by NoxuWT


