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

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

Pro Download
Added support of folia, in case of error please contact me
  • Fixed different default messages to indicate more information.
  • Fixed loading messages, some messages were not loaded correctly.
Fix max value in config.yml for sell time
Added multiple configuration options
Adding elements to/ah config

  1. Changed the format of the prices.yml file. You now have more options for defining a price. (You must reset your configuration file !)
    Code (YAML):

    prices:

    # Price items if their name contains an element
    - type: "zauctionhouse:names_contains"
    minPrice: 100
    maxPrice: 1000
    key: "Custom Sword"

    # Price of items with a custom model id
    - type: "zauctionhouse:similar_model_id"
    minPrice: 100
    maxPrice: 1000
    key: PAPER # Material name...
    Maxlego08, Yesterday at 4:13 PMReport... Read MoreLike

  2. [3.1.3.0] Configurations changes

    • Modification of the blacklist system. Creation of the blacklist.yml file
    The file includes more possibility for blacklist items, all information here: https://zauctionhouse.groupez.dev/blacklist
    Code (YAML):

    blacklists:
    # Blacklist items if their name contains an element
    - type: "zauctionhouse:names_contains"
    key: "Custom Sword"
    # Blacklist of items with a custom model id
    - type: "zauctionhouse:similar_model_id"
    key: PAPER # Material name...
  • Fixed a dupplication issue that was present on some servers.
Fix utf8 with discord webhook
Fix message on join with claim money
Fix error with uuid generator
Back
Top Bottom