Global Trade Station
From Pixelmon Wiki
Global Trade Station (GTS) is a Pixelmon sidemod that is based on the Global Trade System feature from the Pokémon games.
Installation
Minecraft version | Pixelmon version | Global Trade Station version |
---|---|---|
1.10.2 | 5.0.3 | 2.1.0 |
This plugin uses the Sponge API, and will require SpongeForge version 5.2.0-BETA-2274 or later. Previous versions have not been tested, and may cause incompatibilities.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
- /gts: Displays an interface of all listings stored in the system for players to access.
- /gts add [-n|--never-expires] (slot) (price|--poke=(pokemon)): Deposit a pokemon into the GTS listings. A further explanation of syntax follows below
- /gts add (slot) (price): Specifies the pokemon you want to deposit in return for a cash return.
- /gts add -n (slot) (price): Like the above, but states that you want your listing never to expire.
- /gts add (slot) --poke=Pikachu: Specifies the pokemon you want to deposit, and asks for a Pikachu in return.
- /gts auc (slot) (starting price) (increment) (time): Queues an auction in the GTS for the specified conditions.
- /gts search [flags] <Pokemon...>: Allows a player to search for specific Pokemon in the GTS, and reveal them if any exist. This command has many options as well to narrow your search.
- Flags:
- -s | --shiny: Finds listings where the pokemon are shiny
- --size=(Growth) | --growth=(Growth): Finds listings which match the specified growth
- --lvl=(level) | --level=(level): Finds listings which match the specified level
- --ab=(Ability) | --ability=(Ability): Finds listings which match the specified ability
- --ba=(Pokeball) | --ball=(Pokeball): Finds listings which match the specified pokeball
- --evHP=(Int) | --evAtk=(Int) | --evDef=(Int) | --evSpAtk=(Int) | --evSpDef=(Int) | --evSpeed=(Int): Finds listings which match the specified EVs
- --ivHP=(Int) | --ivAtk=(Int) | --ivDef=(Int) | --ivSpAtk=(Int) | --ivSpDef=(Int) | --ivSpeed=(Int): Finds listings which match the specified IVs
- --ge=(Gender) | --gender=(Gender): Finds listings which match the specified gender
- --na=(Nature) | --nature=(Nature): Finds listings which match the specified nature
- --f=(Form) | --form=(Form): Finds listings which match the specified form index
- --hasMove=(Move): Finds listings which have pokemon with the specified move
- --eggGroup=(Egg Group): Finds listings which are in the specified egg group
- --st | --specialTexture: Finds listings which have a special texture
- --halloween | --zombie: Finds listings which have the special character index "2"
- --roasted: Finds listings which have the special character index "1"
- --minPrice=(Price): Finds listings with prices greater than or equal to the passed price
- --maxPrice=(Price): Finds listings with prices less than or equal to the passed price
- --auc | --auction: Finds listings that are auctions
- --cash: Finds listings where the seller is asking for a cash return
- --pokemon: Finds listings where the seller is asking for a pokemon
- Flags:
- /gts edit: Pulls up an admin interface with all listings, where the user can remove/delete any listing
- /gts clear: Completely deletes any and all listings within storage.
- /gts logs (list|clear) (Player Name): Displays all associated logs for the specified player
- /gts help: Displays a list of commands that can be used in GTS.
Permission nodes
- Basic Users: gts.use
- Admin Usage: gts.admin