Download CobbleDollars Ticket — Minecraft Mods — MetaMods

CobbleDollars Ticket

Active

Downloads

0

Last update

3 months ago

Versions

1.21.1
Client and server
Fabric
Economy
Social
Utils

CobbleDollars Ticket - Physical Currency for Cobblemon

CobbleDollars Ticket is an addon for the CobbleDollars mod that significantly expands the economic system in the Cobblemon world. This addon introduces the concept of physical money into CobbleDollars' digital financial system, allowing players to exchange virtual funds for real banknotes and coins.

Main Features

Items and Blocks

Pokézon - Universal Gadget

A special device providing remote access to all economic functions. Simply right-click to open the shop from anywhere or use Shift+right-click for banking operations.

Physical Currency

Convert digital funds into banknotes and coins ranging from 10 to 1,000,000 dollars. For bulk exchange of an entire stack, use the Shift+right-click combination.

Slot Machines

  • Regular Slot: 1,000 dollar bet with potential winnings up to 120,000 dollars
  • Premium Slot: 10,000 dollar bet with main jackpot of 1,500,000 dollars

The system includes dynamic level changes and realistic sound effects for full immersion.

Luxury Trophies

Purchase exclusive awards as symbols of your wealth:

  • Gold trophy - 100 million dollars
  • Silver trophy - 10 million dollars
  • Bronze trophy - 1 million dollars

Required Dependencies

For the mod to work, the following are required:

  • Fabric API
  • Cobblemon
  • CobbleDollars

Configuration Setup

To activate currency exchange and shop functions, you need to manually edit the CobbleDollars configuration files. This is mandatory for both single-player and multiplayer. The files are located in the config/ folder of your Minecraft client or server.

1. Bank Configuration (config/cobbledollars/bank.json)

Add the following entries to enable exchange of digital money for physical banknotes:

{ "item": "cobbledollars_ticket:10cobbledollar", "price": 10 },
{ "item": "cobbledollars_ticket:100cobbledollar", "price": 100 },
{ "item": "cobbledollars_ticket:1000cobbledollar", "price": 1000 },
{ "item": "cobbledollars_ticket:10000cobbledollar", "price": 10000 },
{ "item": "cobbledollars_ticket:100000cobbledollar", "price": 100000 },
{ "item": "cobbledollars_ticket:1000000cobbledollar", "price": 1000000 }

2. Shop Configuration (config/cobbledollars/default_shop.json)

Add the following sections for buying and selling banknotes and trophies:

{
    "Banknotes": [
      { "item": "cobbledollars_ticket:1000cobbledollar", "price": 1000 },
      { "item": "cobbledollars_ticket:10000cobbledollar", "price": 10000 },
      { "item": "cobbledollars_ticket:100000cobbledollar", "price": 100000 },
      { "item": "cobbledollars_ticket:1000000cobbledollar", "price": 1000000 }
    ]
},
{
    "Coins": [
      { "item": "cobbledollars_ticket:10cobbledollar", "price": 10 },
      { "item": "cobbledollars_ticket:100cobbledollar", "price": 100 }
    ]
},
{
    "Trophies": [
      { "item": "cobbledollars_ticket:gold_trophy", "price": 100000000 },
      { "item": "cobbledollars_ticket:silver_trophy", "price": 10000000 },
      { "item": "cobbledollars_ticket:bronze_trophy", "price": 1000000 }
    ]
}

Depending on the existing configuration, careful merging of entries may be required.

Project members
Nyankoro

Nyankoro

Developer

Created: 19 Jul 2025

ID: 256511