zAuctionHouse icon

zAuctionHouse 3.2.3.3

The best auction house plugin, mandatory for your server.

Page 1 2 3 4 5 ... 9
3.1.4.5 Dec 14, 2023
Backup and fixs
  • Fixed the sellAnnouncement permission, which was not correctly taken into account.
  • Fixed loading of messages and saving new values of messages. The plugin will no longer write to your configuration if it already exists, but only add if it does not exist.
  • Added a backup system of the items.json file. By default the file will be backed up every day at 00:00. If you want to have more control over when saving the file you can use the zScheduler plugin. An implementation was added in zAuctionHouse to support zScheduler.
3.1.4.4 Dec 9, 2023
Bug fixs
  • Fixed zMenu conversion for category.yml inventory.
  • Fixed default configuration with ItemFlag.
  • Fixed NPE with messages.
  • Fixed messages reload.
  • Fixed /ah config.
  • Updated default config.
  • Added BeastToken (MrAxeTv) economy.
3.1.4.3 Dec 6, 2023
Change default configuration
This update has completely changed the config.yml file and add a new economies.yml file. Your configurations present in config.json will no longer be taken into account. Please retrieve the default config.yml file and redo your configuration !
 
  • Removal of config.json, all the configuration of the plugin is now done with the config.yml file. The file contains all the information about each configuration item. It is easier to configure the plugin.
  • Modification of the economy system. By taking over the zShop system, you have an economies.yml file that allows you to configure more savings and more simply.
  • Suppresion of some configuration element that was not used and useful. (inventory auto update and prerender inventory)
  • Add CoinsEngine economy.
  • Fixed zMenu conversion for sellshow.yml inventory.
  • Fixed categories with zMenu not working anymore.
  • Added AntiDupe system directly in zAuctionHouse. This system comes from zMenu, I advise you to pass your configurations to zMenu to take advantage of this system on all your inventories.
  • Fixed /ah reload that loads messages.yml several times.
  • Improved default configuration for 1.16+ messages, use of hex color.
 
What to expect for future plugin updates ?
 
  1. Change default configuration to zMenu. This new configuration by default will be more complete and will have a new design and new features.
  2. Ajout de la possibilité de changer de catégory avec un seul bouton
  3. Added the ability to display item sorting with a placeholder, and change the color of the current sort.
Have questions? Join my discord here: https://discord.gg/yNGJ8y5G9e
3.1.4.2 Dec 3, 2023
Bug fixs
  • Add option enablePermissionForSellingTime in config.json. Enables the modification of sales prices with permission.
  • Fixed priority system that gives priority to items by default even if the system is disabled.
  • Add enablePrioritySort and enablePrioritySortLimit in /ah config
  • Add Anti Dupe system, the system will add an identifier to all items that come from the interface, and if players manage to get an item then it will be automatically deleted. fuck leffy dupe discord (At the moment this system is only available if you use zAuctionHouse with zMenu. The system will be added by default to zMenu before the next updates.)
What to expect for future plugin updates?
  1. Mise en place du système anti dupe directement dans zAuctionHouse 
  2. Changed configuration for economies. The economy configuration system will be taken over from zShop. You will have an economies.yml file with all the economies that will be possible to configure.
  3. Improvement of the config.yml file, the final goal is to no longer have a config.json file, there are many options, which makes the file very complicated to handle for new users.
  4. Change default configuration to zMenu. This new configuration by default will be more complete and will have a new design and new features.
Have questions? Join my discord here: https://discord.gg/yNGJ8y5G9e
3.1.4.1 Dec 1, 2023
zMenu Support
Added support for zMenu. zMenu is an inventory management plugin with a very powerful API. Within a few weeks or months, you will be forced to use zMenu.
 
For this first update you only have zMenu support added. To activate it you must go to the config.json file, and put USE_ZMENU_INVENTORY to true
 
After you have to perform the command /ah convert zmenu, this command will convert your classic configuration into a configuration for zMenu. You will notice that this configuration is shorter, more optimized. Indeed, zMenu will bring you many features.
 
All you have to do is to make /ah reload command.
 
 
I advise you to do this only on your test server and send me your feedback !
 
 
This update also comes with some optimizations in the code.
 
In future updates, the default configuration will change to zMenu. I invite you to join the discord to have all the information about this transition: https://discord.gg/6kAMysgwBF
3.1.4.0 Oct 25, 2023
Fix folia
  • Fix Folia support
  • Fix error with 1.20.2
3.1.3.9 Oct 13, 2023
Config changes
- Add options enableTaxBypassPermission and tabBypassPermission in config.json
- Fix discord webhook price format
- Add expireAt value in AuctionRetrieveEvent
- Add option permissionSellAnnonce
3.1.3.8 Sep 20, 2023
Fix errors and default config
  • Fix errors with ItemStack loader
  • Fix default config for custom economy
3.1.3.7 Sep 19, 2023
Added support of folia, in case of error please contact me

Added support of folia, in case of error please contact me

3.1.3.6 Aug 7, 2023
Fix default config and load message
  • Fixed different default messages to indicate more information.
  • Fixed loading messages, some messages were not loaded correctly.
3.1.3.5 Aug 1, 2023
Update config

Fix max value in config.yml for sell time

3.1.3.4 Jul 13, 2023
Add more options
Added multiple configuration options
Adding elements to/ah config
3.1.3.3 Jul 2, 2023
Fix + Opti
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
3.1.3.2 Jun 8, 2023
Update to 1.20

Update to 1.20

3.1.3.1 Jun 4, 2023
Change prices file !
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 (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)
[/CODE]
 
 
NONE type added for messages.
Various corrections to thread usage (ActionBar / SqlManager).
Several options added to config.json file for item sales.
3.1.3.0 Jun 2, 2023
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 (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)
 
[/CODE]
  • 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.
3.1.2.9 May 4, 2023
Fix jar

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.

3.1.2.9 May 4, 2023
Claim money

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.

3.1.2.8 May 3, 2023
Somes fixs

Fixed a dupplication issue that was present on some servers.

3.1.2.7 Apr 28, 2023
Fix error with old minecraft version

Fix error with old minecraft version

Page 1 2 3 4 5 ... 9
You might also like...