ESGUI is a simple and free to use GUI Shop plugin.
- /shop (Open the main shop)
- /shop <section> (Open a shop section directly from the command instead of typing /shop and choosing a shop section)
- /sellall (Sell all items from your inventory)
- /sellall <item> (Sell all items in your inventory that match the specified material)
- /sellall hand (Sell all items that you are holding in your hand)
- /sreload (Reloads the plugin)
- /editshop additem <section> <material> <buy price> <sell price> (This command will add any item from the shop)
- /editshop edititem <section> <item> <action> <key> <value> (This command will edit any item from the shop)
- /editshop deleteitem <section> <item> (This command will remove any item from the shop)
- /editshop addhanditem <section> <buy price> <sell price> (With this oommand you can add items from your hand to the shop)
- /editshop import <plugin> <file> (Alows to automatically import the configuration from a other plugin)
- /sellgui (Opens a GUI where you can drop items in to sell upon closing the inventory)
- /editshop addsection <section> <material> <displayname> <place> (Used to add empty shop sections to shop)
- /editshop editsection <section> <action> <key> <value> (Used to edit existing shop sections)
- /editshop deletesection <section> (Used to delete shop sections from the sections.yml config)
Required permissions:
- EconomyShopGUI.shop.all (Gives you permission to open all shop sections)
- EconomyShopGUI.sellall.all (Allows players to sell items using the /sellall command to all shop sections)
- EconomyShopGUI.sellallitem.all (Allows players to sell items to every shop section using the /sellall item command)
- EconomyShopGUI.sellallhand.all (Allows players to sell items using /sellall hand to evey shop section)
- EconomyShopGUI.sellgui.all (Allows players to sell items to all shop sections using /sellgui)