Skip to content

Releases: NickImpact/GTS

Release 6.0.11

02 Jan 04:37
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.11
Compatible with Sponge API 7.3.0

This was built from GTS commit: ab7198a

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Dependency Updates

  • Impactor 3.1.0-SNAPSHOT - For placeholders that can accept arguments & runtime dependency changes

API Changes

These API changes were meant to be made with 6.1.0, but I messed up versioning and now they are somewhat available
in this patch release. No potentially API breaking releases will be made for patch versions again, hopefully!

  • Updated to use Adventure 4.3.0, in preparation of Sponge API 8 changes
  • No longer using Lombok

Changes

  • Legacy data translator will now ignore broken listings from legacy versions.

Fixes

  • Fixed auctions using an incorrect lookup for a player's last bid
  • Fixed an additional case where auctions could find themselves stuck in the Stash with no way of being retrieved

Release 6.0.10

26 Dec 07:34
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.10
Compatible with Sponge API 7.3.0

This was built from GTS commit: d8be515

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Changes

  • Implemented a new serialization strategy for items. This fixes cases of certain modded items not being handled correctly
  • Inform user when they are using a snapshot build, if it's above our currently recommended version
  • {{gts:active_bids}} is now async, and accepts a user's UUID. This is to allow for scoreboards and the like
    to easily use this placeholder for a player

Fixes

  • Discord placeholder parsing, oops
  • Small memory leak in which browser menus could continue to exist in the background, silly Sponge issue with close events

Release 6.0.9

21 Dec 06:25
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.9
Compatible with Sponge API 7.3.0

This was built from GTS commit: 04b2075

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Fixes

  • Fixed an issue allowing for the possibility of duplicating items on BIN listings
  • Change discord placeholder replacement strategy due to matching techniques conflicting with some configurations

Release 6.0.8

19 Dec 00:29
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.8
Compatible with Sponge API 7.3.0

This was built from GTS commit: 8108c7a

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Changes

  • Discord notifier will now ping roles when updates are available
  • Throw a start exception if users are using a version of Sponge below 7.3
  • Throw a start exception if users forget to install Protocol Control
  • Send the Sponge reload event to our extensions
  • You can set a value of 0 or less for max listings to allow unlimited listings per user

Fixes

  • Fixed a duplication issue regarding the stash
  • Fixed an issue where auctions received from the stash with no bids were left in storage
    • These auctions were not available to the user once claimed
    • This resolves a portion of the issue where these listings were causing GTS to believe
      the user had listings published, even though the interface revealed none/some
    • On first attempt to access a user's listings, a query will be performed to verify
      and remove listings they've already claimed but are stuck in a forever waiting state.
  • Fixed an issue where auctions awaiting another user's claim could affect the listings in storage for another user
    • This is the second fix to checking for max listings
    • GTS will now allow past the threshold, only if the user has claimed their portion first
    • This ensures no player can essentially block out another from selling items

Extensions

Reforged

  • Updated default config, since we forgot to add some price controls settings to it!
  • Allow for a custom minimum base price for pokemon
  • New placeholder: {{gts-reforged:dynamax_level}}

Generations

  • While work has started, Generations support is presently on hold due to limitations of their deployment strategy
    • Once requirements for GTS support are met by their team, progress towards this extension will continue

Both Reforged and Generations

  • Added support for preserving Dynamax Level via the cross-bridge API

Release 6.0.7

09 Dec 07:30
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.7
Compatible with Sponge API 7.3.0

This was built from GTS commit: 0488692

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Changes

  • The listing creator will now only show fee calculation if fees are enabled

Fixes

  • Fix an issue caused by the Windows OS fix that caused GTS to reference the wrong location for the main config
  • Fixed some references to config options

Release 6.0.6

09 Dec 04:08
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.6
Compatible with Sponge API 7.3.0

This was built from GTS commit: ec77fc7

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Fixes

  • Stop a failed check to Ore throwing an error
  • Fix another off main thread issue

Release 6.0.5

08 Dec 07:39
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.5
Compatible with Sponge API 7.3.0

This was built from GTS commit: 4345573

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Changes

  • Due to the fix made below, the main.conf file for GTS configuration has been changed to gts.conf!

Fixes

  • Fixed an issue with Windows based OS systems not cloning provided assets from the jar correctly
  • Fixed a duplication issue
  • Fix a situation where GTS could trigger an off main thread error

Release 6.0.4

07 Dec 07:10
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.4
Compatible with Sponge API 7.3.0

This was built from GTS commit: 4120ff2

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Fixes

  • Fixed inverted logic for checking if a player has the max amount of listings already listed

Release 6.0.3

07 Dec 03:15
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.3
Compatible with Sponge API 7.3.0

This was built from GTS commit: 2e90132

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Changes

  • Removed BStats from the plugin due to some issues during construction

Release 6.0.2

06 Dec 18:19
Compare
Choose a tag to compare

This is a bug fix/minor feature release! No functionality should be altered

GTS Version: 6.0.2
Compatible with Sponge API 7.3.0

This was built from GTS commit: 7dca9f3

Release Notes

If you're having trouble, visit the GTS Support Discord: https://discord.gg/F93ZyuB


Before Upgrading to GTS 6 from GTS 5.x.x

Please read the GTS 6.0.0 release notes for information regarding upgrading!

Fixes

  • Fix an additional issue with configs assuming prior installs of GTS 5.x were available