BazaarPM5 is a PocketMine-MP plugin for API 5 that allows players to buy and sell items through a custom GUI-based marketplace.
- Name: BazaarPM5
- Version: 1.0.0
- Author: TheWindows
- Main Class:
TheWindows\Bazaar\Main
- API: 5.0.0
- Dependencies:
- Fully GUI-based bazaar using InvMenu.
- Supports custom forms with FormAPI.
- Integration with EconomyAPI for player balances.
- Sell and buy items using in-game currency.
- Supports item preview.
- Works with PocketMine-MP API 5.
Command | Description | Permission |
---|---|---|
/bazaar |
Opens the bazaar menu | winshop.command |
Permission | Description | Default |
---|---|---|
winshop.command |
Allows access to bazaar command | true |
- Download BazaarPM5 and place it in your
plugins
folder. - Make sure you have EconomyAPI, InvMenu, and FormAPI installed.
- Start your server to generate the configuration files.
- Use
/bazaar
in-game to open the bazaar menu.
- Add MySQL support for data storage.
- Add price changing functionality in config.
- Add message customization options.
- Add more items to the bazaar.
- Add Random Price Change.
- Add Custom Items.
- All players with
winshop.command
permission can access the bazaar. - Make sure your EconomyAPI balance is sufficient before buying items.
- Plugin requires PocketMine-MP API 5.
Created with ❤️ by TheWindows