作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: fabric
标签: game-mechanics utility
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: Discord
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.
The file path is config/wondertrade
{
"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
}
}
/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.请登录后举报
暂无评论,抢个沙发吧~