Description
This mod adds money and Merchants for Cobblemon.
Dependencies:
If you'd like to support me, I have a Patreon <3.
How to use the mod
- To earn money you have to kill wild pokémons, you'll earn a certain amount depending on their level.
- The merchant spawns in overworld villages, just like vanilla villagers (~8%).
- Vanilla Villagers can obtain the CobbleMerchant profession with a Display Case block from Cobblemon
- The merchant follow the player if you hold a pokéball.

The Merchant Menus
The Shop
- By Right Clicking the merchant:

- You can scroll in the list, search for items, set the amount (MAX 256) and click the Buy button (you can see the total price on the right of the preview item) ! (if you don't have enough CobbleDollars the price will be red)
- You can switch between the configured tab, each one offer different items.
The Bank
- By Shift + Right Clicking the merchant:

- You can insert any items allowed by the config in the bank inventory, the merchant will buy the items for the configured price (by default 1 Emerald = 500 CobbleDollars).
Configuration
The configuration files are located under "[Minecraft files or Server location]\config\cobbledollars\"
Client
You can choose the position of the money overlay:
- top left
- top right
- bottom left
- bottom right (default)
Common
Shop
You can configure which items the merchant sells, for example:
2.X.X:
{
"defaultShop": [
{
"Poké Balls": [
{
"item": "cobblemon:poke_ball",
"price": 2000
}
]
},
{
"Items": [
{
"item": "minecraft:stick",
"price": 250000
},
{
"item": "create:cogwheel",
"price": 100
}
]
}
]
}
1.5.X:
{
"merchantShop": {
"balls": {
"cobblemon:poke_ball": 2000
},
"items": {
"minecraft:stick": 250000,
"create:cogwheel": 100
}
}
}
Before 1.5:
{
"merchantBalls": {
"cobblemon:poke_ball": 2000
},
"merchantItems": {
"minecraft:stick": 250000,
"create:cogwheel": 100
}
}
Here they will sell
- Pokéballs for 2k CobbleDollars each under the category "Balls"
- Sticks for 250k CobbleDollars each and Cogwheels from the mod Create for 100 CobbleDollars each under the category "Items"
Bank
You can configure the items accepted in the bank and for what price:
2.X.X:
{
"bank": [
{
"item": "minecraft:emerald",
"price": 500
},
{
"item": "cobblemon:red_apricorn",
"price": 2500
}
]
}
1.5.X:
{
"bankItems": {
"minecraft:emerald": 500,
"cobblemon:red_apricorn": 2500
}
}
Here the bank accept
- Emeralds for 500 CobbleDollars each
- Red Apricorns for 2.5k each
You can even put items from other mods.
Permissions
- cobbledollars
- cobbledollars.reload
- cobbledollars.leaderboard
- cobbledollars.leaderboard.update
- cobbledollars.cobbledollars
- cobbledollars.cobbledollars.give
- cobbledollars.cobbledollars.pay
- cobbledollars.cobbledollars.query
- cobbledollars.cobbledollars.remove
- cobbledollars.cobbledollars.set
- cobbledollars.cobblemerchant
- cobbledollars.cobblemerchant.edit
- cobbledollars.cobblemerchant.open
- cobbledollars.cobblemerchant.open.bank
- cobbledollars.cobblemerchant.open.shop
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.