Economy

Quick rating

Economy

No reviews yet

A performance and fully customizable Economy for players!

QoL & Tweaks
Mod Loaders
Datapack
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

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 Optional
Server Required

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 or later
Latest Version
ly-economy-1.0.0.jar
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

Economy

Discord Modrinth License

📖 Description

A performance and fully customizable Economy for players!

📃 Features

  • Balance
  • Payment
  • Payment Tax
  • Coin Item
  • Initial Balance
  • Daily Reward
  • Weekly Reward
  • Kill Reward
  • Death Penalty
  • Player Bounties
  • Jobs (Miner, Hunter, Builder, Woodcutter, Digger, Explorer, Enchanter, Brewer, Farmer, Trader and Fisher)
  • Leave Job Penalty
  • Villager Shop
  • Player Shop

All features are optional; in other words, you can enable or disable whichever ones you want, as well as enable or disable specific jobs.

⌨️ Commands

Player

All player commands use /trigger, so they work without operator permissions. Triggers only appear when their feature is enabled in the config.

See the list of available commands:

/trigger economy.help

Show your Player ID:

/trigger economy.show_id

See your balance:

/trigger economy.balance

Get a coin item worth the specified amount (withdraws it from your balance):

/trigger economy.coin set <balance_amount>

Pay another player (first select them by Player ID, then set the amount):

/trigger economy.pay set <player_id>
/trigger economy.pay.amount set <balance_amount>

Create a Player Shop with your maind hand item:

/trigger economy.shop.create

Remove the Player Shop you are standing near:

/trigger economy.shop.remove

Put a bounty on a player (first select them by Player ID, then set the reward):

/trigger economy.bounty set <player_id>
/trigger economy.bounty.amount set <balance_amount>

See the available jobs:

/trigger economy.jobs

Leave your current job:

/trigger economy.job.leave

Admin

Open the config menu (toggle features and edit their values):

/function economy:config

Open the jobs config menu:

/function economy:config/jobs

Give balance to a player:

/function economy:admin/player/balance/add {"player":"<player>","amount":<amount>}

Remove balance from a player:

/function economy:admin/player/balance/remove {"player":"<player>","amount":<amount>}

Set a player's balance:

/function economy:admin/player/balance/set {"player":"<player>","amount":<amount>}

<player> can be any target selector or name (e.g. @p, @a, Steve).

Get a Villager Shop spawn egg. Place it to spawn the shop villager, then put barrels underneath it to configure its trades:

/function economy:loot_table/villager_shop/macro {"name":"Weapons","color":"light_purple","profession":"armorer","type":"plains"}
  • name: the shop's display name.
  • color: the name color (any Minecraft named color, e.g. light_purple, gold, aqua).
  • profession: the villager profession that sets its look (e.g. armorer, weaponsmith, librarian, farmer, cleric...).
  • type: the villager biome variant that sets its outfit (plains, desert, jungle, savanna, snow, swamp, taiga).

Create an infinite (admin) Player Shop selling the item in your main hand, with a custom text:

/function economy:player/shop/admin {"price":<price>,"text":"<title>"}
  • price: the price buyers pay for the item.
  • text: the shop's title text. Unlike a normal Player Shop, this one never runs out of stock.

Delete the nearest Player Shop (within 3 blocks of you):

/function economy:player/shop/delete/nearest

Delete every Player Shop in the world:

/function economy:player/shop/delete/all

Config Options

Option Default
Sounds true
Payment true
Payment Tax false
Payment Tax Percentage 5
Coins true
Player Shops false
Initial Balance false
Initial Balance Amount 100
Player Bounties false
Kill Reward false
Kill Reward Amount 10
Death Penalty false
Death Penalty Amount 10
Daily Reward false
Daily Reward Amount 10
Weekly Reward false
Weekly Reward Amount 100
Jobs false
Job Leave Penalty false
Job Leave Penalty Amount 10

Each job can be enabled/disabled individually, with its own reward amount and how often it pays, from the jobs config menu.

Future Features?

  • Top 10 /trigger economy.top
  • Kill Bounty
  • Sell? /trigger economy.sell - sell configurable items from your invetory
  • Request Balance? /trigger economy.request - /trigger economy.request.amount
  • Employments?
  • Aunctions?
  • Bank?

🪪 License

AGPL-3.0-or-later

👾 Bugs/Issues

Please report any problem/bug/issues in the Discord Server.

💌 Donate

🎁 Server Hosting

Creating your own server can be a very lengthy, tedious and costly process.

But with BisectHosting, you get your own server in just a couple of clicks! With their 24/7 support and fast-response time, no issues shall stand in your way! Interested? Then we've got a deal for you!

https://bisecthosting.com/lullaby

Server Hosting

Economy

Discord Modrinth License

📖 Description

A performance and fully customizable Economy for players!

📃 Features

  • Balance
  • Payment
  • Payment Tax
  • Coin Item
  • Initial Balance
  • Daily Reward
  • Weekly Reward
  • Kill Reward
  • Death Penalty
  • Player Bounties
  • Jobs (Miner, Hunter, Builder, Woodcutter, Digger, Explorer, Enchanter, Brewer, Farmer, Trader and Fisher)
  • Leave Job Penalty
  • Villager Shop
  • Player Shop

All features are optional; in other words, you can enable or disable whichever ones you want, as well as enable or disable specific jobs.

⌨️ Commands

Player

All player commands use /trigger, so they work without operator permissions. Triggers only appear when their feature is enabled in the config.

See the list of available commands:

/trigger economy.help

Show your Player ID:

/trigger economy.show_id

See your balance:

/trigger economy.balance

Get a coin item worth the specified amount (withdraws it from your balance):

/trigger economy.coin set <balance_amount>

Pay another player (first select them by Player ID, then set the amount):

/trigger economy.pay set <player_id>
/trigger economy.pay.amount set <balance_amount>

Create a Player Shop with your maind hand item:

/trigger economy.shop.create

Remove the Player Shop you are standing near:

/trigger economy.shop.remove

Put a bounty on a player (first select them by Player ID, then set the reward):

/trigger economy.bounty set <player_id>
/trigger economy.bounty.amount set <balance_amount>

See the available jobs:

/trigger economy.jobs

Leave your current job:

/trigger economy.job.leave

Admin

Open the config menu (toggle features and edit their values):

/function economy:config

Open the jobs config menu:

/function economy:config/jobs

Give balance to a player:

/function economy:admin/player/balance/add {"player":"<player>","amount":<amount>}

Remove balance from a player:

/function economy:admin/player/balance/remove {"player":"<player>","amount":<amount>}

Set a player's balance:

/function economy:admin/player/balance/set {"player":"<player>","amount":<amount>}

<player> can be any target selector or name (e.g. @p, @a, Steve).

Get a Villager Shop spawn egg. Place it to spawn the shop villager, then put barrels underneath it to configure its trades:

/function economy:loot_table/villager_shop/macro {"name":"Weapons","color":"light_purple","profession":"armorer","type":"plains"}
  • name: the shop's display name.
  • color: the name color (any Minecraft named color, e.g. light_purple, gold, aqua).
  • profession: the villager profession that sets its look (e.g. armorer, weaponsmith, librarian, farmer, cleric...).
  • type: the villager biome variant that sets its outfit (plains, desert, jungle, savanna, snow, swamp, taiga).

Create an infinite (admin) Player Shop selling the item in your main hand, with a custom text:

/function economy:player/shop/admin {"price":<price>,"text":"<title>"}
  • price: the price buyers pay for the item.
  • text: the shop's title text. Unlike a normal Player Shop, this one never runs out of stock.

Delete the nearest Player Shop (within 3 blocks of you):

/function economy:player/shop/delete/nearest

Delete every Player Shop in the world:

/function economy:player/shop/delete/all

Config Options

Option Default
Sounds true
Payment true
Payment Tax false
Payment Tax Percentage 5
Coins true
Player Shops false
Initial Balance false
Initial Balance Amount 100
Player Bounties false
Kill Reward false
Kill Reward Amount 10
Death Penalty false
Death Penalty Amount 10
Daily Reward false
Daily Reward Amount 10
Weekly Reward false
Weekly Reward Amount 100
Jobs false
Job Leave Penalty false
Job Leave Penalty Amount 10

Each job can be enabled/disabled individually, with its own reward amount and how often it pays, from the jobs config menu.

Future Features?

  • Top 10 /trigger economy.top
  • Kill Bounty
  • Sell? /trigger economy.sell - sell configurable items from your invetory
  • Request Balance? /trigger economy.request - /trigger economy.request.amount
  • Employments?
  • Aunctions?
  • Bank?

🪪 License

AGPL-3.0-or-later

👾 Bugs/Issues

Please report any problem/bug/issues in the Discord Server.

💌 Donate

🎁 Server Hosting

Creating your own server can be a very lengthy, tedious and costly process.

But with BisectHosting, you get your own server in just a couple of clicks! With their 24/7 support and fast-response time, no issues shall stand in your way! Interested? Then we've got a deal for you!

https://bisecthosting.com/lullaby

Server Hosting

Screenshots

Gallery

  • 7.png
    7.png 7.png
  • 6.png
    6.png 6.png
  • 5.png
    5.png 5.png
  • 4.png
    4.png 4.png
  • 3.png
    3.png 3.png
  • 2.png
    2.png 2.png
  • 1.png
    1.png 1.png
  • 0.png
    0.png 0.png
  • Config
    Config
  • Villager Shop
    Villager Shop
  • Villager Shop Trades
    Villager Shop Trades
  • Villager Shop Config
    Villager Shop Config
  • Player Balance
    Player Balance
  • Coin
    Coin
  • Admin Shop
    Admin Shop
  • Player Shop
    Player Shop

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

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works