AxAuctions | All-In-One Auction House Plugin

VIP Plugins AxAuctions | All-In-One Auction House Plugin

Version: 2.8.0
- Made all minimessage tags, like <font> work in gui titles. This makes it easier to create custom menus or to set custom gui titles.

- Improved search, the plugin can now find enchanted items even if the player searches without underscores (for example "/ah search fire aspect" will now find anything that has the fire_aspect enchantment)
- Added better handling and better errors in case a user's data fails to load.
- Migrated the currency hooks to our integration system, ( https://docs.artillex-studios.com/integrations.html#currency) now everything, including the placeholder currencies are running on this new system. If you notice any currency related issues, please report them to us. - This also means that there are some new currencies and plugins supported, (check the full list on the wiki) mainly xp levels, which will be enabled after updating, so make sure to check your settings if you want to adjust them. - Now it is possible to set a min-price/max-price for each currency option, so for example you can set the minimum money to 100, but keep xp on 1. - For developers: If you have any plugins that add currencies to AxAuctions using the API, you will have to rewrite that to use the new system. For more information: https://docs.artillex-studios.com/integrations.html#for-developers
- Fixed that the 26.2 nms library sometimes didn't download properly, causing the plugin not to start. (you can fix this by deleting the plugins/AxAPI/libraries/AxAuctions folder and restarting, however this version should also resolve it)

- Made it possible to remove the command aliases from the config to disable the plugin's commands.
- Migrated to our own library downloader system. Libraries are now stored in the plugins/AxAPI/libraries folder. You should also see it use less storage and download faster.

- The plugin now boots even if there is an item is placed on the auction house that is corrupted/invalid and can't be loaded.
- Fixed a mysql exception that occurred when the user row was updated.
- Added an optional auction listing confirmation gui (which is disabled by default) that can be opened after using /ah sell to overview the selling process before the item gets listed.
- You can enable it in the config -> auction-listing-confirmation, which creates a guis/confirm-listing-gui.yml that can be customized.
- Added a %auction_listing_confirmation_enabled% placeholder.
- Made it possible to open the shulker viewer from the currency selector.

1783023304269.png
- Added some extra debug messages that can be used to find bugs. (to the debug mode)
- Fixed that mysql couldn't create the tables on new installs in the previous version.
- Fixed that since v2 with some currency plugins (or with the "only-give-money-on-join" setting enabled) players didn't get paid for their sold items until they have rejoined the server. The plugin now always pays the user if they are online.