AzAuctionHouse
๐ก Updated this yearPreview

๐ Analysis
- ๐ 0.1% endorsement rate
- ๐ #70 of 367 adventure mods in this game by downloads
๐ About This Mod
# ๐งฑ AzAuctionHouse **AzAuctionHouse** is a feature-rich auction house plugin that allows players to buy and sell items seamlessly on your Minecraft server. Built with performance and customization in mind. --- ## โจ Features | Feature | Description | |---------|-------------| | ๐ช **Auction House GUI** | Intuitive interface for browsing and managing auctions | | ๐ฐ **Multiple Economy Support** | Vault, PlayerPoints, TokenManager, CoinsEngine & more | | ๐๏ธ **Flexible Storage** | JSON, MySQL, SQLite, MongoDB support | | ๐ **Smart Search & Filter** | Find items quickly with advanced filtering | | ๐ฑ **Recommendation System** | AI-powered item suggestions for players | | ๐ก๏ธ **Anti-Dupe Protection** | Built-in security against item duplication | | ๐ **Rich Notifications** | Action bar, chat, title, and sound notifications | | ๐จ **Custom Items Support** | ItemsAdder, Oraxen, MMOItems compatibility | | โก **High Performance** | Optimized for large servers with Redis sync | | ๐ฏ **Permission System** | Flexible limits and group-based permissions | --- ## ๐ Commands & Permissions <details> <summary><strong>Click to expand command list</strong></summary> | Command | Description | Permission | |---------|-------------|------------| | `/ah` | Open auction house | `azauctionhouse.use` | | `/ah sell <price> ` | List item for sale | `azauctionhouse.use` | | `/ah cancel ` | Cancel auction | `azauctionhouse.use` | | `/ah return` | Retrieve expired items | `azauctionhouse.use` | | `/ah search <term>` | Search auctions | `azauctionhouse.use` | | `/ah history` | View transaction history | `azauctionhouse.use` | | `/ah recommend` | View recommendations | `azauctionhouse.use` | | `/ah clear` | Clear expired auctions | `azauctionhouse.admin` | | `/ah list <price> <count>` | Admin list auction | `azauctionhouse.admin` | | `/ah blacklist <add/remove>` | Manage blacklist | `azauctionhouse.admin` | | `/ah reload` | Reload configuration | `azauctionhouse.admin` | </details> <details> <summary><strong>Click to expand permission nodes</strong></summary> | Permission | Description | Default | |------------|-------------|---------| | `azauctionhouse.use` | Basic auction house access | `true` | | `azauctionhouse.admin` | Administrative commands | `op` | | `azauctionhouse.bypass.cooldown` | Bypass listing cooldown | `false` | | `azauctionhouse.bypass.blacklist` | Bypass item blacklist | `false` | </details> --- ## โ๏ธ Requirements | Requirement | Version | |-------------|---------| | **Minecraft** | 1.8.8 - 1.21.7 | | **Java** | 8+ | | **Spigot/Paper** | Latest recommended | | **Vault** | Required for economy | ### Optional Dependencies - PlayerPoints, TokenManager, CoinsEngine (Economy) - ItemsAdder, Oraxen, MMOItems (Custom Items) - Redis (Multi-server sync) --- ## ๐ Configuration Example ```yaml # &6AzAuctionHouse Configuration prefix: "&7 " flatFee: 0.0 percentFee: 5.0 maxFee: 1000.0 minPrice: 1.0 maxPrice: 1000000.0 cooldown: 30 # Economy Settings economy: type: "Vault" format: "#,##0.00" symbol: "$" # GUI Settings gui: title: "&6Auction House" rows: 6 item-lore-format: - "&7Seller: &f%seller%" - "&7Price: &a%price%" - "&7Expires in: &f%time_left%" - "" - "&eClick to purchase!" # Storage Options storage: type: "JSON" # JSON, MySQL, SQLite, MongoDB # Recommendation System recommendation: enabled: true title: "&6&lRecommended For You" rows: 4 cacheDurationMinutes: 5 ``` --- ## ๐ฏ Quick Setup 1. **Download** AzAuctionHouse.jar 2. **Install** Vault and an economy plugin 3. **Place** jar in `/plugins/` folder 4. **Restart** your server 5. **Configure** `/plugins/AzAuctionHouse/config.yml` 6. **Enjoy** your new auction house! > แดษชแด: แดsแด `/ah help` ษชษด-ษขแดแดแด าแดส แด แดแดแดแดสแดแดแด แดแดแดแดแดษดแด สษชsแด --- ## ๐จโ๐ป Author & License **Author:** GamingHuzai **Discord:** gaminghuzai **Version:** 1.1 > Made with โค๏ธ by GamingHuzai **License:** All rights reserved ยฉ 2025 GamingHuzai --- *Thank you for choosing AzAuctionHouse for your server!*
# ๐งฑ AzAuctionHouse
AzAuctionHouse is a feature-rich auction house plugin that allows players to buy and sell items seamlessly on your Minecraft server. Built with performance and customization in mind.
## โจ Features
| Feature | Description | |---------|-------------| | ๐ช Auction House GUI | Intuitive interface for browsing and managing auctions | | ๐ฐ Multiple Economy Support | Vault, PlayerPoints, TokenManager, CoinsEngine & more | | ๐๏ธ Flexible Storage | JSON, MySQL, SQLite, MongoDB support | | ๐ Smart Search & Filter | Find items quickly with advanced filtering | | ๐ฑ Recommendation System | AI-powered item suggestions for players | | ๐ก๏ธ Anti-Dupe Protection | Built-in security against item duplication | | ๐ Rich Notifications | Action bar, chat, title, and sound notifications | | ๐จ Custom Items Support | ItemsAdder, Oraxen, MMOItems compatibility | | โก High Performance | Optimized for large servers with Redis sync | | ๐ฏ Permission System | Flexible limits and group-based permissions |
## ๐ Commands & Permissions
Click to expand command list
| Command | Description | Permission |
|---------|-------------|------------|
| `/ah` | Open auction house | `azauctionhouse.use` |
| `/ah sell
Click to expand permission nodes
| Permission | Description | Default | |------------|-------------|---------| | `azauctionhouse.use` | Basic auction house access | `true` | | `azauctionhouse.admin` | Administrative commands | `op` | | `azauctionhouse.bypass.cooldown` | Bypass listing cooldown | `false` | | `azauctionhouse.bypass.blacklist` | Bypass item blacklist | `false` |
## โ๏ธ Requirements
| Requirement | Version | |-------------|---------| | Minecraft | 1. 8. 8 - 1. 21. 7 | | Java | 8+ | | Spigot/Paper | Latest recommended | | Vault | Required for economy |
### Optional Dependencies - PlayerPoints, TokenManager, CoinsEngine (Economy) - ItemsAdder, Oraxen, MMOItems (Custom Items) - Redis (Multi-server sync)
## ๐ Configuration Example
```yaml # &6AzAuctionHouse Configuration prefix: "&7[&6AzAuctionHouse&7] " flatFee: 0. 0 percentFee: 5. 0 maxFee: 1000. 0 minPrice: 1. 0 maxPrice: 1000000. 0 cooldown: 30
# Economy Settings economy: type: "Vault" format: "#,##0. 00" symbol: "$"
# GUI Settings gui: title: "&6Auction House" rows: 6 item-lore-format: - "&7Seller: &f%seller%" - "&7Price: &a%price%" - "&7Expires in: &f%time_left%" - "" - "&eClick to purchase!"
# Storage Options storage: type: "JSON" # JSON, MySQL, SQLite, MongoDB # Recommendation System recommendation: enabled: true title: "&6&lRecommended For You" rows: 4 cacheDurationMinutes: 5 ```
## ๐ฏ Quick Setup
1. Download AzAuctionHouse.jar 2. Install Vault and an economy plugin 3. Place jar in `/plugins/` folder 4. Restart your server 5. Configure `/plugins/AzAuctionHouse/config.yml` 6. Enjoy your new auction house!
> แดษชแด: แดsแด `/ah help` ษชษด-ษขแดแดแด าแดส แด แดแดแดแดสแดแดแด แดแดแดแดแดษดแด สษชsแด
## ๐จโ๐ป Author & License
Author: GamingHuzai Discord: gaminghuzai Version: 1. 1
> Made with โค๏ธ by GamingHuzai
License: All rights reserved ยฉ 2025 GamingHuzai
Thank you for choosing AzAuctionHouse for your server!
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- HuzaiDev
- Version
- 1.7
- Downloads
- 16,358
- Endorsements
- 9
- Category
- adventure
- Created
- 7/26/2025
- Updated
- 2/15/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- adventure, economy, storage
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does AzAuctionHouse support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of AzAuctionHouse?
Version 1.7, published 2026-02-15 with 16,358 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await