-
Notifications
You must be signed in to change notification settings - Fork 28
Commands
-
<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. " "
- /gts
- /gts
sell
<type> [additional args] - /gts
sell
<item> <amount> <price> - /gts
sell
<pokemon> <slot> <price> - /gts
auc
<item> <base price> <increment> - /gts
auc
<pokemon> <slot> <base price> <increment> - /gts
ignore
Permission: gts.command.gts
Base GTS command. If no other arguments are specified, this command will open the listing GUI.
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.
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.
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.
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.
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.
Permission: gts.command.ignore
Allows a user to ignore all broadcast messages sent from the GTS.
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.
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.