
Finally a Decent Auction House 3.2.0
The perfect auction house plugin you have been looking for!
> Currency configuration has been moved to its own file (`currencies.yml`)
> Your configs have been migrated automatically.
**Features**
- An option to manually disable each currency
- `/ah open <player>` command
- 1.21.6 & 1.21.7 support
**Fixes**
- Command error messages sending incorrect message
- Redis not working in all situations
- MongoDB collection box storage
- Collection Box menu being messed up
- Fix fundamentally flawed bidding logic
- Inconsistent permission logic
- NullPointerException in expire task
**Improvements**
- Optimized main menu a bit
- Added some stricter safety checks to all transactions
- Made plugin load times faster
- Loader to tell spigot users to switch to paper
- some more thread safety
Features:
- Sort listings by what mode they are. (Bidding first or Buy it Now first)
Fixes:
- scrollbar not working
- not being able to remove scrollbar
- subcommand aliases not registering
- migrate command not getting registered
- fix redis messages being recieved by the sender (broadcasting some messages twice in certain situations)
- There was a dupe that had been fixed ages ago that i accidently unfixed in v3, this is now fixed, update asap!
+ There has also been some changes to lang.yml so its recommended you reset that config.
- Fixed some command related issues (aliases not working, help menu errors)
- Changed the help command
- Fixed some placeholders not getting replaced
- Fixed listing create event not being cancellable
- Fixed Redis (multi server) not serializing itemstacks correctly
- Improve performance when opening menus
- Remove some left over debug logging
- Add null safety in some more places
- Fixed some class not found errors
- Fixed an issue with loading the playerpoints currency
- Fixed DistrobutedHistoryCache being bound to ExpiredItems
Version 3! It has been a long time coming, thank you all for your support and sorry for all the issues that have been around recently.
I am pleased to announce that 3.0.0 is ready to go. While I have done testing on most parts of the plugin, keep an eye out for bugs and report them ASAP!
It is recommended to regenerate all of your config files for 3.0.0!
Features
- Bidding!!!
- New Multi Server Code
- PlayerPoints Currency Support
- Weighted Permissions
- Rewrite the sell code to be less dupe prone
- `/ah search <query>` command
- Hooks now enable on reloading!
- Brand new item blacklisting (Check docs)
- Brand new category system (Check docs)
Fixes
- Lots of bug fixes
- Folia fixes
- Refactor lots of the plugins code
- Performance improvements
There is also a brand new developer API! (More info on the docs)
Thank you all for your patience! And stay tuned because there is some more stuff to look out for soon!
Adds back the feedback and auto close of the new listing menu
THIS VERSION POTENTIALLY FIXES A DUPELICATION BUG
please update i beg
Features
- Basic placeholders
- Default listing length config
- 1.21.4 support
- Allow changing materiel from player head for player head items
Fixes
- Don't void item when listing is not made
- Time will no longer decrease while in create listing menu
- Search improvement
- Load post world to wait for economy plugins to load
- Fix thread exhaustion
Critical Bug Fixes
-
-
- THIS VERSION FIXES A LONG RUNNING DUPLICATION BUG UPDATE ASAP
-
-
Critical Bug Fixes
Fixes
- Fix a critical duplication bug
- Fix watcher storage & message
- Fix MongoDB
- Fix multiserver
Misc
- Parse a player argument for some specific placeholders
- Code cleanup
- Allow currencies to get unloaded
Features
- Auction Watcher (/ah watch) get alerted when a listing is available!
- Config for what the search actually searches
- Config for max listing length
Fixes
- CoinsEngine oversight
- Thread exhaustion in some situations
- Custom names not being formatted correctly
- Make new listings more performant
**Features**
- More formatting config
- Logging verbosity toggle
- Add 1.21.3 support
**Fixes**
- Fix folia
- Fix support with versions below 1.19.2
- Remove some annoying warnings
- Fix database storage issues
- Fix Collection box and expired listings
- Fix help command
**Features:**
- Redis Economy Full Support
- Coins Engine Support
Coins Engine and Redis Economy will now allow you to register more than 1 of their economies.
**Fixes:**
- Redis not working on edge cases
- Some data not saving on edge cases
Refactored/cleaned up some code