Wonder Trade
Wonder Trade is a Pixelmon sidemod that is loosely based on the Wonder Trade feature from Pokémon X and Y.
Contents
Installation
Any version of Pixelmon from 3.1.1 upwards is compatible with this mod. On servers, the mod is server-side and does not need to be installed by each individual player to be used.
Minecraft launcher
Pixelmon 3.4.0
- Download Wonder Trade here.
- Place the downloaded jar file in the mods folder.
Pixelmon 4.0
- Follow the instructions to install Wonder Trade on the Pixelmon launcher.
- Click the "Browse to Profile Folder" button on the main menu of the Pixelmon launcher.
- Navigate to the "mods" folder.
- Copy the Wonder Trade jar to the mods folder in your Minecraft directory.
Pixelmon launcher
- Edit your profile and choose the "Add Official Side-Mod" option.
- Select Wonder Trade from the list.
Overview
Wonder Trade generates a "pool" of Pokémon that will be swapped for specified Pokémon in players' parties if they choose to conduct a wonder trade. This pool consists of a specified number of Pokémon that can be modified in Wonder Trade's config file (wondertrade.cfg). The Pokémon generated in this pool are completely random and not affected by the normal rarities of Pokémon in the wild, meaning that Pokémon normally unobtainable in the wild can be in the wonder trade pool. Legendary Pokémon and Shiny Pokémon may also be generated in the pool, and the chances of these types of Pokémon being generated can be modified in the config file. The levels of the Pokémon in the pool are all between a shared level range (not each Pokémon's regular wild level range) that can also be modified in the config file.
A player conducting wonder trades will receive a random Pokémon from the pool in exchange for a specified Pokémon from the player's party. The Pokémon that the player trades away will then be placed in the pool, making it possible for other players to possibly receive this Pokémon from their own wonder trades. Per player, a wonder trade can only be done once within a certain time interval (1 hour by default) that can be changed in the config file. If a player receives or gives away a legendary or shiny Pokémon on Wonder Trade, a server-wide message will be shown advertising this and encouraging players to try wonder trading.
Commands
- /wt party slot number - This command will warn the player that use of Wonder Trade will take away specified Pokémon and replace them with other Pokémon. It will then prompt the player to use the command "/wt party slot number confirm. This command does not affect gameplay in any way.
- /wt party slot number confirm - This command will conduct a wonder trade with the Pokémon in the specified party slot.
- /wtadmin add Pokémon s - This command will add a randomly generated instance of the specified Pokémon to the pool. The s argument will make the Pokémon Shiny and can be omitted. If the Pokémon added is Shiny or Legendary, a server-side broadcast will appear stating that the player has added a Shiny or Legendary Pokémon to the pool. As the pool is a constant size, adding new Pokémon will delete other Pokémon from the pool.
- /wtadmin delete Pokémon - This command will remove all Pokémon in the pool that are of the specified Pokémon species. Randomly generated Pokémon will replace the removed Pokémon.
- /wtadmin purge - This command will remove all Pokémon from the pool and randomly generate an entirely new pool of Pokémon.
- /wtadmin list - This command will show a list of all Pokémon in the pool along with their levels and whether or not they are Shiny.
- /wtadmin print - This command will display a server-wide message that advertises Wonder Trade, showing how many Pokémon are in the pool and (if applicable) how many Shiny Pokémon and Legendary Pokémon are in the pool.
- /wondertrade - Same as /wt.
Permission nodes
Bukkit
- /wt - com.wondertrademod.wondertrade.commands.WonderTrade
- /wtadmin - com.wondertrademod.wondertrade.commands.WonderTradeAdmin
Sponge
- /wt - wondertrade.command.wt
- /wtadmin - wondertrade.command.wtadmin
Config settings
- Time Between Announcements: Time (in minutes) between messages advertising wonder trade, showing how many Pokémon are in the pool and how many Shiny Pokémon and Legendary Pokémon are in the pool. The announcement can also be manually invoked with the "/wtadmin print" command.
- Time Between Uses: How often, in minutes, an individual player is allowed to wonder trade.
- Legendary Rate: Chance (1x) of a Legendary Pokémon being randomly generated in the pool (1500 by default). Setting this field to 0 prevents Legendary Pokémon from being generated in the pool. This does not affect players that deposit their own Legendary Pokémon into the pool.
- Min Level/Max Level: Minimum and maximum level that a randomly generated Pokémon in the pool can be. Pokémon inserted into the pool by players are not affected by this level range (5-40 by default).
- Pool Size: How many Pokémon are in the pool at a time. This number is consistent and the pool will adjust to /wtadmin deletion and addition commands by removing Pokémon from the pool or adding Pokémon to the pool.
- Shiny Rate: How often a randomly generated Pokémon in the pool is Shiny (8192 by default). Setting this field to 0 prevents randomly generated Pokémon from being Shiny.