You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffCods
- Creation date
Maxlego08, Yesterday at 4:13 PMReport... Read MoreLikeChanged 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...
[3.1.3.0] Configurations changes
The file includes more possibility for blacklist items, all information here: https://zauctionhouse.groupez.dev/blacklist
- Modification of the blacklist system. Creation of the blacklist.yml file
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...
Fix utf8 with discord webhook
Fix message on join with claim money
Changes in the configuration files, they are now more complete with better documentation.
Very important update on how the economies work in the plugin. Now it is possible to add an infinite number of economy in the plugin.
Before updating the plugin make sure that everything works ! In case of problem come directly to the discord to ask for help !
There has been a very big change in the API, if you use a custom economy you must update your implementation.
Here is the link to the documentation to add your economy:...
You can now create permissions by grade for item expiration.
Code (Text):
# Replace '_' by a '.' for your permission
expirations: # Expiration per rank and in secondes
zauctionhouse_expiration_vip: 3600
zauctionhouse_expiration_vipplus: 7200
zauctionhouse_expiration_elite: 259200