Changelog
- Updated mod files to include appropriate dependencies and information.
- Fixed an issue where some modded items would cause a server crash.
- Added lang config option for the expired listings UI label.
- Added lang config option for the "Ball: " text on a Pokemon listing.
- Added check and lore additions for Pokerus.
- Refactored a bunch of code to make it easier to read and remove unnecessary complexity, including the API.
- Added an option parameter to the sell item command. You can now do /gts sell item <price> <quantity> [stack size] where stack size divides the quantity into different listings. For example:
/gts sell item 1000 32 4
would list 32 items in stacks of 4 for 1000 each, creating 8 separate listings.
Changelog
-
Updated to Cobblemon 1.6 (Minecraft 1.21.1).
-
Users can no longer list the last Pokemon in their party.
-
Gooeylibs is no longer needed as an external dependency (Compiled with the mod).
-
The Pokemon blacklist now has additional fields (form, gender, ability).
-
Added a config option for custom Pokemon prices (similar to the custom item prices config section).
-
Added a config option to tax transactions. The tax is taken from the transaction amount.
-
Added config options to enable / disable Pokemon and items from being listed.
-
Added a config option to enable asynchronously querying when players run /gts.
-
The items in the custom prices, blacklist and lang file now support components.
-
Now depend on LuckPerms for permissions.
-
Added admin command "/gts saveitem" to save the item you're holding to item.json (helps you add items to blacklist etc.)
-
GTS now depends on LuckPerms. Make sure that's installed. The permission nodes have changed so you will need to add the new nodes. You can add the following nodes to the appropriate groups:
- gts.user.*
- gts.moderation.*
- gts.admin.*
-
Listing files have changed. Make sure listings are removed prior to updating.
Changelog
- Updated to Cobblemon 1.6 (Minecraft 1.21.1).
- Users can no longer list the last Pokemon in their party.
- Gooeylibs is no longer needed as an external dependency (Compiled with the mod).
- Listing files have changed. Make sure listings are removed prior to updating.
Changelog
- Item listings now show the items tooltip information.
- Any lang field that displays an item in the GTS menu now has an optional NBT field.
- Checks and displays Pokemon sizes (if the tag exists).
- Each menu title now has a separate field in the lang file.
- /gts search now also searches for buyer names.
- added /gts timeout <player> <time> <amount> for moderation. This command prevents a player from adding things to GTS for the time specified. To remove the timeout, just run the command again. Permission cobblemon.gts.timeout.
Changelog
- /gts search no longer requires an exact match and will return any listings it finds that contains the given text.
- Added /gts getprice [slot]. Gives the average price for the item / Pokemon. To check items, hold it and /gts getprice. For Pokemon, do /gts getprice <slot>.
Changelog
- Fixed being able to buy an item with a full inventory.
- Fixed listing sort buttons not working.
- Added /gts search <argument> to filter gts.
Changelog
- Added a config to check for a "breedable" tag and display if the Pokemon is breedable.
- Added Discord webhooks.
- Updated API slightly.
- Fixed an error occurring when players try to buy listings that no longer exist.
- Fixed timers making sure the listing was removed from active listings before being added to expired listings.
- Added a check to stop people listing untradeable Pokemon.
GTS 2.0.0 ~ Fabric
on Apr 28, 2024GTS 2.0.0 ~ Forge
on Apr 28, 2024Changelog
- Updated to Cobblemon 1.5
- Listings are now in separate files.
- History items are now separated under directories per player.
- Added debug command (This sets the listing duration to 1 minute).
- Removed time remaining lore from expired listings.
- Updated History UI to show buyer and sold date (Please note all sales before this release will show “Unknown” buyer and the sold date will be the date the update was added.
- Setting the listing duration to -1 now removes the timer for new listings.
- Added a config setting for banned Pokemon.
- Added minimum price fields for Legendary and Ultrabeast Pokemon.
- Maximum listing amount now includes expired listings. Added a button to relist expired listings.
- The Config and Lang files will need to be regenerated (sorry).
GTS 1.1.3 ~ Fabric
on Oct 28, 2023GTS 1.1.3 ~ Forge
on Oct 28, 2023- Added broadcast message for new listings
- Fixed some UI issues
- Fixed Impactor error when a user had no account.