WonderTrade
WonderTrade is a unique Minecraft plugin specifically designed for the Cobblemon mod. It offers an innovative Pokémon trading system where players can exchange their Pokémon for random ones from a shared pool. This introduces an element of surprise and excitement to the game - you never know which Pokémon you'll receive after the trade!
Configuration Settings
The configuration file is located at config/wondertrade and contains the following parameters:
{
"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
}
}
Available Commands
/wt- Opens the WonderTrade graphical interface/wt slot <slot> confirm- Trades the Pokémon/wt other <player>- Opens the WonderTrade interface for another player/wt pool- Opens the trade pool viewing interface/wt reload- Reloads the plugin configuration
Required Dependencies
The plugin requires the following mods to function:
- Cobblemon (version 1.5.0)
- Gooeylibs (version 3.0.0)
- Architectury API (version 9.2.14)