A PocketMine-MP plugin that provides a graphical user interface for selling items with integrated SellAll functionality.
- Sell items through an intuitive GUI interface
- Sell items in hand with
/sell hand - Sell all items in inventory with
/sell allor/sell inv - Sell specific groups of items (e.g., ores) with
/sell ores - Configurable item prices and messages
- Support for multiple economy plugins (EconomyAPI, BedrockEconomy)
/sellgui- Opens the selling GUI interface (alias:/sellmenu)/sell hand- Sells the item in your hand/sell all- Sells all sellable items in your inventory/sell inv- Same as/sell all/sell ores- Sells all ore items in your inventory/sell reload- Reloads the plugin configuration (requiressellall.reloadpermission)
sellgui.command- Allows use of the/sellguicommand (default: true)sellall.command- Allows use of the/sellcommand (default: true)sellall.reload- Allows reloading the plugin configuration (default: op)
This file contains the prices for each item and group configurations.
This file contains all messages displayed by the plugin.
This file contains plugin settings, including the economy provider.
- Download the plugin
- Place it in your server's
pluginsfolder - Restart the server
- Configure the plugin in the
config.yml,messages.yml, andsettings.ymlfiles
- Original SellGUI plugin by Renz-mc
- Original SellAll plugin by AndreasHGK
- InvMenu library by Muqsit
This plugin is licensed under the MIT Licenses.