[1.8-1.20x] zAuctionHouse (+1400 servers online)

VIP Plugins [1.8-1.20x] zAuctionHouse (+1400 servers online) 3.2.3.7

Pro Download
  • Fix error when loading items economies
  • Fix problem when cooldownTransactions is too low
  • Fixed /ah claim command with sqlite
  • Fixed ZAUCTIONHOUSE_REMOVE_ALL_EXPIRE button
  • All messages now work with MiniMessage! (only if you use zmenu)
  • 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
  • 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
  • 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.
[IMG]

  • 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
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.

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
  • 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
  • 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
  • Fixed Sarah library for database management
Back
Top Bottom