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
Line 1: Line 1:
 
Global Trade Station (GTS) is a [[Pixelmon]] [[sidemod]] that is based on the [http://bulbapedia.bulbagarden.net/wiki/Global_Trade_System Global Trade System] feature from the ''Pokémon'' games.
 
Global Trade Station (GTS) is a [[Pixelmon]] [[sidemod]] that is based on the [http://bulbapedia.bulbagarden.net/wiki/Global_Trade_System Global Trade System] feature from the ''Pokémon'' games.
 
==Installation==
 
==Installation==
{{SidemodVersionh}}
+
Global Trade Station was last released for Pixelmon versions on ''Minecraft'' 1.7.10. As this version of ''Minecraft'' is no longer supported, Global Trade Station is not currently available for download.
{{SidemodVersion|1.7.10|3.5|1.0.0}}
+
<!--
{{SidemodVersionf}}
 
 
Global Trade Station only needs to be installed server-side to function. [http://www.mysql.com/ MYSQL] or [http://www.sqlite.org/ SQLite] is required to use Global Trade Station.
 
Global Trade Station only needs to be installed server-side to function. [http://www.mysql.com/ MYSQL] or [http://www.sqlite.org/ SQLite] is required to use Global Trade Station.
 
#Download Global Trade Station [http://pixelmonmod.com/downloads.php here].
 
#Download Global Trade Station [http://pixelmonmod.com/downloads.php here].
Line 12: Line 11:
 
*If you are using MYSQL, configure the settings to match your MYSQL host, user, password, and port number. The database name can be changed if desired. After doing this, make a MYSQL database whose name matches the name specified in the config file. Don't add any tables to the database; leave it empty.
 
*If you are using MYSQL, configure the settings to match your MYSQL host, user, password, and port number. The database name can be changed if desired. After doing this, make a MYSQL database whose name matches the name specified in the config file. Don't add any tables to the database; leave it empty.
 
*If you are using SQLite, change the storage type to "SQL". No further changes to the config are necessary and you don't need to create a new database.
 
*If you are using SQLite, change the storage type to "SQL". No further changes to the config are necessary and you don't need to create a new database.
 +
-->
 
==Commands==
 
==Commands==
 
{{CommandSyntax}}
 
{{CommandSyntax}}

Revision as of 00:03, 2 February 2017

Global Trade Station (GTS) is a Pixelmon sidemod that is based on the Global Trade System feature from the Pokémon games.

Installation

Global Trade Station was last released for Pixelmon versions on Minecraft 1.7.10. As this version of Minecraft is no longer supported, Global Trade Station is not currently available for download.

Commands

Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.

  • /gts add <position> <Pokémon>: Requests the specified Pokémon in exchange for the Pokémon in the specified position of the player's party. The offered Pokémon will be placed in the GTS. An additional argument "s" can be added after the requested Pokémon in order to specifically request the Shiny form of the requested Pokémon. A player cannot offer a Pokémon if it is the only Pokémon in the party.
  • /gts cancel: Cancels the player's current trade request, returning the offered Pokémon to the player.
  • /gts check: Displays the currently offered and requested Pokémon.
  • /gts currentID: Displays the database ID that the next offer will be assigned to.
  • /gts help: Displays a list of commands that can be used in GTS.
  • /gts list: Displays all of the current trade offers in the GTS.
  • /gts maxtrades: Displays the maximum amount of trade offers that can be put up by a player.
    • /gts maxtrades <limit>: Sets the maximum amount of trade offers that can be put up by a player.
  • /gts search <Pokémon>: Displays all trade offers in the GTS that are offering the specified Pokémon.
  • /gts trade <Pokémon> <ID> <position>: Using the specified Pokémon and specified trade ID, the player will attempt to conduct the trade. If the Pokémon in the specified party position matches the Pokémon requested by the trade ID, the trade will be conducted. The player who originally offered the trade will have the Pokémon sent to his/her PC. This command will work even if the player offering the trade is offline.

Permission nodes

Bukkit

  • /gts: com.globaltradestation.commands.BaseCommand

Sponge

  • /gts: GTS.command.gts

© 2012 - 2025 Pixelmon Mod