Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Difference between revisions of "Global Trade Station"

From Pixelmon Wiki
(No need to have 1.x-2.x stuff since only Discord people used 1.x)
Line 5: Line 5:
 
{{SidemodVersionf}}
 
{{SidemodVersionf}}
  
This plugin has been written mainly on the Sponge API, and will require it as such. To install, ensure your Sponge & Forge versions are up-to-date, and simply drag the mod into the mods folder for the server. From there, simply edit the configuration as you'd like.
+
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.
 
 
Note: For users of the 1.x series of this version of GTS, there are extra steps needed for this installation. I first recommend you to keep the details of your original configs around for the first install of the 2.x series. With this update, both config files were rewritten heavily to provide better readability. With no conversion system in place at this present moment, updating will require that you reset these config files. While you can operate normally without resetting them, the contents of the file will become cluttered and much harder to read.
 
 
 
A new addition to these config files, table names, allows you to sort your data for the sidemod in specific places. The two current tables available are the main data and log table. Due to a limitation in the 1.x series of GTS, the database name was also used as the table name for the main set of data. In order to use your existing data properly, you must ensure your database name matches that of the file, so a database file named GTS.mv.db will have the database name GTS. From there, we would assume your existing data also uses the table name GTS. The config comes default with these values, but if you altered them in any way, you will need to edit these values to have your data be read properly. You can always open the database file as well to ensure you have it all correct!
 
  
 
==Commands==
 
==Commands==

Revision as of 00:17, 22 April 2017

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
  • /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

Version history

Version history/GTS

© 2012 - 2025 Pixelmon Mod