zAuctionHouse

MC Plugin zAuctionHouse 4.0.1.1
The most used auction house plugin in the world !

  • 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
YAML:
price:
  permissions:
    vault: # Economy name
      - permission: zauctionhouse.price.max.vault.player # Permission
        amount: 128 # Max price
      - permission: zauctionhouse.price.max.vault.vip # Permission
        amount: 250 # Max price
    item_diamond: # Economy name
      - permission: zauctionhouse.price.max.item.player # Permission
        amount: 32 # Max price
      - permission: zauctionhouse.price.max.item.vip # Permission
        amount: 64 # Max price
  • Like
Reactions: Telmofaria
Fixed Sarah library for database management
  • 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
  • Fix error with old minecraft version
  • Add cache for placeholder (only for REDIS storage)
  • Edit economy API
  • Fixed Citizens with zMenu inventories
  • Fixed sell cooldown message with %time%
  • Fixed auto save messages, if the problem persists I will totally change the format of the message file
  • Fixed some messages with zmenu
  • After checking the categories with items that have color work well, sorting into categories also works well. (This message is to warn all the people who asked me to check his points there)
  • Removed the useless /ah lang command
  • Add new option giveItemAfterRemove, allows the player to retrieve the item from his inventory if he removes it
  • Add new option dontGiveIfPlayerHasFullInventory, allows to check if the player must have room in his inventory to buy or recover an item.
  • Remove sendItemToPurchaseInventoryIfIsFull
  • Transactions that need to be claimed will no longer be deleted
  • Minimum duration to delete transactions is now 1 day
  • Update the default configuration, add an item to indicate that there are no items
  • Add TCHAT_AND_ACTION, CENTER and WITHOUT_PREFIX message type
  • Like
Reactions: Ssdfcc
[IMG]

  • Create 2 new button type for zMenu ZAUCTIONHOUSE_CATEGORIES_HOME and ZAUCTIONHOUSE_CATEGORIES_LORE, its buttons allow to display categories on a single item and display them in a lore. More information here
  • Fix CoinsEngine economy with OfflinePlayer
  • Create new addon: zAuctionHouse Statistics: https://zauctionhouse.groupez.dev/configurations/statistics
  • Add data for categories
  • Create new inventory, Sell Confirm. In this inventory you can choose the economy you want before selling. If you only have one economy you can use this inventory as a confirmation inventory.
  • Change better price reduction configuration. Using the system on zDrawer. This system is more complete. More information on here. Attention, you must update your config.yml file in the price section to have access to the new format.
  • Added the ability to use comma numbers to use the price multiplicator. You can now do /ah sell 10.5k
  • Fix open inventory after purchase with zMenu
[IMG]
zMenu’s online inventory editor has just been released in beta !

  • Fix an error when loading with zMenu
  • Fix option for disable SQL script
  • Fix head in 1.20+ if you dont use zMenu
  • Fix /ah sell <price><economy>
  • Remove debug in console
  • Performance correction for categories
  • Correction of the file economies.yml
  • Correction of the system to choose another economy
  • Added option to disable price multiplier
Top Bottom