Grand Economy - Universal Economic System
Grand Economy is a powerful API for economic systems that allows combining various economy mods and plugins into a unified ecosystem. Instead of using Grand Economy's own currency, you can configure connection to your existing economic system through the "economyBridge" configuration parameter.
Compatibility and Dependencies
For Forge version: Requires installation of Annotated DI and Fireplace Lib mods
For Fabric version: Requires installation of Fireplace Lib mod
Supported Economic Systems
Systems marked with an asterisk () cannot use currency from other mods, but Grand Economy can work with their own currency.
Version 1.18.X:
- Diamond Economy (experimental support, possible issues)
Version 1.17.X:
- Diamond Economy* (experimental support, possible issues)
Version 1.16.X:
- Economic systems based on Gunpowder
Standalone Economic System
For users who don't want to connect third-party economy mods, Grand Economy offers its own basic economic system. It includes commands for managing player balances and allows administrators to set initial balance for new participants.
Additional Features
The regular payment system allows players to receive daily currency rewards. Settings enable configuring payment amounts and accumulation period for players who don't log in every day.
By default, a player receives 50 gp every real day provided they log into the game at least once every 5 days. All parameters are configurable.
A system for currency transfer between players upon killing is also implemented - you can set a fixed amount, percentage of the killed player's balance, or combination of both options.
Management Commands
Basic commands for players:
/balance- view own balance/pay <player> <amount>- transfer money to another player
Administrative commands:
/wallet balance <player>- check player's balance/wallet give <player> <amount>- add currency to player's account/wallet take <player> <amount>- withdraw currency from player's account/wallet set <player> <amount>- set specific balance for player
Frequently Asked Questions
Question: How does integration with other economic systems work?
Answer: After configuring the "economyBridge" parameter in Grand Economy configuration, the system stops using its own currency and starts working with the currency of the selected economic system.
Question: Is it possible to create trading functions like administrator and player shops?
Answer: For these purposes, it's recommended to use Grand Exchange (link will be added after update).