
DynastyEconomy
An advanced economy plugin (Bukkit/Spigot, BungeeCord & more)
Список изменений
-
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.
What's Changed
- Critical fix, first count items and before remove. by @federkone in https://github.com/BlockDynasty/BlockDynastyEconomy/pull/36
- Configuration synchronization between proxy and backend. by @federkone in https://github.com/BlockDynasty/BlockDynastyEconomy/pull/38
Full Changelog: https://github.com/BlockDynasty/BlockDynastyEconomy/compare/v1.2.5...v1.2.6
