Skip to content

Releases: EnvyWare/EnvyGTS

Placeholder fixes

30 Nov 20:02
7cbddbc
Compare
Choose a tag to compare

Changes:

Fixed the placeholders in the view trade UI not respecting the guis config values
Added egg override to hide stats about eggs in the trade UI
Fixed breedable placeholder being incorrectly swapped in the UI
Combined all sprite UI element settings into one config value

Full Changelog: 5.0.2...5.0.3

Fixes default config for 1.16.5

30 Nov 15:05
49a6271
Compare
Choose a tag to compare

Fixes mistake in default config on 1.16.5 causing crashes on startup

Full Changelog: 5.0.1...5.0.2

Minor fixes from 5.0.0

29 Nov 17:17
19aa4a1
Compare
Choose a tag to compare

Fixes:

Fixes SQLite failing to load trades after a server reboot
Fixes Item placeholders not parsing in GUI, or broadcasts
Fixes 1.20 version causing the server to fail to start

Full Changelog: 5.0.0...5.0.1

Big rework

17 Nov 00:54
61b1306
Compare
Choose a tag to compare

Added SQLite storage (which is now the default).
Removed JSON webhooks and moved them to YAML in the main config.yml where you can now find default examples.
Added comments to the config to help explain what each setting does
Added ability to have multiple webhooks per event
Changed all placeholders to be consistent
Improved all Pokemon placeholders to be inline with sprite placeholders from other UIs

Full Changelog: 4.5.9...5.0.0

Regex filter

06 Aug 11:07
83bc768
Compare
Choose a tag to compare

This version adds a regex supported filter to the config that can block items, or pokemon, from being added to GTS if they match any of the patterns in the config. This allows you to block inappropriate language from being added to the GTS.

Example:

trade-blocked-words:
     one:
          pattern: "noob"
          reason: "Calling people noobs is for noobs"

The reason is then used in a message, in the locale, telling the user why their item was blocked from being added.

1.20 Permission fix

29 Jun 17:24
a5201cf
Compare
Choose a tag to compare

Fixes permissions in 1.20

Fixes logger for 1.20.2 version

11 Mar 14:18
Compare
Choose a tag to compare

Fixes logger for 1.20.2 version

What's Changed

New Contributors

Full Changelog: 4.5.6...4.5.7

Admin remove tweaks

09 Feb 00:45
Compare
Choose a tag to compare

Changes:

Fixed the admin removal of items showing up in the player's collection
Changed admin remove to only work in creative
Fixed a potential dupe with items & item overflow

Full Changelog: 4.5.5...4.5.6

Another dupe fix

04 Feb 08:41
Compare
Choose a tag to compare

Changes:

Fixes a dupe relating to keeping the confirmation UI open

Full Changelog: 4.5.4...4.5.5

Fixes dupe

24 Jan 11:45
Compare
Choose a tag to compare

Fixes dupe that was found

Full Changelog: 4.5.3...4.5.4