Difference between revisions of "Global Trade Station"
From Pixelmon Wiki
(Reworked most of the command and node stuff) |
Xreckximpact (talk | contribs) |
||
Line 14: | Line 14: | ||
**<code>auc <''slot''> <''starting price''> <''increment''> <''time''></code>: Queues an auction in the GTS specifying which Pokémon to put up for auction, the initial price, how large each increment must be, and the time in seconds that the auction will run for. | **<code>auc <''slot''> <''starting price''> <''increment''> <''time''></code>: Queues an auction in the GTS specifying which Pokémon to put up for auction, the initial price, how large each increment must be, and the time in seconds that the auction will run for. | ||
**<code>search [''flags''] <''Pokémon''...></code>: Allows a player to search for specific Pokémon in the GTS, and reveal them if any exist. This command has many flags to narrow the search. | **<code>search [''flags''] <''Pokémon''...></code>: Allows a player to search for specific Pokémon in the GTS, and reveal them if any exist. This command has many flags to narrow the search. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
**<code>edit</code>: Pulls up an admin interface with all listings, where the user can remove/delete any listing. | **<code>edit</code>: Pulls up an admin interface with all listings, where the user can remove/delete any listing. | ||
**<code>clear</code>: Completely deletes all listings within storage. | **<code>clear</code>: Completely deletes all listings within storage. | ||
Line 49: | Line 29: | ||
*<code>gts.command.auction</code> - Allows the use of <code>/gts auc</code> | *<code>gts.command.auction</code> - Allows the use of <code>/gts auc</code> | ||
*<code>gts.command.help</code> - Allows the use of <code>/gts help</code> | *<code>gts.command.help</code> - Allows the use of <code>/gts help</code> | ||
+ | |||
+ | ==== Command Flags ==== | ||
+ | |||
+ | These flags come in handy primarily for the search and trade commands listed above. While the trade command does not inherit all of them, search uses each and | ||
+ | every one of the listed flags for advanced searching parameters. | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | !Flag | ||
+ | !Description | ||
+ | |- | ||
+ | | -s / --shiny | ||
+ | |Scans for listings where the Pokemon are [[Shiny]] | ||
+ | |- | ||
+ | |(--size / --growth)=value | ||
+ | |Finds listings which match the specified [[Growth (stat)|growth]] | ||
+ | |- | ||
+ | |(--lvl / --level)=value | ||
+ | |Finds listings which match the specified level | ||
+ | |- | ||
+ | |(--ab / --ability)=value | ||
+ | |Finds listings which match the specified [[Ability]] | ||
+ | |- | ||
+ | |(--ba / --ball)=value | ||
+ | |Finds listings which match the specified [[Poké Balls|Poké Ball]] | ||
+ | |- | ||
+ | | --evHP=value | ||
+ | |Finds listings which match the specified HP value for a pokemon's [[EVs]] | ||
+ | |- | ||
+ | | --evAtk=value | ||
+ | |Finds listings which match the specified Attack value for a pokemon's [[EVs]] | ||
+ | |- | ||
+ | | --evDef=value | ||
+ | |Finds listings which match the specified Defense value for a pokemon's [[EVs]] | ||
+ | |- | ||
+ | | --evSpAtk=value | ||
+ | |Finds listings which match the specified Sp. Attack value for a pokemon's [[EVs]] | ||
+ | |- | ||
+ | | --evSpDef=value | ||
+ | |Finds listings which match the specified Sp. Defense value for a pokemon's [[EVs]] | ||
+ | |- | ||
+ | | --evSpeed=value | ||
+ | |Finds listings which match the specified Speed value for a pokemon's [[EVs]] | ||
+ | |- | ||
+ | | --ivHP=value | ||
+ | |Finds listings which match the specified HP value for a pokemon's [[IVs]] | ||
+ | |- | ||
+ | | --ivAtk=value | ||
+ | |Finds listings which match the specified Attack value for a pokemon's [[IVs]] | ||
+ | |- | ||
+ | | --ivDef=value | ||
+ | |Finds listings which match the specified Defense value for a pokemon's [[IVs]] | ||
+ | |- | ||
+ | | --ivSpAtk=value | ||
+ | |Finds listings which match the specified Sp. Attack value for a pokemon's [[IVs]] | ||
+ | |- | ||
+ | | --ivSpDef=value | ||
+ | |Finds listings which match the specified Sp. Defense value for a pokemon's [[IVs]] | ||
+ | |- | ||
+ | | --ivSpeed=value | ||
+ | |Finds listings which match the specified Speed value for a pokemon's [[IVs]] | ||
+ | |- | ||
+ | |(--ge / --gender)=value | ||
+ | |Finds listings which match the specified gender | ||
+ | |- | ||
+ | |(--na / --nature)=value | ||
+ | |Finds listings which match the specified [[Nature]] | ||
+ | |- | ||
+ | |(--f / --form)=value | ||
+ | |Finds listings which match the specified [[form index]] | ||
+ | |- | ||
+ | | --hasMove=value | ||
+ | |Finds listings which have the specified move | ||
+ | |- | ||
+ | | --eggGroup=value | ||
+ | |Finds listings which have the specified [[Egg Group]] | ||
+ | |- | ||
+ | | --st / --specialTexture | ||
+ | |Finds listings which match the specified [[special texture]] | ||
+ | |- | ||
+ | | --halloween / --zombie | ||
+ | |Finds listings which have the [[Halloween Pokémon]] marking, such as [[Zombie Gyarados]] | ||
+ | |- | ||
+ | | --roasted | ||
+ | |Finds listings which have the [[Roasted Pokémon]] marking, such as [[Roasted Magikarp]] | ||
+ | |- | ||
+ | | --minPrice=value | ||
+ | |Finds listings which have a listing price greater than or equal to the passed value | ||
+ | |- | ||
+ | | --maxPrice=value | ||
+ | |Finds listings which have a listing price less than or equal to the passed value | ||
+ | |- | ||
+ | | (--auc/ --auction) | ||
+ | |Finds listings which are set to run as auctions | ||
+ | |- | ||
+ | | --cash | ||
+ | |Finds listings which have a request for a monetary value | ||
+ | |- | ||
+ | | --pokemon | ||
+ | |Finds listings which have a request for a pokemon trade offer | ||
+ | |- | ||
+ | |} | ||
====Admin nodes==== | ====Admin nodes==== |
Revision as of 04:19, 13 July 2017
Global Trade Station (GTS) is a Pixelmon sidemod that is based on the Global Trade System feature from the Pokémon games.
Contents
Installation
Minecraft version | Pixelmon version | Global Trade Station version |
---|---|---|
1.10.2 | 5.0.3+ | 2.4.2 |
This plugin uses the Sponge API, and requires SpongeForge version 5.2.0-BETA-2274 or later. Previous versions of Sponge 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.add [--never-expires] <slot> <price>
: Deposits the specified Pokémon into the GTS listings to be purchased for the stated price. The flag--never-expires
represents whether the listing will expire (be removed from the listings after some time), and can be shortened to-n
.trade <slot> <Pokémon name>
: Creates a trade-based GTS listing, specifying the party slot of the Pokémon to deposit and the Pokémon wanted in exchange.auc <slot> <starting price> <increment> <time>
: Queues an auction in the GTS specifying which Pokémon to put up for auction, the initial price, how large each increment must be, and the time in seconds that the auction will run for.search [flags] <Pokémon...>
: Allows a player to search for specific Pokémon in the GTS, and reveal them if any exist. This command has many flags to narrow the search.edit
: Pulls up an admin interface with all listings, where the user can remove/delete any listing.clear
: Completely deletes all listings within storage.logs <list | clear> <player>
: Displays or clears all associated logs for the specified player .ignore [true | false]
: Allows a player to ignore incoming broadcasts from GTS. Optionally the player can specify whether ignore is on or off.help
: Displays a list of commands that can be used in GTS.
Permission nodes
Player nodes
gts.command.gts
- Allows the use of/gts
gts.command.add
- Allows the use of/gts add
gts.command.trade
- Allows the use of/gts trade
gts.command.add.never-expire
- Allows the use of the-n
flag in listing additionsgts.command.search
- Allows the use of/gts search
gts.command.ignore
- Allows the use of/gts ignore
gts.command.auction
- Allows the use of/gts auc
gts.command.help
- Allows the use of/gts help
Command Flags
These flags come in handy primarily for the search and trade commands listed above. While the trade command does not inherit all of them, search uses each and every one of the listed flags for advanced searching parameters.
Flag | Description |
---|---|
-s / --shiny | Scans for listings where the Pokemon are Shiny |
(--size / --growth)=value | Finds listings which match the specified growth |
(--lvl / --level)=value | Finds listings which match the specified level |
(--ab / --ability)=value | Finds listings which match the specified Ability |
(--ba / --ball)=value | Finds listings which match the specified Poké Ball |
--evHP=value | Finds listings which match the specified HP value for a pokemon's EVs |
--evAtk=value | Finds listings which match the specified Attack value for a pokemon's EVs |
--evDef=value | Finds listings which match the specified Defense value for a pokemon's EVs |
--evSpAtk=value | Finds listings which match the specified Sp. Attack value for a pokemon's EVs |
--evSpDef=value | Finds listings which match the specified Sp. Defense value for a pokemon's EVs |
--evSpeed=value | Finds listings which match the specified Speed value for a pokemon's EVs |
--ivHP=value | Finds listings which match the specified HP value for a pokemon's IVs |
--ivAtk=value | Finds listings which match the specified Attack value for a pokemon's IVs |
--ivDef=value | Finds listings which match the specified Defense value for a pokemon's IVs |
--ivSpAtk=value | Finds listings which match the specified Sp. Attack value for a pokemon's IVs |
--ivSpDef=value | Finds listings which match the specified Sp. Defense value for a pokemon's IVs |
--ivSpeed=value | Finds listings which match the specified Speed value for a pokemon's IVs |
(--ge / --gender)=value | Finds listings which match the specified gender |
(--na / --nature)=value | Finds listings which match the specified Nature |
(--f / --form)=value | Finds listings which match the specified form index |
--hasMove=value | Finds listings which have the specified move |
--eggGroup=value | Finds listings which have the specified Egg Group |
--st / --specialTexture | Finds listings which match the specified special texture |
--halloween / --zombie | Finds listings which have the Halloween Pokémon marking, such as Zombie Gyarados |
--roasted | Finds listings which have the Roasted Pokémon marking, such as Roasted Magikarp |
--minPrice=value | Finds listings which have a listing price greater than or equal to the passed value |
--maxPrice=value | Finds listings which have a listing price less than or equal to the passed value |
(--auc/ --auction) | Finds listings which are set to run as auctions |
--cash | Finds listings which have a request for a monetary value |
--pokemon | Finds listings which have a request for a pokemon trade offer |
Admin nodes
gts.admin.command.logs
- Allows the use of/gts logs
gts.admin.command.edit
- Allows the use of/gts edit
gts.admin.command.reload
- Allows the use of/gts reload
gts.admin.command.clear
- Allows the use of/gts clear