Tycoon Shop is a server-side economy mod for NeoForge 1.21.1. It adds a currency system, an admin-managed shop, a player-to-player marketplace, and wallet management tools.
Five coin tiers exist, each worth a configurable multiple of the one below it (default 100:1):
Coins are physical items that can exist in your inventory. When you deposit them into your wallet, they auto-convert upward — 100 copper automatically becomes 1 iron, and so on. When spending, higher-tier coins are broken down automatically to cover the cost.
Every player has a personal wallet stored on the server. It persists through deaths and restarts.
Interacting with the wallet:
If FTB Teams is installed, teammates share a single wallet.
An admin-managed store where players can buy items for coins. The shop is organized into categories and entries.
Admins open the shop with /tshop, then enable Edit Mode to:
Changes are applied live — no restart needed.
A player-to-player marketplace where anyone can list items for sale.
Tax: every sale deducts a 5% tax from what the seller receives (minimum 1 coin for prices of 2+). Taxed coins are destroyed, reducing the money supply over time.
| Command | Description |
|---|---|
/tshop |
Opens the shop |
/tshop pay <player> <currency> <amount> |
Transfers coins from your wallet to another player |
| Command | Description |
|---|---|
/tshop editmode |
Toggles shop edit mode for the calling admin |
/tshop wallet <player> <currency> add <amount> |
Adds coins to a player's wallet |
/tshop wallet <player> <currency> set <amount> |
Sets a player's coin balance |
/tshop wallet <player> <currency> get |
Checks a player's balance for a specific currency |
/tshop savedefault |
Saves the current shop layout to config/tycoonshop/default_shop.json |
/tcoins give <player> <currency> <amount> |
Gives coins to a player |
/tcoins set <player> <currency> <amount> |
Sets a player's balance |
/tcoins show <player> |
Displays a player's full wallet |
Currency IDs for commands: copper_coin, iron_coin, gold_coin, diamond_coin, netherite_coin
Two config files are generated on first launch:
tshop_coin.toml — exchange rates between coin tiers (default 100, range 2–10000)
tshop_name.toml — display names for the Shop and Market screens
FTB Teams — if installed, players in the same team share one wallet automatically. No extra setup needed.