Various bug fixes
Change default configuration for ping check
Optimisation of the method for sending messages in the bar action in 1.8
Added ability to add permission for/ah version and/ah addon
Changed the format of the prices.yml file. You now have more options for defining a price. (You must reset your configuration file !)
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 (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) modelId: 10001 # Price of items with lore contains key - type: "zauctionhouse:contains_lore" minPrice: 100 maxPrice: 1000 key: "Cosmetics" # Price of items with lore contains key - type: "zauctionhouse:material_similar" minPrice: 100 maxPrice: 1000 key: STONE_HOE # (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
NONE type added for messages.
Various corrections to thread usage (ActionBar / SqlManager).
Several options added to config.json file for item sales.
The file includes more possibility for blacklist items, all information here: https://zauctionhouse.[Censored]/blacklist
- Modification of the blacklist system. Creation of the blacklist.yml file
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 (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) modelId: 10001 # Blacklist of items with lore contains key - type: "zauctionhouse:contains_lore" key: "Cosmetics" # Blacklist of items with lore contains key - type: "zauctionhouse:material_similar" key: STONE_HOE # (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
- Modifying the default category configuration, you now have examples of how to add specific items to your categories, either by name or by custom model id.
Fixed an error with claim money and enableTransactionMessageOnJoin. This option is now disabled by default and you cannot enable it if you do not have JSON storage.
- Fix dupe on sell item
- Fix min and max price for inventory selling
- Add search option for /ah config (you can try /ah search price for example)
