zAuctionHouse icon

zAuctionHouse 3.2.3.3

The best auction house plugin, mandatory for your server.

Page 1 2 3 ... 9
3.2.3.3 11 days ago
Bug fixs
  • Update to Sarah 1.17
  • Update zAuctionHouse Redis
  • Added global database configuration
  • Fix minor errors
  • Fix expired items
3.2.3.1 Feb 5, 2025
Bug fixs
  • Fixed Out of bound exception with pagination (by Alwyn974)
  • Fixed use of a placeholder with the command /ah sell (by Alwyn974)
  • Added information if the itemstack of a transaction is invalid (by Alwyn974)
  • Added SQLITE and HIKARICP for JSON to database conversion (by Alwyn974)
  • Fixed items priority storage (by Maxlego08)
3.2.3.0 Jan 16, 2025
Fix search input
  • Added support for translating materials for searches by panel or in chat
  • UpdatedCurrenciesAPI to version 1.0.7. (Fixed Item economy)
3.2.2.9 Dec 27, 2024
Last update of 2024! Full of new features!
  • Added: A reason for each economy transaction (compatible only with zEssentials).
  • UpdatedCurrenciesAPI to version 1.0.5. (Bug fix + add RedisEconomy)
  • Added: Button ZAUCTIONHOUSE_EXPIRE_AND_BUYING, which allows viewing both expired and purchased items simultaneously.
  • Added: Button ZAUCTIONHOUSE_EXPIRE_AND_BUYING_AND_ITEMS, which allows viewing expired, sold, and purchased items at the same time.
  • Added: Button ZAUCTIONHOUSE_SEARCH_INPUT, which opens the search inventory. (Note: If ProtocolLib is not installed, searches will default to the chat.)
  • Improved: Code for certain buttons by updating to the latest version of the zMenu API.
  • Updated: Folialib API to the latest version.
  • Changed: Database management now exclusively uses HikariCP. (No changes to your database configuration are required.)
  • Added: New sorting types:
    • ALPHABETICAL_NAME
    • REVERSE_ALPHABETICAL_NAME
    • SELLER_NAME_ALPHABETICAL
    • SELLER_NAME_REVERSE_ALPHABETICAL
    • MATERIAL_TYPE_ALPHABETICAL
    • MATERIAL_TYPE_REVERSE_ALPHABETICAL
    • ECONOMY_NAME_ALPHABETICAL
    • ECONOMY_NAME_REVERSE_ALPHABETICAL
    • ITEM_STACK_SIZE_ASCENDING
    • ITEM_STACK_SIZE_DESCENDING
    These new sorting options can be used with the ZAUCTIONHOUSE_CHANGE_SORTING button.
     
  • Added the completion tab for the /ah search command, material of sales items will be displayed
3.2.2.8 Nov 27, 2024
Bug fixs
  • Fix error when loading items economies
  • Fix problem when cooldownTransactions is too low
3.2.2.7 Nov 10, 2024
Fix SQL with economy

Fix SQL with economy

3.2.2.7 Nov 8, 2024
Economy, Storage and Redis Update !
  • Added permission for economy. You can define a permission for each economy.
  • Fixed error with claim money
  • Delete /ah config command
  • Reduction of the zAuctionHouse Stats addon price to 5€ instead of 7€
  • Moving all admin commands with the aliases /ah admin
  • Fixed message file on first launch of plugin
  • Added sell-auto-completion for price and amount for /ah sell command
  • Using the CurrenciesAPI library, this allows introducing new economies like ZESSENTIALS and ECOBITS
  • Update zAuctionHouseRedis plugin, new version, new code, new features!
  • Modification of the sell command, to specify the economy is now easier: /ah sell <price> [<amount>] [<economy>]
  • Modification of all SQL queries with Sarah, all SQL queries will be more optimized
  •  
3.2.2.6 Oct 9, 2024
Bug fixs and Placeholders
  • Added the option enableMiniMessageInMessage, to enable the MiniMessage format in messages, disabled by default.
  • Changed the default configuration to not use permissions to limit the maximum price per economy to avoid new users being lost. The configuration is commented, you need to remove comments to use it
  • Added ElementalGems economy plugin
  • Added ElementalTokens economy plugin
  • Added %money-after-purchase% for ZAUCTIONHOUSE_BUY_CONFIRM, Displays the player’s money after purchase
  • Added option refresh-placeholder for ZAUCTIONHOUSE_CLAIM, if you are in sql, redis or sqlite you can have an update of the lore automatically
  • Fixed claim money placeholder for sql, redis and sqlite
  • Fixed itemFlags with zMenu
  • Improve documentation
3.2.2.5 Sep 6, 2024
Bug fixs
  • Fixed /ah claim command with sqlite
  • Fixed ZAUCTIONHOUSE_REMOVE_ALL_EXPIRE button
  • All messages now work with MiniMessage! (only if you use zmenu)
3.2.2.4 Aug 22, 2024
New default storage system !
  • Fixed loading items, the plugin will directly take the right method to decode the items
  • The default storage is now SQLITE, you can convert your JSON storage by defaulting the storage in config.yml to SQLITE and running the command /ah convert jsontodatabase
  • Fixed issue with Shulker Shell and Shulker Spawn Egg being considered as inventory (by keke142)
  • Added PlayerAuctions Convert (by keke142)
  • Added %price%, %seller% and %timer% for ZAUCTIONHOUSE_BUY_CONFIRM button
  • Log files are now .log instead of .yml
  • Added permissions to set the maximum allowed price for selling items by economies
3.2.2.3 Aug 13, 2024
Add more backup
  • Added a system that allows to make backups for the files items.json when the plugin is enabled and disabled.
  • Added a warning message to tell you that it is not advisable to use JSON storage and that you should use MYSQL storage instead
  • Changing the default configuration to enable logs in a file
3.2.2.3 Aug 13, 2024
New sorting button !
  • Disable enable-itemstack-translation by default
  • Create a new button ZAUCTIONHOUSE_CHANGE_SORTING which allows you to change the sort of items in a better way, right click to advance in the list, left click to go back, you can now choose the order of the sort change, and you can remove tries that you do not want. The Default configuration will use this button.
  • Fixed categories, an item can now be in several categories at the same time. (@keke142)
  • Improved documentation, added a page to indicate how to install the plugin, added more information on the buttons page, added emojis to make the documentation more fun to watch
3.2.2.2 Aug 11, 2024
[HOTFIX] Deactivation of items in French by default
Sorry, I had enabled by default the translation of items, and so your items will be translated into French, do not forget to update your configuration.
[CODE=yaml]
# Allows to configure the elements for the /ah search command
search:

# Enables the /ah search command
# If you change this value you need to restart your server
enable: true

# Enable the option to search for an item with translation
# For this option, you must be in 1.13+ and add your translation file to the zAuctionHouse/langs folder
# By default the plugin will download all files, just enable this option and set your language
enable-translated-material: true

# Allows defining the langs file for your server, this option only works for servers in 1.13+
# You can find the translation file here: https://github.com/Maxlego08/minecraft-assets/tree/1.21/assets/minecraft/lang
# The file must be placed in the folder zAuctionHouse/langs
# The file name must be in the following format <country>-<language>, so for France it's will be fr-fr
language: 'fr-fr'

# If this option is enabled, then the plugin will download all translation files when the zAuctionHouse/langs folder does not exist
# This saves you time and does not have to choose the file to download.
download-all-langages-files: true

# This option allows translating the name of items in the language you have defined
enable-itemstack-translation: false
[/CODE]
3.2.2.2 Aug 8, 2024
Bug fix and upgrade your items to 1.21
  • Fix error when loading translated items
  • Use logger instead of System.out.println
  • Corrected transactions for sales inventories, they are now properly saved and displayed.
  • Creation of the command /ah convert item_base64_to_minecraft_1_21, which allows you to convert your items to a compatible version in 1.21. To run this command you must be on the old version of your server, for example 1.20.4. More information here
  • Fix tax for command /ah claim
3.2.2.1 Aug 6, 2024
Translation !
  • Fix error with minimessage in old minecraft version
  • Added a check on your discord webhook URL, if your URL is invalid you can’t use the discord webhook
  • Enable exception for sql if debug mode is enable
  • Remove zTranslator support
  • Creation of a complete item translation system that takes into account all minecraft translations
  • Added translation support for /ah search, you can enable this option in config.yml
  • Create event AuctionLoadEconomyEvent for register your own economy. Your plugin need to load before zAuctionHouse !
  • Update documentation for how to create a custom economy
  • Add logger when an AuctionHouse does not find the economy
  • Fix CoinsEngineAPI
  • Fix category with custom model id if you are on an old minecraft version
3.2.2.0 Jul 7, 2024
Fixed Sarah library for database management

Fixed Sarah library for database management

3.2.2.0 Jul 6, 2024
Code improve + bug fix
  • Fixed glow error with old inventory system
  • Fixed prefix color for message that the plugin is not up to date
  • Fixed blacklist with shulker box
  • Fixed Sarah java version, downgrade to java 8
  • Fixed memory leak issue with category system
  • Modification of the categories system to improve performance (categories are now 20 to 30 times more efficient)
  • New button: ZAUCTIONHOUSE_SHOW_SELLER - Allows to display the head of the player who sells an item, must be used in the inventory buyconfirm.yml
3.2.1.9 Jun 21, 2024
Code improve + Bug fix + 1.21
  • Creation of the enableWhitelist value in the config.yml file. The whitelist system is fully available now.
  • Creation of the enableNewBase64ItemStackMethod value in the config.yml file. This enables the new algorithm to transform items into text. If you are in 1.20.5+ this will be enabled by default. If you are in an older version (1.20.4) and want to migrate your data later, it is advisable to enable this option
  • Improved javadocs, added more comments in class
  • Improvement of the code. (Would you like to have zAuctionHouse on github ?)
  • Permanent deletion of the config.json file, the Config class has been renamed to AuctionConfiguration.
  • Creation of the blacklistplayers.json file, the file will contain the UUID of the players who will be blacklist. This replaces the list that was present in the config.yml file
  • Improved documentation, updated files by default. And various other minor fixes.
  • Fix placeholder: %zauctionhouse_claim_<economy name>% for JSON storage
  • Fixed blacklist and whitelist items if you sell a shulker in a sales inventory
  • Added next tick update for claim button with zmenu
  • Updated to 1.21
3.2.1.8 Jun 10, 2024
Better config, Better Code, Better everything
  • Add support of 1.20.6
Attention, for the support of 1.20.6 you will not be able to use your old items, you are obliged to delete your items and transactions. I do not yet have a solution to transfer your old items to the new minecraft system !
  • Update Database Management Update, Using the Sarah Library
  • Add the option giveMoneyOnSellServer, allows to give the money of the player on the server where the item was sold (works with the addon redis)
  • Add column server_name in items table, lets you know where the item has been put up for sale (works with the addon redis)
  • Placeholder optimization with REDIS addon, placeholders are now in async, loading message will be displayed when data is loading.
  • Fix enableVersionChecker, you can now disable this option
  • Fix placeholder: %zauctionhouse_claim_<economy name>%, the placeholder works normally for Redis and MYSQL
  • Fix error console with head if you dont use zmenu (plz use zmenu)
  • Fix item amount with zauctionhouse_economy_item button (It does not correctly display the number of items you will sell).
  • Remove option sendItemToPurchaseInventoryIfIsFull from /ah config
  • Fix blacklist items with shulker box. The plugin will look at the content of the shulker to check the content
  • Fix /ah expire/ah items etc for zmenu inventories
  • Fix coins engine API
  • Improve config.yml. Improved comments and grouped configuration items. File is now more consistent.
  • Rename enableCreateSell to enableCreativeSell
  • Added sound during purchase and sound when player cannot buy
3.2.1.7 May 22, 2024
Fixs
  • Fix error with old minecraft version
  • Add cache for placeholder (only for REDIS storage)
  • Edit economy API
Page 1 2 3 ... 9
You might also like...