A server-side mod (or plugin) that allows users to sell items to all other players. The mod supports LuckPerms for permissions.
This is a fork of FabricAuctionHouse that aims to maintain a server-side auction mod that is compatible with multiple economy mod and loader.
TodoList:
Put the .jar file in the "mods" folder You also need to download and copy the required mods jar.
Required mods:
All commands can be used by default users (permission level 0), except for the reload command, which can be used by OP (permission level 4) or by users/groups with the specific permission
| Description | Command | Permission |
|---|---|---|
| Open the Auction House | /ah |
auctionhouse.main |
| Sell the holding item | /ah sell <price> |
auctionhouse.sell |
| Open personal Auction House | /ah selling |
auctionhouse.selling |
| Open expired Auction House | /guishop expired |
auctionhouse.expired |
| Make all items on auction expire | /ah cancel |
auctionhouse.cancel |
| Return all expired items | /ah return |
auctionhouse.return |
| List all commands | /ah help |
auctionhouse.help |
| Reload config file | /ah reload |
auctionhouse.reload |
You can find the config file in ./config/auctionhouse.json
{
"maxItemsPerPlayer": 10, //items per player
"auctionSecondsDuration": 604800, //duration in second for each auction
"auctionHouseMaxPages": 50 //max pages for the Auction House
}
Join my discord server if you need support for one of my mods!




Special thanks to IAmSneak and UnsafeDodo for the original code base