Skip to content

Commands

Nick DeGruccio edited this page Jun 29, 2018 · 7 revisions

Overview

Arguments Key:

  • <required> - you must specify this argument when running the command
  • [optional] - you do not need to specify this argument. a default will be used if not given.

If you want to include spaces in arguments, you must escape the argument with quotes. " "

General

Admin (/gts admin)

Command Detail

General


/gts

Permission: gts.command.gts
Base GTS command. If no other arguments are specified, this command will open the listing GUI.


/gts sell

Permission: gts.command.sell
Arguments

  • <type> - The type of listing being added
  • [additional args] - Additional arguments specified by the chosen typing

Allows a player to put a listing into the GTS of any type.


/gts sell item

Permission: gts.command.sell.item
Arguments

  • <amount> - The amount of the item you wish to take out
  • <price> - The price you wish to put on the listing

Allows a player to put a listing featuring an item from their inventory into the GTS.


/gts sell pokemon

Permission: gts.command.sell.pokemon
Arguments

  • <slot> - The position in your party to query for
  • <price> - The price you wish to put on the listing

Allows a player to put a listing featuring an Pokemon from their inventory into the GTS.


/gts auc item

Permission: gts.command.auction.item Arguments

  • <base price> - The price you wish to put on the listing
  • <increment> - The amount of money to be supplied by a bid Allows a player to put a listing featuring an Pokemon from their inventory into the GTS.

/gts auc pokemon

Permission: gts.command.auction.pokemon
Arguments

  • <slot> - The position in your party to query for
  • <base price> - The price you wish to put on the listing
  • <increment> - The amount of money to be supplied by a bid Allows a player to put a listing featuring an Pokemon from their inventory into the GTS.

/gts ignore

Permission: gts.command.ignore
Allows a user to ignore all broadcast messages sent from the GTS.


/gts admin clear

Permission: gts.command.admin.clear
Clears all listings from existence, whilst also giving the player's their listings back. Any listing that does not support offline players, yet requires an offline player, will have their listing data stored within a deeper storage unit for their return.


/gts admin logs

Permission: gts.command.admin.logs Arguments

  • [from] - A date specifying all logs issued after this specification
  • [to] - A date specifying all logs issued before this specification
  • [index] - The ID of a specific log to get information from within the collection Sends the source a pagination list of a player's logs with hoverable information.

Clone this wiki locally