Skip to content

Releases: rudde0/AuctionMaster

Crash and Preview Items Fix

24 Nov 12:19
Compare
Choose a tag to compare

This release fixes 2 important problems:

  • An issue fixed where in some cases, server was crashing due to SQLite execute statements.
  • An issue fixed where preview items are dissapear after server restarts.
  • Some code improvements.

Maybe I'll add Discord webhook broadcasts after auction events later. My first priority is making plugin stable right now.

Important Fixes and Multiple Page Support

23 Aug 12:24
Compare
Choose a tag to compare

Since @sedattr is quite busy I had to maintain my AuctionMaster fork.

  • Fixed SQLite causing server crash, finally.
  • Fixed duplication bug where I don't want to give information about it to prevent abuses on outdated servers.
  • Added multiple page support. Players no longer limited with only 28 active auctions. Anyway you can limit auctions by using auctionmaster.limit.auctions.<number here> permission.
  • Auction registers are async now. Some performance tweaks applied.

Thanks for reading!

Better crash handler and some tweaks

06 Aug 09:02
40bbc18
Compare
Choose a tag to compare

Hello, this patch is released by me due to SedatTR quite busy right now to maintain AuctionMaster. And this plugin was including some bugs like server crash and allow players to announce their auction broadcasts with colored messages. I'm not professional java dev but I tried to fix them. Everything is fine right now on my product server projects.gg.

  • Fixed server crash
  • Fixed broadcasting new auctions allow players to display color codes just changing the item name by anvil.
  • Added AuctionItemPreviewEvent which is cancellable
  • Added debug option
  • Fixed build issue due to Exp4J (thanks @bilektugrul)

You should use @sedattr's original patch when he release it.