
Auction House 2.147.0
The most feature packed, up to date auction plugin on the market. 1.8-1.20 support in a single jar.
2.120.0
Sep 4, 2024
💵💴💶 Multi-Currency Support 💶💴💵
Yea.. I finally added it. Here's what changed :)
Â
+ Added the ability to control all the aspects of the display stack. For example if you want to remove the original item lore from showing you can. if you want to move the controls to under the lore or if you want to move the seller/prices around you are now able too. The setting in the config is called 'info layout'
+ Got rid of the old economy plugin option since it wasn't even used
+ Added option to allow currency picking (if true, it will show the currency selection button in the listing menus)
+ Removed the short numbers on player balance setting
+ Removed synchronize item add, its done by default now
+ Removed legacy currency format option
+ Removed strip zeros on whole numbers setting
+ Removed alternative currency format, flat number format and space separator for numbers
+ The use short numbers setting has been renamed to 'abbreviate numbers'
+ So why did I remove those currency/number formatting settings? Well it caused too many issues and just became annoying to manage, the new system will just automatically format based on the specified country and language. So for example if the country is set to Germany and the language German numbers will format accordingly (123.456,78) while if its like Canada, English it would be (123,456.78). The currency symbol is also auto inserted.Â
+ When using a custom item currency it will automatically be formatted into the with the number.Â
+ Removed usage of $ in the language file / config, this is because of the automatic currency formatting. Since it needs to be dynamic based on whatever currency is being used.
Â
https://gyazo.com/432d7ae099eeebba9b13da39d785c217
https://gyazo.com/365a5ac26635c751a5a0e1b52ef7b161
Â
(!) The currently supported multi-currency plugins are UltraEconomy & Funds, you can still use auction house normally with a single currency (ie. any vault supported plugin). If there's another multi-currency plugin you guys want supported drop a message in the auction house channel in the discord or make an issue on the GitHub :)
Â
(!) Of course as usual, make backups before updating. If you guys come across any issues do let me know. Also Requests don't support the multi currency or the lore re-arranging currently. Those will be added in a future update.Â
Â
- Kiran
2.119.0
Aug 19, 2024
Release Notes | 2.119.0
+ Added priority listings, they can be purchased in the active listings menu if enabledÂ
https://prnt.sc/VOHlPzgSZ3rq
2.118.0
Aug 14, 2024
Release Notes | 2.118.0
+ Added ability to change command aliases.
ex. you can make it so the main command is /auction and the sub command bids become mybids. so /auction mybids etc etc.
2.117.1
Aug 11, 2024
Release Notes | 2.117.1
+ Fixed a few sql migration issues
+ Fixed nbtapi serialization error
+ Updated NBTAPI to support 1.21.1
2.117.0
Aug 8, 2024
Release Notes | 2.117.0
Make a backup
While nothing will be deleted, it's always safe to have a backup while updating.
+ Added new serialization columns to multiple db tables. Auction house will try and convert existing items automatically and use the new method, if it fails it will fallback to the original method.Â
+ Added new serialization columns to multiple db tables. Auction house will try and convert existing items automatically and use the new method, if it fails it will fallback to the original method.Â
+ A bit more dev prep for the multi-currency stuff.
+ Fixed issue with placeholders in main menu for transaction button.Â
+ Added %auctionhouse_total_items_<bought/sold>% to PAPI placeholders.
2.116.0
Aug 5, 2024
Release Notes | 2.116.0
+ Added settings to delay the discord message webhook for newly created auction and bin listings. This is disabled by default.
2.115.0
Aug 1, 2024
Please Read First - Release Notes | 2.115.0
+ Adjusted the id checking on join for auction items.
+ Removed the old currency system in favour of new one system I use in my other plugins.
Â
That being said, if you are using UltraEconomy you will need to specify that once again in the new economy section.Â
Â
Search for "default selection" in the config, by default it should be "Vault/Vault", you would now change it to "UltraEconomy/currencyName".Â
Â
I've made this change to prepare for multi-currency support.
If you encounter any issues please let me know on the discord.
2.114.0
Jul 24, 2024
Release Notes | 2.114.0
+ Re-added placeholderapi replacements to guis/gui itemsÂ
2.113.6
Jul 10, 2024
Release Notes | 2.113.6
+ Fixed transaction serialization error
+ Adjustment to player inserts / updates
+ Updated flight to have quick item use lenient for XSkull
2.113.5
Jun 26, 2024
Release Notes | 2.113.5
+ Fix background fill for a few other paged guis (non updating ones)
2.113.4
Jun 26, 2024
Release Notes | 2.113.4
+ Fixed issue with auction player inserts
+ Fixed bug where gui filler option would not take effect in the updating menus
2.113.2
Jun 20, 2024
Release Notes | 2.113.2
+ Updated NBTAPI to fix issue with paper 1.21
+ Added back %item_name% variable to gui display item in transaction list menu
2.113.1
Jun 18, 2024
Release Notes | 2.113.1
+ Fixed bug where the bundle name variable would not get replaced with the actual item name
2.113.0
Jun 15, 2024
Release Notes | 2.113.0
+ Completely re-did the ban system.
+ Syntax is now /ah ban [player], if you don't provide a player it will open a player picker then you can continue.
+ Added different ban types (ie. selling, buying, collecting items, etc)
+ A more friendly way of specifying the time. Example, you can say
- 1 day 12 hours
- 1 week 4 days 12 hours 30 minutes 10 seconds
- 1 year
- 3 d 4 h, etc
+ Bans can be permanent now
+ Ban menu now shows who placed the ban and when they did (and of course the ban types)
+ To view all the bans now you will go through the admin command (/ah admin bans)
Â
2.112.0
Jun 14, 2024
Release Notes | 1.112.0
+ Updated NBTAPI
+ Updated Flight (My Dev Library)
(!) The ban system and commands have been disabled temporarily, I needed to get this update out but the ban re-work was still in-progress. Bans will be back in v2.113.0 which will be out by Sunday at latest
2.111.0
Jun 5, 2024
Release Notes | 2.111.0
(!) PLEASE READ BEFORE UPDATING (!)
This update changes the main /ah and a few other menus that have auto refresh. While performance should be the same since it's technically using the same base system. I would just monitor it and let me know if there's any substantial lag with the "new" /ah menu.Â
Â
Bug Fixes
Fixed issue with search criteria throwing error when searching by listing owner name
Â
Internal Changes
All the of GUIs have been moved over to a easier to use template for dev purposes. The underlying GUI system is the same, so you shouldn't notice any change at all.
Â
- Removed usage of ConfigurationItemHelper in favour on QuickItem
- Moved some of the "core/main" menus into their own packageÂ
- Converted payment manager to use KV Manager parent
- Created new Ban interface + Ban Types (not implemented yet)
- New auction item interface adds currency & currency item (not implemented)
Â
The remaining menus that were moved over are:Â
- The request item, sell listing type, place item, bin & auction, payment collection, min item prices, expired listings, shulker/bundle viewer, bundle creation, all transaction menus, bans, active bids, place bid.
Â
So yea mostly stuff to help development. I suggest joining the discord server (discord.tweetzy.ca) since there will be a configuration & translation change sometime, not sure when it will be done, but I'll be posting early copies of auction house there so you guys can migrate settings & translations first.
2.110.3
May 17, 2024
Release Notes | 2.110.3
+ Fixed bug where placed item would not be returned if the min price condition is not met after clicking list button while creating bin/auction listing.
2.110.1
May 3, 2024
Release Notes | 2.110.1
+ Resolved issue when player is kicked/disconnected during confirmation, they don't get their item back. Also adjusted the id tracking to hopefully not break anything related to the meteor client exploit.Â
+ Added a few more checks to remove invalid items if its not removed on join.Â
Â
Dev StuffÂ
(!) The following menus have been moved to the new GUI template, you shouldn't notice any changes visually. But it something is messed up let me know.Â
Â
- Filter Selection
- Filter Whitelist Select
- Filter Whitelist Category List
- Statistic LeaderboardsÂ
- Statistic Option SelectionÂ
- Self & Target Statistic View (Combined into one menu now)