Releases: EnvyWare/EnvyGTS
Placeholder fixes
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
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
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
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
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
Fixes permissions in 1.20
Fixes logger for 1.20.2 version
Admin remove tweaks
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
Fixes dupe
Fixes dupe that was found
Full Changelog: 4.5.3...4.5.4