DynastyEconomy icon

DynastyEconomy -----

An advanced economy plugin (Bukkit/Spigot/Paper/Folia)



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.

[​IMG] [​IMG]

Support integrations: Vault, VaultUnlocked, PlaceholderAPI.
Support forks: Paper, Folia, Canvas.

Proxies complements:
[​IMG]
[​IMG]

Requirements: None. This plugin is fully modular and will adapt to your server.It can work without any integrations.

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.
  • Secure Transactions: All economic operations are executed atomically and reliably.
No more commands! Manage everything with an easy-to-use GUI.
You can see how it works here: wiki.blockdynasty.net/Users/demos

Documentation:
Code (YAML):
# Main Configuration file.
# BlockDynastyEconomy Plugin
# Version: 1.0

# Developer(s): @Federkone.

#The plugin is designed to work in both offline and online modes.
#Therefore:
#In online mode: the user will be validated with their UUID, and if a change in nickname is detected, it will be updated in the database.
#In offline mode: the user will be validated with their nickname, and if a change in UUID is detected, it will be updated in the database.
#As you can see, selecting this option from the beginning is critical and must be synchronized with your network, since
#changing the operating mode from offline to online during the process will result in the total loss of information.
#It is impossible to assume that the UUIDs uploaded in offline mode are true, as they may be random data not supported by Mojang.
#-> Make your decision carefully and set the same value on all your servers. Thank you.
online
: true

#Console log some information for debugging.
debug
: false

#This parameter forces the Minecraft API to strictly use the vanilla color system.
#It's not necessary to change this option unless you're experiencing compatibility issues.
#Default is false.
forceVanillaColorsSystem
: false

#Enable or Disable Vault integration.
vault
: true
# Enable or Disable the transaction log vault integration. This will log all transactions operations to vault.
# Note: This option enabled cause a lot of logs because every transaction will be logged to vault integrations.
transaction_log_vault
: false

# Enable or Disable the transaction log. The transaction log is a log of all transactions that
transaction_log
: true

sql
:
  # You have three valid storage methods, mysql/sqlite/h2. You would have to enter the database credentials below.
  type
: h2
  # you would have to enter the database credentials down below.
  database
: minecraft
  host
: localhost
  port
: 3306
  username
: root
  password
: password
  # EnableWebEditorSqlServer is to enable the web sql server for h2/sqlite database in http://localhost:8082,
  # if you want to use the web console of h2/sqlite database, you have to set this to true.
  # With this you can manage the h2/sqlite database from a web browser.
  EnableWebEditorSqlServer
: false

# Redis configuration, this replaces module messaging with Proxy:Velocity, BungeeCord, for sync cache balances,notifications between servers.
redis
:
  enabled
: false
  host
: localhost
  port
: 6379
  password
: ""
  user
: default

Transfers, payments via Gui


Currency editor via Gui


Offers manager via Gui


Account Manager

Contributing & Bug Reports:
If you find a bug or want to contribute to the project, feel free to visit our GitHub repository:
[​IMG]
Resource Information
Author:
----------
Total Downloads: 80
First Release: Oct 5, 2025
Last Update: Nov 13, 2025
Category: ---------------
All-Time Rating:
2 ratings
Find more info at wiki.blockdynasty.net...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings