Feature-packed AuctionHouse plugin for PocketMine-MP
AuctionHouse allows players to list their items for sale and purchase items that others have listed for sale
- Chest GUI
- Admin tools
- Categories
- Config (See below)
- Multi-lang support
- Cancel listings
- Listing cooldown
- Custom events
- Economy plugin support
- MySQL and SQLite database support
- Custom listings limit per player (See permissions)
- Customizable messages
Download the plugin from Poggit or GitHub releases
Command | Description |
---|---|
/ah | AuctionHouse main command, opens the shop menu if there are no specified parameters |
/ah shop | Opens the shop menu |
/ah sell [price] | Allows player to list items in their hand on the auction house. [price] is the amount that the player is listing the item to sell for |
/ah listings | Shows all active listings of the player |
/ah listings [player] | Shows all active listings of a specific player |
/ah category | Opens category menu |
/ah admin | Opens the AuctionHouse admin menu (OP Command) |
/ah reload | Allows player to reload configuration files (OP command) |
/ah about | Shows AuctionHouse version the server is running |
Event | Description |
---|---|
shock95x\auctionhouse\event\AuctionStartEvent | Called when an auction is started |
shock95x\auctionhouse\event\AuctionEndEvent | Called when an auction has ended |
shock95x\auctionhouse\event\ItemListedEvent | Called when an item is listed by player (cancellable) |
shock95x\auctionhouse\event\ItemPurchasedEvent | Called when an item is purchased by player (cancellable) |
shock95x\auctionhouse\event\MenuCloseEvent | Called when a menu is closed by player |
You can contribute to this project by creating or modifying a language file and opening a PR!