Skip to content

Releases: elian1203/ezAuctions

2.3.1

16 Oct 14:16
434e0cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

14 Sep 21:32
0cd0af8
Compare
Choose a tag to compare

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

14 Sep 18:17
311e52b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...2.2.3

2.2.2

02 Mar 03:51
4953b47
Compare
Choose a tag to compare

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

09 Oct 19:49
0262613
Compare
Choose a tag to compare
  • Fix prefix raw load order

2.2.0

09 Oct 17:11
7342691
Compare
Choose a tag to compare
  • Add update command to allow manual updating
  • Use key from default messages.properties if missing

2.1.1

09 Oct 01:20
e96fb32
Compare
Choose a tag to compare
  • Fix exception from MiniMessage when item has colors in name/lore

2.1.0

22 Sep 17:37
696afd0
Compare
Choose a tag to compare
  • 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

29 Aug 18:47
37ec163
Compare
Choose a tag to compare
  • Fix critical item duplication bug caused by incorrectly counting number of items in inventory
  • Make auction amount string case-insensitive

2.0.1

10 Aug 22:24
68f6440
Compare
Choose a tag to compare
  • Fix messages still using {0} for args in default messages.properties file