zonary123 Cobble WonderTrade
A random pokemon trading mod for cobblemon. Allowing players to obtain random pokemons.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
zonary123 Cobble WonderTrade
WonderTrade
I will be creating more plugins/mods for Cobblemon. If you want to know more about them, join our Discord for more information: Discord
Required CobbleUtils is in discord: Required CobbleUtils is in discord:
Description
WonderTrade is a Minecraft plugin designed for Cobblemon. It introduces a unique trading system that allows players to exchange their Pokémon for random ones from a pool. This adds an element of surprise and excitement to the game, as you never know what Pokémon you might receive in return.
Configuration
The file path is `config/wondertrade`
```json { "lang": "en", "cooldown": 30, "cooldownmessage": 15, "sizePool": 2, "minlvreq": 5, "minlv": 5, "maxlv": 36, "emitcapture": false, "allowshiny": true, "allowlegendary": true, "poolview": true, "savepool": true, "shinyrate": 8192, "legendaryrate": 16512, "shinys": 0, "legendaries": 0, "israndom": false, "pokeblacklist": [ "Magikarp" ], "poketradeblacklist": [ "Magikarp" ], "legends": [ "Magikarp" ], "aliases": [ "wt", "wondertrade" ], "itempreviouspage": { "item": "minecraft:arrow", "slot": 0, "title": "&7Previous Page", "lore": [ "&7Click to go to the previous page" ], "CustomModelData": 0 }, "itemclose": { "item": "minecraft:barrier", "slot": 0, "title": "&cClose", "lore": [ "&7Click to close the menu" ], "CustomModelData": 0 }, "itemnextpage": { "item": "minecraft:arrow", "slot": 0, "title": "&7Next Page", "lore": [ "&7Click to go to the next page" ], "CustomModelData": 0 } } ```
Commands
- `/wt` - Opens the WonderTrade GUI. - `/wt slot <slot> confirm` - Trade the pokemon. - `/wt other <player>` - Opens the WonderTrade GUI for other player. - `/wt pool` - Opens the WonderTrade pool GUI. - `/wt reload` - Reloads the plugin configuration.
Dependencies
- Cobblemon (v1.5.0) - Gooeylibs (v3.0.0) - Architectury API (v9.2.14)