Auction House
This server-side mod for Fabric provides players with the ability to create a full-fledged auction system where every participant can put their items up for sale to all other server players.
Installation and Requirements
To make the mod work, you need to place the .jar file in the "mods" folder of your server. The mod requires Fabric API and a compatible economic system.
Management and Commands
Most commands are available to all players by default, except for the reload command, which requires operator rights or special permission.
Main Commands:
- /ah - open the main auction menu
- /ah sell
- put the item in hand up for sale - /ah selling - view your active lots
- /ah expired - view expired auctions
- /ah cancel - prematurely end all your auctions
- /ah return - retrieve items from expired trades
- /ah help - get a list of all commands
- /ah reload - reload configuration
Configuration Settings
The configuration file is located at ./config/guishop.json and allows flexible customization of system parameters:
{
"maxItemsPerPlayer": 10, // maximum number of items per player
"auctionSecondsDuration": 604800, // auction duration in seconds
"auctionHouseMaxPages": 50 // maximum number of pages in the auction house
}
Compatible Economic Systems
The mod supports integration with various economic plugins, including EightsEconomyP.
Visual Representation



