Grand Economy

Grand Economy

Mod

A server-side economy mod and api for hooking into various economy mods/plugins.

Server EconomyUtility

1,842 downloads
13 followers
Created3 years ago
Updateda year ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Grand Economy - The Economy API

This mod can be used as a way to support other economy mods/plugins, all in one place. This means you can use any of these other economies' currencies with any mod that uses Grand Economy, instead of having to use Grand Economy's currency. To do so, you set the "economyBridge" config option to the economy whose currency you wish to use.

Forge: Requires Annotated DI and Fireplace Lib Fabric: Requires Fireplace Lib

Supported Economies:

Economies marked with an asterisk (*) CANNOT use currency from another mod/plugin, but Grand Economy can be set to use their currency.

1.18.X:

1.17.X:

1.16.X:

A visual representation of how this works: Diagram

Grand Economy - The Standalone Economy

Grand Economy has a basic economy of its own for users that don't wish to use another economy mod. It doesn't do much, but it has commands to interact with players' currency, and allows server owners to set an initial balance.

Grand Economy - Other Features

Grand Economy also adds a basic income system that can be used to give users currency each day, which can also save up to a set number of days' worth for when they next log in.

By default the user gets 50 gp for each (real time) day, as long as they login at least once every 5 days. These amounts are configurable. currency can also be transferred between players when one kills another - this can be a flat amount, a percentage of the killed player's balance, or both.

Commands

/balance

Check your account balance

/pay <player> <amount>

Pay another player money from your account

/wallet balance <player>

Admin command to check a player's account balance

/wallet give <player> <amount>

Alias: /wallet add <player> <amount>

Admin command to add currency to a player's account

/wallet take <player> <amount>

Admin command to take currency from a player's account

/wallet set <player> <amount>

Admin command to set a player's account balance

FAQ

Q: How does this work with other economies?

A: How it works is, you set the "economyBridge" config option in Grand Economy. Grand Economy's currency is no longer used. Everything that uses Grand Economy is now using the currency from whatever that setting points to.

Q: Can I do trading functions like admin and player shops?

A: See Grand Exchange. (TODO: Add link once updated)

Contact

To report issues or request new features, use the issue tracker. Do not ask me to port to different Minecraft versions. For questions and other discussion, feel free to join my Discord.

External resources



Project members

The-Fireplace

Owner


Technical information

License
MPL-2.0
Client side
unsupported
Server side
required
Project ID