An advanced economy plugin (Bukkit/Spigot, BungeeCord & more)
🌍Lang: Russian,Chinese,English,Spanish,German,Italian,French,Japanese.
Create and manage different currencies within your server.
Convert currencies automatically using configurable ratios.
Publish, accept, and manage currency offers between players, even across the network.
Exchange money for the execution of commands targeted to specific players.
Compatible with:
- MySQL
- MariaDb
- SQL
- H2
- Redis (to keep data synchronized across the network)
- Proxies (to keep data synchronized across the network)
All economic operations are executed atomically and reliably.
An advanced economy system for Minecraft Spigot servers, designed for multi-instance networks and secure transactions. Manage multiple currencies, exchange them seamlessly, and operate offers across the network with full atomic and reliable transactions.
Plugin inspired by GemsEconomy
No more commands! Manage everything with an easy-to-use GUI.
Demo: wiki.blockdynasty.net/Users/demos
All available commands with explanations and permissions:
wiki.blockdynasty.net/Users/commands
Ready-to-use placeholders for chat, tablist, or scoreboard integration:
wiki.blockdynasty.net/Users/placeholder
Guide for migrating data from other economy systems or previous versions:
wiki.blockdynasty.net/Users/migrations
If you find a bug or want to contribute to the project, feel free to visit our GitHub repository:
https://github.com/BlockDynasty/BlockDynastyEconomy
Transfers & payments via GUI
Currency editor via GUI
Offers manager via GUI
Account Manager
Unknown
Unknown
Условия использования, изменения и распространения этого товара.
31.03.2026 · Modrinth
Api Released on Maven central:
Docs: https://wiki.blockdynasty.net/Developers/Api/
Full Changelog:...
Скриншоты и изображения из оригинальной страницы Modrinth.



Опубликованные версии и оригинальные файлы Modrinth.
31.03.2026 · 98 загрузки
Api Released on Maven central:
Docs: https://wiki.blockdynasty.net/Developers/Api/
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.2...v1.3.3
31.03.2026 · 227 загрузки
Api Released on Maven central:
Docs: https://wiki.blockdynasty.net/Developers/Api/
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.2...v1.3.3
30.03.2026 · 21 загрузки
config.yaml
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.1...v1.3.2
29.03.2026 · 23 загрузки
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.0...v1.3.1
28.03.2026 · 20 загрузки
Performance improvements ⚙️🛠️
🔄 Improved asynchronous and synchronous tasks in item-based economies.
💾 Addition of Hikari for improved pooling and database connection management.
💰 Improved integration of dynamic economies through "Vault," allowing the economy type to be changed based on the consumer type at runtime. This is a quality-of-life improvement that will allow for future, complete control over how economy is selectively provided to each consumer "plugin."
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.7...v1.3.0
25.03.2026 · 21 загрузки
Technical Performance improvement.
Service Provider Optimization.
Improved API lifecycle and dependencies, allowing the same supplier to be used throughout the plugin's lifecycle.
37 % improvement according to the tests, with a simulation of 100 threads and 1000 requests declared in the tests.
Proxy pattern implemented in suppliers api to optimized life cicle objects.
GUI Performance Optimization:
Asynchronous data loading.
Notable improvement in TPS stuttering.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.6...v1.2.7
24.03.2026 · 19 загрузки
Key Highlights:
Centralized Configuration: You can now host database (MySQL/MariaDb) and Redis credentials directly on the Proxy (Velocity/BungeeCord). No more repeating the same credentials across dozens of backend servers.
Sync-config-with-proxy: A new configuration parameter for Paper/Spigot instances. When enabled, the server will automatically "handshake" with the proxy to fetch its settings on startup.
Point-to-Point Encryption (hashCredentials): By enabling this optional parameter, all sensitive data sent from the Proxy to the backend is fully encrypted, ensuring that your credentials are never exposed in plain text over the network.
Integrated Whitelist: The Proxy-side configuration includes a whitelist, allowing you to explicitly decide which backend servers are authorized to receive the sensitive configuration.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.5...v1.2.6
24.03.2026 · 45 загрузки
Key Highlights:
Centralized Configuration: You can now host database (MySQL/MariaDb) and Redis credentials directly on the Proxy (Velocity/BungeeCord). No more repeating the same credentials across dozens of backend servers.
Sync-config-with-proxy: A new configuration parameter for Paper/Spigot instances. When enabled, the server will automatically "handshake" with the proxy to fetch its settings on startup.
Point-to-Point Encryption (hashCredentials): By enabling this optional parameter, all sensitive data sent from the Proxy to the backend is fully encrypted, ensuring that your credentials are never exposed in plain text over the network.
Integrated Whitelist: The Proxy-side configuration includes a whitelist, allowing you to explicitly decide which backend servers are authorized to receive the sensitive configuration.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.5...v1.2.6
24.03.2026 · 20 загрузки
Fix bug on deposit physical item removal and counting.
New Feature: Centralized Config Synchronization With Proxy.
Key Highlights:
Centralized Configuration: You can now host database (MySQL/MariaDb) and Redis credentials directly on the Proxy (Velocity/BungeeCord). No more repeating the same credentials across dozens of backend servers.
Sync-config-with-proxy: A new configuration parameter for Paper/Spigot instances. When enabled, the server will automatically "handshake" with the proxy to fetch its settings on startup.
Point-to-Point Encryption (hashCredentials): By enabling this optional parameter, all sensitive data sent from the Proxy to the backend is fully encrypted, ensuring that your credentials are never exposed in plain text over the network.
Integrated Whitelist: The Proxy-side configuration includes a whitelist, allowing you to explicitly decide which backend servers are authorized to receive the sensitive configuration.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.5...v1.2.6
20.03.2026 · 24 загрузки
New Feature: Physical ItemStack Currency Binding
New feature that allows you to associate any currency with a physical ItemStack. This enables players to withdraw, deposit, and make payments directly using items from their inventory and Shulker Boxes.
Customizable Conversion: Each currency now includes a toggleable parameter to enable or disable its ability to be converted into physical items.
Parallel Systems: This feature runs alongside the existing Bank Notes system.
This update allows for a dual-flow economy: you can still create cheques and notes, while also gaining the ability to withdraw and deposit native game engine ItemStacks.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.2...v1.2.5
16.01.2026 · 132 загрузки
New version for Bukkit/Spigot and Sponge with support for physical coin items based on item stacks, with manipulation through the system's UI, and the ability to enable or disable the item-based economy from the configuration file under the "HardCash" option.
fix and refactor core funtionalities.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.6...v1.2.0
04.01.2026 · 53 загрузки
Requeriment for NeoForge and Forge:
https://spongepowered.org/downloads/
Fix vault reload logic on Spigot. <-- Low critical
Added support anvil menu to Spigot v1.21.11. <-- New Feature
Japanese lang support. <-- New Feature
Tested on Sponge api v12 minecraft v1.21.11-73 R7. <-- Test
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.5...v1.1.6
04.01.2026 · 35 загрузки
Fix vault reload logic on Spigot. <-- Low critical
Added support anvil menu to Spigot v1.21.11. <-- New Feature
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.5...v1.1.6
20.12.2025 · 55 загрузки
Added support to mariadb 12.1.2
New language support: deuchland, france, italian, and fix some bug colors in GUI buttons
Added support to custom heads vanilla version 1.8 to 1.19,
refactored logic for GameProfiles for custom heads
Improve placeholder, added paremeter locale were can be:
"english","en"
"french","fr"
"german","de"
"italian","it"
"japanese","ja"
"korean","ko"
"chinese","zh"
"simplified_chinese","zh_cn"
"traditional_chinese","zh_tw"
"france","germany"
"italy","japan"
"korea","uk"
"us","canada"
"canada_french"
%blockdynastyeconomy_balance_currencyName_formatted_locale%
%blockdynastyeconomy_balance_currencyName_locale%
this paremeter permit show the balance value in format in reason to greograpical location
Full changeLog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.3...v1.1.5
10.12.2025 · 39 загрузки
Upgrade to api v16.
Support 1.21.3 to 1.21.10 SpongeVanilla, SpongeForge, SpongeNeo.
08.12.2025 · 61 загрузки
Implementation of a new version of Vault with API support for multi-currency systems
05.12.2025 · 23 загрузки
Bank Panel buttons editor
Now you can enable and disable butons from Bank gui.
Permissions for bank gui functionalities
Now all bank gui functionalities require same perms that commands.
Fix some messages in commands response
Some messages were in another language...
Add full compatibility Minestom v1.21.5
The economic system behaves like a black box framework which allows its easy incorporation with a single static call to the package.
Refator base code Library and framework engine.
Realocation packages and enhance libraries for better future integrations.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.1...v1.1.2
05.12.2025 · 38 загрузки
Bank Panel buttons editor
Now you can enable and disable butons from Bank gui.
Permissions for bank gui functionalities
Now all bank gui functionalities require same perms that commands.
Fix some messages in commands response
Some messages were in another language...
Add full compatibility Minestom v1.21.5
The economic system behaves like a black box framework which allows its easy incorporation with a single static call to the package.
Refator base code Library and framework engine.
Realocation packages and enhance libraries for better future integrations.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.1...v1.1.2
29.11.2025 · 26 загрузки
New Features:
Added custom texture for Sponge.
Critical Fixes:
Fixed balances update for old accounts in database.
Fixed bug in interchangeable currencies list, associations entities in db "delete on cascade".
Refactoring base code in package Core economy and Tests.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.0...v1.1.1
25.11.2025 · 35 загрузки
New Features:
Added integration with Treasury Economy api for Spigot.
Added functionality "sell commands to Player" in GUI system "Account Manager".
Critical Fixes:
Fixed balances update for old accounts in database.
Fixed bug in interchangeable currencies list, associations entities in db "delete on cascade".
Refactoring base code in package Core economy and Tests.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.1.0...v1.1.1
19.11.2025 · 42 загрузки
Added custom textures attribute "URL or Base64" for system currencies, allowing the use of "custom heads" rendering logic as textures.
Custom textures Working on Spigot > 1.20.
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.0.6...v1.1.0
13.11.2025 · 23 загрузки
Added whitelist for currency exchange
Patch fix PlaceHolderApi expansion
-note: added listener to "ExpansionsLoadedEvent" for correct re-register and integration expansion with command "/papi reload".
-fix missing dependencies h2 sql web console.
Refactored base code
Improved testing
full changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.0.5...v1.0.6
13.11.2025 · 53 загрузки
Added whitelist for currency exchange
Patch fix PlaceHolderApi expansion
-note: added listener to "ExpansionsLoadedEvent" for correct re-register and integration expansion with command "/papi reload".
-fix missing dependencies h2 sql web console.
Refactored base code
Improved testing
full changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.0.5...v1.0.6
23.10.2025 · 38 загрузки
Refactor Core Economy
Added aditionals tests
Fixed minimessage colors in some messages
FullChangeLog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.0.4...v1.0.5
23.10.2025 · 97 загрузки
Refactor Core Economy
Added aditionals tests
Fixed minimessage colors in some messages
FullChangeLog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.0.4...v1.0.5
20.10.2025 · 26 загрузки
Add Languages RUSSIAN,CHINESE
Fix some colors chat messages
Reduce size dependencies removing packages duplicates
20.10.2025 · 40 загрузки
Add Languages RUSSIAN,CHINESE
Fix some colors chat messages
Reduce size dependencies removing packages duplicates
16.10.2025 · 72 загрузки
14.10.2025 · 92 загрузки
economy reload command and multi-language support
11.10.2025 · 72 загрузки
Fix Debug mode
Add support 1.21.10
06.10.2025 · 94 загрузки
06.10.2025 · 72 загрузки
06.10.2025 · 60 загрузки
Sponge 1.21.3 tested, minimun requirement JDK 21.
06.10.2025 · 78 загрузки
Multi version support, minimun requirement JDK 17