Mod

Grand Economy

Quick rating

Grand Economy

No reviews yet

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

No Theme
No Genre
Server Utility
Economy & Trade Systems
Mod Loaders
Forge
Fabric
Quilt
Minecraft
1.19

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
Latest Version
Grand-Economy-Fabric-6.0.1+1.19
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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 (Forge) and Fireplace Lib (Forge)
Fabric:
Requires Fireplace Lib

Downloads for Forge
Downloads for Fabric

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:

Diamond Economy* (experimental, may have issues)

1.17.X:
Diamond Economy* (experimental, may have issues)

1.16.X:

1.12.2:

A visual representation of how this works:

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.
Server owners can set items that can be converted to currency (1.12.2 only - I'm looking to make this functionality a part of Grand Exchange in newer versions).

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

/convert (before 3.0.0 only - functionality being moved to Grand Exchange)

Converts the held item into currency, if possible

Configuration Tutorial

This video is for Grand Economy 1.5.2 on Fabric for Minecraft 1.15.2. I strongly recommend using Mod Menu to configure Grand Economy 3.0.0+ because that's where the Config GUI is, but it is not required.

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.

Old Versions FAQ:

Q: How do I set the value of items to be converted into currency?

A: There is a file called conversion_items.json located in config/grandeconomy-extra (or world/serverconfig/grandeconomy-extra on Forge 1.14.4+) which you can configure to give items value.

Q: What's the "meta" field in conversion_items.json (1.12.2)?

A: Meta is something used to distinguish different varieties of one block/item in 1.12.2 and older. For vanilla blocks/items, there is a list of these available here.

Q: The Vault integration is crashing, how do I fix it?
A: Ensure that you've installed Grand Economy Vault Compat, and keep in mind that not all Vault economies are able to be run with all mods that use Grand Economy. I recommend SaneEconomy for best compatibility.

Q: Can you make more Vault economies work with mods like Clans?

A: This is not possible because many Vault economies rely on players being the only things that can have bank accounts. However, mods like Clans require an economy capable of storing generic bank accounts for things other than players - which is what makes many commonly used Vault economies incompatible.

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.

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

Pay another player money from your account

/wallet balance

Admin command to check a player's account balance

/wallet give

Alias: /wallet add

Admin command to add currency to a player's account

/wallet take

Admin command to take currency from a player's account

/wallet set

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~290,000
Total Downloads
CurseForge
~290,000
Modrinth
~5,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync