Перейти к содержимому
Mineforgian

DynastyEconomy

An advanced economy plugin (Bukkit/Spigot, BungeeCord & more)

Загрузки
2K
Подписчики
3
Обновлён
31 марта 2026 г.
Лицензия
Apache-2.0

Опубликован 6 октября 2025 г.

Advanced Economy System for Minecraft

🌍Lang: Russian,Chinese,English,Spanish,German,Italian,French,Japanese.

Official Website: wiki.blockdynasty.net

Api for Developers: Api

Main Features

💰 Multiple Currencies

Create and manage different currencies within your server.

🔄 Currency Exchange

Convert currencies automatically using configurable ratios.

📊 Offer Manager

Publish, accept, and manage currency offers between players, even across the network.

⚡ Command Selling

Exchange money for the execution of commands targeted to specific players.

💾 Storage Support

Compatible with:

  • MySQL
  • MariaDb
  • SQL
  • H2
  • Redis (to keep data synchronized across the network)
  • Proxies (to keep data synchronized across the network)

🔒 Secure Transactions

All economic operations are executed atomically and reliably.

Supported Platforms

Server Software

  • Spigot
  • Paper
  • Folia
  • Canvas
  • Sponge
  • Velocity
  • BungeeCord

Integration Support

  • Vault
  • VaultUnlocked
  • PlaceholderAPI
  • Towny
  • Lands

Overview

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

Documentation

📖 Commands

All available commands with explanations and permissions:
wiki.blockdynasty.net/Users/commands

🏷️ Placeholders

Ready-to-use placeholders for chat, tablist, or scoreboard integration:
wiki.blockdynasty.net/Users/placeholder

🔄 Migrations

Guide for migrating data from other economy systems or previous versions:
wiki.blockdynasty.net/Users/migrations

Contributing & Bug Reports

If you find a bug or want to contribute to the project, feel free to visit our GitHub repository:
https://github.com/BlockDynasty/BlockDynastyEconomy

GUI Management Reviews

  • Transfers & payments via GUI
  • Currency editor via GUI
  • Offers manager via GUI
  • Account Manager

Центр версий

10 из 34
  • Релиз40.1 МБ
  • Релиз38.7 МБ
  • Релиз38.0 МБ
  • Релиз38.0 МБ
  • Релиз37.9 МБ
  • Релиз37.9 МБ
  • Релиз37.8 МБ
  • Релиз37.8 МБ
  • Релиз44.4 МБ
  • Релиз44.4 МБ

Ченджлог

1.3.3Релиз1.21.8, 1.21.9, 1.21.10 · 31 марта 2026 г.

Api Released on Maven central:

Docs: https://wiki.blockdynasty.net/Developers/Api/

  • Artifacts configured for compatibility with the public api.

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.2...v1.3.3

1.3.3Релиз1.21.11, 26.1, 26.1.1 · 31 марта 2026 г.

Api Released on Maven central:

Docs: https://wiki.blockdynasty.net/Developers/Api/

  • Artifacts configured for compatibility with the public api.

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.2...v1.3.3

1.3.2Релиз1.21.10, 1.21.11, 26.1 · 30 марта 2026 г.

New feature!

  • Now you can define the default currency for each Vault consumer. This allows Vault to operate as a dynamic multi-economy system, serving different currencies based on the consumer's package. All of this is achieved without modifying the original API, ensuring 100% compatibility with existing plugins.

config.yaml

imgDemoConsumer

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.1...v1.3.2

1.3.1Релиз1.21.10, 1.21.11, 26.1 · 29 марта 2026 г.

Critical fix item Based Economy

  • Patch fix decimal withdrawal itemBasedEconomy. 🔴
  • Fix vaultUnlocked Hook. 🟡
  • Added to config Towny compatibility. 🟢

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.3.0...v1.3.1

1.3.0Релиз1.21.10, 1.21.11, 26.1 · 28 марта 2026 г.

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."

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.7...v1.3.0

1.2.7Релиз1.21.10, 1.21.11, 26.1 · 25 марта 2026 г.

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.

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.6...v1.2.7

2.0Релиз1.21.9, 1.21.10, 1.21.11 · 24 марта 2026 г.
  • 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.

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.5...v1.2.6

2.0Релиз1.21.9, 1.21.10, 1.21.11 · 24 марта 2026 г.
  • 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.

What's Changed

Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.5...v1.2.6

Комментарии

Загружаем…