Fortune & Favors
I built it for a friend group, then polished it until it stopped crashing. Mostly :P
Sell stuff, buy stuff
Selling — /sell opens a window. Drop items in, the total ticks up, close it and get paid. /sell hand and /sell all still work if you're a command person. Every block and item in the game has a value. Yes, even the weird ones.
The shop — /shop has five categories: Food, Materials, Building, Redstone, and Misc. Building alone has 300+ entries: every wood type's full kit, all 16 colors of concrete, wool, glass and terracotta, stone variants, the lot. Redstone has the useful stuff — hoppers, pistons, observers, repeaters, rails, minecarts, sculk sensors, crafters.
Run your own shop
Chest + Buy or Sell sign = a shop. Set prices with /chestshop price, and the owner gets their own settings page to switch buy/sell, change the currency, and set per-item prices.
Shops pay in cash or in items — including tokens, so you can run a shop that only trades in your own currency. Shop chests are grief-proof: only the owner can break them, and you can't merge a chest into someone else's shop to break the pairing.
The auction house
/auction opens it. Bid on listings, buy-now fixed-price stuff, and sell your own items with a price you type — 10k, 1.5m and 2b all parse. Bids go into escrow so nobody walks off with a free item, and outbid bidders get refunded automatically.
Trading
/trade <name> sends a request. They type /tradeaccept and a two-sided window opens — items and cash on both sides. Both players hit ACCEPT, done. Close the window and everything goes back where it came from.
Tokens — your own private currency
/token mints one for $1,000. It's a real item you can give to friends, spend at shops, or use as gambling chips. Only /token can create them — no crafting recipe, no dupes, they can't be replicated
Claim your land
/claim gives you a claimer. Two clicks to claim the area between them, or grab the Chunk Claimer (costs more) to take a whole chunk in one click. $1,500 per chunk, max 6 claims.
Every claim has permissions GUI's
Tags
/tag set Owner and /tag color 255 170 0 — your tag shows in the tab list right next to your name. Custom colors included.
The Custom Blocks
- Auto-sell hopper — silent, but hopper-like: it sucks up sellable items nearby, drains containers above it, and sells everything to its owner. Won't touch shop chests, won't steal from claimed land you can't access.
- Elevator — jump to go up, sneak to go down. Teleports straight through everything between floors. Spam it or hold it, your call.
- Buy messages coalesce, so spamming one item doesn't flood chat with a dozen lines.
- Custom sounds for selling, buying, bidding, trading, elevators, page flips, claims — the works.
Commands
| You want to... | Type |
|---|---|
| Check your money | /balance |
| Send money | /balance transfer <player> <amount> |
| Open the shop | /shop |
| Buy one thing, fast | /buy <item> [amount] |
| Sell | /sell [hand|all] |
| Auction stuff | /auction |
| Trade | /trade <player> + /tradeaccept |
| Mint a token | /token |
| Wear a tag | /tag set <text>, /tag color <r> <g> <b>, /tag clear |
| Claim land | /claim, /claim abandon |
| Run a shop | /chestshop price|currency ... |
| Admin stuff | /economy help |
For the server owner
- Disable anything.
/disableopens a toggle page (or/disable <feature>from the console) — switch off claims, tokens, tags, the shop, chest shops, balance commands, whatever you don't want. Saved toconfig.jsonin the world'sfortuneandfavors/folder. - Prices and sell values are plain JSON (
shop.json,block_values.json) in the world folder. Edit them and run/economy reload— no restart needed. - Fabric + Fabric API, Minecraft 26.2. Drop it in the mods folder on the server (and the client if you want the sounds).
