HomeJavaModsCurrency Pouch
Currency Pouch
ModsJava

Currency Pouch

by iRedsou1 · on Modrinth

A comprehensive economy system for Minecraft with virtual currency, beautiful shop GUI, and powerful in-game management commands. Features include…

⬇ Download on Modrinth
Currency Pouch — screenshot 1

Currency Pouch Mod

A comprehensive economy system for Minecraft with coins, shops, and in-game management!

📋 Overview

Currency Pouch Mod adds a complete virtual currency system to Minecraft, allowing players to earn, store, and spend coins. The mod features a beautiful shop GUI, powerful admin commands, and full configuration support - all without requiring any external dependencies!

✨ Key Features

💰 Virtual Currency System

🏪 Shop System

🎮 In-Game Shop Management

Powerful commands to manage your shop without restarting the server:

⚙️ Configuration System

🎨 User Interface

🛠️ Crafting Recipe

Shop Block

[Gold] [Emerald] [Gold]
[Diamond] [Chest] [Diamond]
[Iron Block] [Iron Block] [Iron Block]

For Server Admins:

  1. Give yourself coins: /coins add @p 1000
  2. Place a Shop Block in spawn
  3. Customize shop items via commands or config file
  4. Use /coins shop reload after making changes

📝 Configuration

The shop configuration is stored in config/currency_pouch_mod-shop.json

Example Configuration:

{
  "categories": [
    {
      "name": "Resources",
      "icon": "⛏",
      "items": [
        {
          "itemId": "minecraft:diamond",
          "price": 100,
          "name": "Diamond",
          "description": "Precious gem"
        }
      ]
    }
  ]
}

Adding Items from Other Mods:

  1. Find the item ID: /coins debug modname
  2. Add to shop: /coins shop add "Category" "modname:item" 100 "Name" "Description"
  3. Reload: /coins shop reload

Important: Use quotes around item IDs with colons!

🎯 Use Cases

Survival Servers

Mini-game Servers

RPG Servers

Creative Servers

🔧 Technical Details

Features:

Performance:

📚 Command Reference

Player Commands:

None - all commands require OP level 2

Admin Commands:

Coin Management:

/coins add <player> <amount>     - Add coins to player
/coins set <player> <amount>     - Set player's balance
/coins get <player>              - Check player's balance

Shop Management:

/coins shop add <category> <itemId> <price> <name> <description>
  - Add item to shop
  
/coins shop remove <category> <itemId>
  - Remove item from shop
  
/coins shop list [category]
  - List all categories or items in category
  
/coins shop reload
  - Reload configuration without restart

Debug:

/coins debug <modid>
  - List all items from specified mod

🎨 Customization

Shop Categories:

Item Configuration:

Visual Customization:

🔒 Permissions

All commands require OP level 2 by default.

To grant permissions:

/op <player>

🐛 Troubleshooting

Shop is empty:

  1. Check config/currency_pouch_mod-shop.json exists
  2. Verify item IDs are correct
  3. Use /coins debug <modid> to find correct IDs
  4. Run /coins shop reload

Items not found:

Coins not saving:

Changes not applying:

📖 Examples

Setting up a starter shop:

/coins shop add "Starter" "minecraft:wooden_sword" 10 "Wooden Sword" "Basic weapon"
/coins shop add "Starter" "minecraft:bread" 5 "Bread" "Restores hunger"
/coins shop add "Starter" "minecraft:torch" 1 "Torch" "Provides light"
/coins shop reload

Adding mod items (Mekanism example):

/coins debug mekanism
/coins shop add "Tech" "mekanism:ingot_osmium" 50 "Osmium Ingot" "Advanced material"
/coins shop add "Tech" "mekanism:energy_tablet" 100 "Energy Tablet" "Stores power"
/coins shop reload

Giving rewards:

/coins add @a[tag=winner] 1000
/coins add @p 500

🤝 Compatibility

Works with:

Tested with:

📜 License

This mod is provided as-is for Minecraft 1.19.2 with Forge.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more