Releases: elian1203/ezAuctions
Releases · elian1203/ezAuctions
2.3.1
What's Changed
- Bump Scoreboard Library to 2.2.0 by @silverwolfg11 in #65
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- Add auto cancel feature if no bids placed within set number of seconds by @elian1203 in #60
- Remove :"" from auction.info in messages.properties causing item name to display incorrectly by @elian1203 in #61
- Add support for currency name placeholder from vault by @elian1203 in #62
- Add boundary feature to limit where players can start/bid on auctions by @elian1203 in #63
Full Changelog: 2.2.3...2.3.0
2.2.3
What's Changed
- Fix 1.20.4 and 1.20.6 support. by @silverwolfg11 in #56
- Fix illegal item stack sizes in hover events and default messages file by @Momshroom in #59
New Contributors
- @Momshroom made their first contribution in #59
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
- Stop sending bid messages for sealed auctions by @elian1203 in #54
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
- Add support for auto updating plugin when new release available on github
- Moved update logic out of main class player controller class and into separate controller class
- Plugin will check all all tags rather than latest until it finds a newer version
- Plugin will now check for latest supported plugin version based on api-version in spigot.yml
- login.updatemessage will now display server and update version
- Plugin will auto download the latest update and apply it (remove old jar, move new jar) on server shutdown
2.0.2
- Fix critical item duplication bug caused by incorrectly counting number of items in inventory
- Make auction amount string case-insensitive
2.0.1
- Fix messages still using {0} for args in default messages.properties file