for the 1.18.2 version click here: https://www.spigotmc.org/resources/auctionhouse.61836/download?version=458753
- Native Minecraft Version:
- 1.18
- Tested Minecraft Versions:
- 1.18
- 1.19
for the 1.17.1 version click here: https://www.spigotmc.org/resources/auctionhouse-1-17-1.100767/
for the 1.13.2-1.16.5 version click here: https://www.spigotmc.org/resources/auctionhouse-classic.100766/
for the 1.9.4-1.12.2 version click here: https://www.spigotmc.org/resources/auctionhouse-legacy.66670/
for the 1.8.8 version click here: https://www.spigotmc.org/resources/auctionhouse-retro.69278/
AuctionHouse 3.2.3 (for 1.18.2) and 3.3.1 (for 1.19)
![]()
Overview:
AuctionHouse allows players to list items for sale on an auction house accessible with the /ah command. The plugin is new code and only shares a similar look and feel as the inactive plugin resource AuctionHouse.
![]()
Features:
Video:
- FREE!
- Sell items in the auction house
- List server items in the auction house (one-time or unlimited)
- View items matching a search filter based on name, type, lore, enchants, or seller
- Sort chronologically or by price
- Show items you are selling
- Cancel items
- Collect cancelled/expired items
- Drop unclaimed items at player's feet
- Automatically clean up abandoned items
- Show and clear recently sold items
- Hover over item to show time remaining and enchants
- Charge a flat and/or percentage based fee for listing an item (with confirmation menu)
- Tax sellers a percentage of revenue for each sale with cap
- Set min and max prices
- Restrict items by name, type, lore, enchants, damage and unbreakable flag
- Restrict wildcard items/blocks by omitting the item type and specifying lore, or enchants (can ban selling soulbound and cursed items)
- Restrict item names using Regex with regex:<expr>
- Restrict items based on custom_model_data
- Optional Back/Exit button calls a command to return to another menu
- Click on a special sign to open the auction house
- Click on certain named block entities to open the auction house (chests, shulker boxes, dispensers, droppers, hoppers, furnaces, enchanting tables, brewing stands)
- Click on custom named entities to open the auction house
- Console command support for custom menu and NPC plugins
- Internationalization Support
- Customize messages, button materials and sounds
- Support for HeadDatabase heads as buttons with hdb:<id>
- Support for custom skull textures as buttons with texture:<base64 data>
- Supports player head for the player listings button with auctionhouse player_head
- Logging all transactions to separate log file
- Announce listings to all players
- Discord integration
- Rewriting of String UUIDs in NBT (Seller -> Buyer)
- Multi-world support with simple world grouping
- Set cooldown between listings
- Supports Minecraft 1.18.2
Thanks to Viktor over at server.pro for the video!
Commands:
/ah reload - reloads the auctionhouse configurationPermissions:
/ah - open the auction house
/ah <player> - open the auction house for a player (console only)
/ah menu - open the auction house in menu mode
/ah menu <player> - open the auction house in menu mode for a player (console only)
/ah search <filter> - view items matching search filter
/ah help - show help for all the commands
/ah sell <price> - sell the item you are holding in hand
/ah list <price> [count] - list the item as server
/ah ulist <price> [count] - list the item as server with unlimited buying
/ah selling - view the items you are selling
/ah sold - view the items you have sold recently
/ah expired - view your expired items to return
/ah cancel - cancel all your auctions
/ah return - return all your cancelled/expired items
auctionhouse.reload - enables reloading the pluginMeta:
auctionhouse.use - enables /ah command (default: true)
auctionhouse.menu - enables /ah menu command
auctionhouse.search - enables /ah search command (default: true)
auctionhouse.help - enables /ah help command (default: true)
auctionhouse.sell - enables /ah sell command (default: true)
auctionhouse.list - enables /ah list command
auctionhouse.ulist - enables /ah ulist command
auctionhouse.selling - enables /ah selling command (default: true)
auctionhouse.sold - enables /ah sold command (default: true)
auctionhouse.expired - enables /ah expired command (default: true)
auctionhouse.cancel - enables /ah cancel command (default: true)
auctionhouse.return - enables /ah return command (default: true)
auctionhouse.cancel.others - enables cancelling other's auctions
auctionhouse.trigger.block - enables block triggers for menu
auctionhouse.trigger.entity - enables entity triggers for menu
auctionhouse.trigger.sign - enables sign triggers for menu
auctionhouse.auctions.# - sets maximum listings
*Note: the plugin will take the maximum set value of the setting in the config.yml, permissions and meta.
auctions - sets the number of auctions a player can listTo use meta, you need to have a compatible permissions plugin that supports setting and removal of meta such as PermissionsEx or LuckPerms.
For PermissionsEx use:
/pex user <user> set auctions <value>For LuckPerms use:
/pex group <group> set auctions <value>
/lp user <user> meta set auctions <value>For GroupManager use:
/lp group <group> meta set auctions <value>
/manuaddv <user> auctions <value>Configuration:
/mangaddv <group> auctions <value>
Code (Text):
#
# AuctionHouse
#
config_version: 29
locale: en_us
decimal_format: "#,##0.00"
strict: false
economy: vault
chatHook: true
updateTicks: 20
auction:
listingPrice: 0.00
listingRate: 0.00
listingCooldown: 0d0h0m0s
listingDuration: 7d0h0m
expiredDuration: 14d0h0m
unclaimedDuration: 90d0h0m
cleanupDuration: 0d24h0m
soldDuration: 365d0h0m
unclaimedCheckDuration: 0d0h5m
unclaimedCheckOnWorldChange: true
preventCreative: true
preventSpectator: true
minSellPrice: 0.00
maxSellPrice: 100000.00
salesTax: 0.00
maxSalesTax: 100000.00
allowDamagedItems: false
defaultMaxListings: 5
# oldest, newest, highest_price, lowest_price
sortOrder: 'oldest'
announce: false
action_bar: true
discord: false
discord_channel: 'auctionhouse'
multiworld: false
groupWorlds: false
replaceUUIDs: false
replacePlayerNames: false
dropAtFeet: false
showSeconds: true
spawnerInfo: true
integerPrice: false
showRepairCost: true
announce:
chat:
listings: true
purchases: true
action_bar:
listings: false
purchases: false
restricted_items:
0:
item: 'minecraft:bedrock'
1:
item: 'minecraft:barrier'
2:
item: 'minecraft:command_block'
3:
item: 'minecraft:structure_block'
example:
name: '\u00a7cVorpal Sword'
item: 'minecraft:diamond_sword'
lore:
- 'Special Item'
- 'Does not list in AuctionHouse'
enchantments:
- {ench: 'minecraft:sharpness', level: 10}
- {ench: 'minecraft:unbreaking', level: 3}
- {ench: 'minecraft:looting', level: 3}
- {ench: 'minecraft:fire_aspect', level: 2}
unbreakable: true
custom_model_data: 1
mcmmo:
lore:
- 'mcMMO Ability Tool'
mcmmo_ability:
persistent_data:
'mcmmo:super_ability_boosted': 0
sounds:
click: 'ui.button.click'
fail: 'entity.villager.no'
drop: 'entity.player.burp'
sold: 'block.note_block.chime'
buttons:
exit: 'minecraft:iron_door'
back: 'minecraft:iron_door'
previous: 'minecraft:paper'
sort_listings: 'minecraft:sunflower'
next: 'minecraft:paper'
info: 'minecraft:book'
howto: 'minecraft:emerald'
return_all: 'minecraft:flower_pot'
player_listings: 'minecraft:diamond'
expired_listings: 'minecraft:poisonous_potato'
sold_items: 'minecraft:gold_ingot'
clear: 'minecraft:barrier'
confirm: 'minecraft:lime_stained_glass_pane'
cancel: 'minecraft:red_stained_glass_pane'
triggers:
sign: '[AuctionHouse]'
block_name: 'Auction House'
entity_name: 'Auction House'
commands:
exit: "msg %player% Exiting AuctionHouse"
log:
listed: true
sold: true
cancelled: true
returned: true
dropped: true
purged: true
anticheat:
spam_check: true
disabled-worlds: []
DiscordSRV Support:
This plugin currently supports DiscordSRV 1.25.1 integration. Make sure you have the latest plugin. To configure for DiscordSRV, you need to set discord: true in the config.yml and set the discord_channel: 'auctionhouse', where auctionhouse represents the in-game channel name you will configured in DiscordSRV's config.yml.
Usually this can be achieved by adding an additional entry into the Channels: section of DiscordSRV's config.yml using the same numeric channel as the global one. It might look something like the following with the actual number matching what is given in Discord.
Code (Text):
# Channel links from game to Discord
# syntax is Channels: {"in-game channel name": "numerical channel ID from Discord", "another in-game channel name": "another numerical channel ID from Discord"}
# The first channel pair specified in this config option will be the "main" channel, used for sending player joins/quits/deaths/achievements/etc
#
Channels: {"global": "123456789012345678", "auctionhouse": "123456789012345678"}
Known Issues:
Dependencies:
- There is no support for drag-and-drop of items.
- There is no external database support - it uses SQLite.
- Users should supply localized translation files
- Per user maximum listings are not supported by all permissions plugins, and may require additional configuration
- Vault (version 1.5+)
- An appropriate Economy Plugin
Terms of Service:
- An appropriate Permissions Plugin
The plugin is provided AS-IS.
Please report all issues by starting a conversation. If you post in the discussion forum, it may get overlooked as we are getting more discussion now.
Disclaimer:
This plugin currently supports Spigot version 1.18.2. Features may break if used with other versions of Spigot than intended.

AuctionHouse 3.3.1
An AuctionHouse plugin for 1.18.2 with a familiar interface.
Recent Updates
- Critical Bug Fix for AH 1.19 Jul 1, 2022 at 1:47 AM
- Critical Bug Fix for AH 1.18.2 Jul 1, 2022 at 1:46 AM
- Support for Spigot 1.19 Jun 12, 2022