Page: 1 2 3 4 5 ... 7

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 
    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 
[/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"
    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"
 
[/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


3.1.2.6 Apr 27, 2023
Somes fixs
  • 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)

3.1.2.5 Apr 23, 2023
Fix errors
  • Fix error with item economies
  • Fix error with a trident
  • Fix error with default config files

3.1.2.4 Apr 7, 2023
Transaction + Discord webhook

3.1.2.3 Apr 4, 2023
Fix error

Fix error with uuid generator


3.1.2.2 Apr 3, 2023
UUID change

Add a system who will check if an uuid already exist.


3.1.2.1 Mar 17, 2023
Edit default config files

Changes in the configuration files, they are now more complete with better documentation.


3.1.2.0 Feb 25, 2023
Economy Update
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:
 
 
In this update there are different correction and minor optimization.

3.1.1.0 Jan 25, 2023
Added permission for expiration by grade
You can now create permissions by grade for item expiration.
[CODE]
# 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 
[/CODE]

3.1.0.9 Jan 19, 2023
Add dupe listener

Added a listener to handle dupplication problems. (thanks to hohosmc)


3.1.0.8 Jan 14, 2023
Add command cooldown

Added a cooldown on orders to prevent spam. By default the cooldown is active and is 5 seconds. Here is the permission that allows to bypass the cooldown: zauctionhouse.admin.bypass.cooldown


3.1.0.7 Jan 4, 2023
Optimisation + fix
Optimization of the /ah search command
Added the possibility to choose only the material to put an item with a minimum and maximum price

Page: 1 2 3 4 5 ... 7