Auction House icon

Auction House -----

Adds an auctionHouse with /ah




the previous version threw an error when updating, this one should work
----------, Nov 15, 2025

the previous version threw an error when updating, this one should work
----------, Nov 15, 2025

Changelog:

- fixed a duping glitch (how it worked: go to cancel an item, but stop on the confirmation inventory. Then another player buys that item. After that you cancel the auction and get the item too; same went for partially sold items)
- added the option to auto-collect purchased items - in the config.yml
- the arrows allowed to go to one more empty page if the first page was filled with items; fixed that
- made it possible to open a shulker box also when being in the inventory of your own auctions and int the item view inventory before the confirmation inventory
- when clicking in your inventory with the auction inventory open, the plugin doesn't think anymore that you're pressing the things in the auction
- small tweaks (like not playing a sound when clicking the arrows when the page isn't changed, adding the display-update in ticks to be customizable)
----------, Nov 15, 2025

Changelog:
  • added a setting in the config.yml to enable to choose the amount you want to buy ("partial-selling")
  • fixed canceling or deleting an auction by a moderator with /ah admin (Why did nobody notice that it broke 6 updates ago??!)
  • admins can expire or delete their own auctions now with /ah admin
  • made the cancel button in the item-buy-confirm inventory take the player back to the ah instead of closing their inventory
  • pressing cancel instead of confirm when buying an item takes the player back to the ah instead of closing their inventory
  • the sorting, search and page are conserved when clicking on an item or going to your own auctions and going back; not reset anymore
----------, Oct 18, 2025

in the last version (that isn't available anymore) there was a small issue, because the plugin had a different folder called SimpleAuctions (I thought about renaming the plugin, forgot about that) where it stored all the data and it appeared as though everything was deleted from the ah

Changelog:

  • added a shulker box sound when viewing a shulker box in the ah
  • if you search for items, also shulker boxes that contain that item will be listed
  • made an option in config.yml to put the currency symbol before the number (it's now possible to make it $4 instead of 4$)
  • /ah sell <price> <amount>
  • added a blacklist (/ah blacklist add <contains_lore|exact|material|name_contains>)
  • made the item in the displays update not only when the material changes, but when anything of the displayed item is different
----------, Oct 12, 2025

Changelog:
  • added a shulker box sound when viewing a shulker box in the ah
  • if you search for items, also shulker boxes that contain that item will be listed
  • made an option in config.yml to put the currency symbol before the number (it's now possible to make it $4 instead of 4$)
  • /ah sell <price> <amount>
  • added a blacklist (/ah blacklist add <contains_lore|exact|material|name_contains>)
  • made the item in the displays update not only when the material changes, but when anything of the displayed item is different
----------, Oct 11, 2025

Changelog:
  • fixed a small typo in messages.yml (it will only update if you delete the file; then it's recreated) (npc-usage: "/ah summon npc facing <direcction>")
java.lang.NullPointerException: Cannot invoke "org.bukkit.entity.Player.hasPermission(String)" because "player" is null
at AuctionHouse-1.3.4.jar/me.elaineqheart.auctionHouse.data.Permissions.getAuctionDuration(Permissions.java:28) ~[AuctionHouse-1.3.4.jar:?]
----------, Sep 21, 2025

Changelog:

- added shulker preview by right clicking them in the ah
----------, Sep 6, 2025

Changelog:

- re-added backwards compatibility, because yes
- fixed an issue in the last update where item displays wouldn't display the items anymore
----------, Sep 6, 2025

Changelog:

- REMOVED BACKWARDS COMPATIBILITY to versions prior to 1.2.1. If you still have a version prior to 1.3.1, I recommend downloading that one, start your server, open the ah and then update to the newest version (currently 1.3.2)
- added a permission based system to customize the max auction slots and the auction duration to individual players. To do so, edit the new permissions.yml file.
Code (YAML):
auction-slots:
  vip
: 12
  mvp
: 15
  custom.example.permission
: 50
auction-duration
:
  vip
: 60*60*72                           # 72 hours = 3 days
  mvp
: 60*60*96                           # 96 hours = 4 days
  custom.example.permission
: 60*60*24*5   # 5 days
----------, Sep 1, 2025

Changelog:

- fixed the number formatting, if you don't know how it works, you can take a look at this: https://www.gooddata.com/docs/cloud/create-metrics/format-numbers/
- also made the commands editable in the messages.yml file.
----------, Aug 10, 2025

Changelog:

- Added messages.yml file, where you can customize every in-game text.

This way the plugin can also be translated into other languages, if anybody wants to do that ^^
----------, Aug 4, 2025

Changelog:

- added compatibility with EssentialsX (if you still have issues, feel free to contact me on my new discord server - https://discord.gg/ePTwfDK6AY)
- made item displays immune to /teleport
- item displays are now removed when the glass dies with /kill
- added formatted numbers (1,000,000 instead of 1000000)
- added the option to change the filler item and to modify the amount of max auctions
- support for more than 21 max auctions per player (multiple pages appear then)
- added a message when a player buys your auction and a click interaction to instantly collect the money

To do:
- Make all the messages customizable. That way the plugin can be translated in other languages. This will likely be the next big update (I'll have to convert all those hard coded messages in the code to linked ones, help), unless there's a critical bug in this version.
----------, Aug 1, 2025

Changelog:
- made displays also immune to retracting sticky pistons (not just pistons)
- fixed that new displays would overwrite the data of previous placed ones if a display is destroyed which was placed even before that
- changed how displays are saved
- added a system to convert old displays to the new system, so you don't need to worry about it

The blocks of the item display are now undestroyable by player interactions and explosions and immovable by pistons. The item is prevented from being picked up by entities just as by hopper minecarts. I hope I didn't miss anything.
----------, Jul 5, 2025

Changelog:
- added the option to customize the tax in the config.yml file.
- added item displays (/ah summon display)
- added Auction Master npc (/ah summon npc)

You can remove the villager or the item displays by punching them in creative mode (while also having the permission to spawn them) 2025-07-02_13.43.47.png
----------, Jul 2, 2025

Now you can edit the config.yml file and specify whatever currency you like. Usually the file looks like this:

currency: ' coins'

In-game: 50 coins
To change it, just replace ' coins' with anything else and reload the server or type /ahreload. For example:

currency: '$'
In-game: 50$
----------, Jun 22, 2025

A little visual bug that it shows expired when it's sold but the time to expire ran out too (now it shows sold)
----------, May 29, 2025

Resource Information
Author:
----------
Total Downloads: 1,192
First Release: May 20, 2025
Last Update: Nov 15, 2025
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings