zonary123 Cobble WonderTrade

Mod

A random pokemon trading mod for cobblemon. Allowing players to obtain random pokemons.

Server Game MechanicsUtility

250 downloads
3 followers
Createda month ago
Updated10 hours ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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: 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

{
  "lang": "en",
  "cooldown": 30,
  "cooldownmessage": 15,
  "sizePool": 72,
  "minlvreq": 5,
  "minlv": 5,
  "maxlv": 36,
  "emitcapture": false,
  "allowshiny": false,
  "allowlegendary": false,
  "poolview": true,
  "savepool": true,
  "shinyrate": 8192,
  "legendaryrate": 16512,
  "shinys": 0,
  "legendaries": 0,
  "israndom": false,
  "pokeblacklist": [
    ""
  ],
  "poketradeblacklist": [
    ""
  ],
  "legends": [
    ""
  ],
  "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


Project members

zonary123

Member


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID