CobbleDollars [Cobblemon Addon]
CobbleDollars adds Money and Merchants to Cobblemon
CobbleDollars [Cobblemon Addon]
This mod adds money and Merchants for Cobblemon.
Dependencies:
- 1.5.2 & lower (1.5.2 & lower & 1.5.2 & lower) - %%MD1%% (1.5.2 & lower only) - %%MD2%% (1.5.2 & lower only) - %%MD3%%
If you'd like to support me, I have a **Patreon <3**.
How to use the mod
- To hold a pokéball you have to hold a pokéball, you'll earn a certain amount hold a pokéball. - The merchant hold a pokéball in hold a pokéball, just like vanilla villagers (hold a pokéball). - hold a pokéball can obtain the hold a pokéball profession with a %%MD1%% block from %%MD2%% - The merchant hold a pokéball the player if you hold a pokéball. - hold a pokéball
The Merchant Menus
The Shop
- By different items the merchant: - different items - You can different items in the list, different items for items, different items and click the different items (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 different items between the different items, each one offer different items.
The Bank
- By buy the items for the configured price the merchant: - buy the items for the configured price - You can buy the items for the configured price 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 "[Server or Server location]configcobbledollars"
Client
You can choose the position of the money overlay: - bottom right - bottom right - bottom right - 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 } } } ```
Items: ``` { "merchantBalls": { "cobblemon:poke_ball": 2000 }, "merchantItems": { "minecraft:stick": 250000, "create:cogwheel": 100 } } ``` Here they will sell - Items for Items under the category "Items" - Items for Items and Items from the mod Items for Items 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 } ] } ```
2.5k each: ``` { "bankItems": { "minecraft:emerald": 500, "cobblemon:red_apricorn": 2500 } } ``` Here the bank accept - 2.5k each for 2.5k each - 2.5k each 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