HomeJavaModsAuctionHouse-Classic
AuctionHouse-Classic
ModsJava

AuctionHouse-Classic

for the 1.18.2 version click here: for the 1.17.1 version click here: for the 1.9.4-1.12.2 version click here: for the 1.8.8 version click here…

⬇ Download on Spigot
for the 1.18.2 version click here: https://www.spigotmc.org/resources/auctionhouse.61836/download?version=458753
for the 1.17.1 version click here: https://www.spigotmc.org/resources/auctionhouse-1-17-1.100767/
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 2.2.3 (for 1.13.2-1.16.5)

[​IMG]

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.

[​IMG]

Features:

Video:


Thanks to Viktor over at server.pro for the video!

Commands:
/ah reload - reloads the auctionhouse configuration
/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
Permissions:
auctionhouse.reload - enables reloading the plugin
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.
Meta:
auctions - sets the number of auctions a player can list

To 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>
/pex group <group> set auctions <value>
For LuckPerms use:
/lp user <user> meta set auctions <value>
/lp group <group> meta set auctions <value>

For GroupManager use:
/manuaddv <user> auctions <value>
/mangaddv <group> auctions <value>

Configuration:
Spoiler
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.
Spoiler
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:
Terms of Service:

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.13.2+. Features may break if used with other versions of Spigot than intended.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

AuctionHouse-Classic is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16. Downloaded 70,547 times (via Spigot). Download it and open it directly in the game.

Explore more