ESGUI is a simple and free to use GUI Shop plugin.
✔️ 1.8.x - 1.21.x minecraft version support
✔️ Fully customizeable items
✔️ Configure shop items/shop section with ingame commands, no config files needed
✔️ Reload shop items using ingame commands, no restart required!
✔️ Browse or download premade shop layouts from our Marketplace
✔️ Unlimited amount of items supported inside each shop
✔️ Different pages of items are automaticly added
✔️ Setup discounts for a special player/permissions group
✔️ Create sell multipliers for a special player/permissions group
✔️ Add unsafe enchantments to items
✔️ Add unsafe enchantments to items
✔️ Support for Vault, UltraEconomy, PlayerPoints and GemsEconomy
✔️ Compatibility with MineableSpawners, RoseStacker, SilkSpawners, WildStacker and UltimateStacker
✔️ Support for NPC shops
✔️ Support for physical ShopStands
✔️ Use multiple pre-made language files or customize all messages to your likings
✔️ Premade shop configurations for every supported minecraft version
✔️ DiscordSRV Hook
✔️ Bedrock players support
✔️ Add different types of items (Enchanted items, Potions/spectral arrows, Spawners, KnowLedge book with any recipe, PlayerHead with any Skull texture, Leather armor with custom RGB colors, firework with effects, goat horns, stew effects)
✔️ Transaction log file to keep track of all recent purchases
✔️ Transaction log file to keep track of all recent purchases
- /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)
- /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)
- /shopgive <section> <index> [player] (Admin command used to give shop items to players)
- /eshop uploadLayout (Starts the upload process of your layout)
- /eshop installLayout <layoutID> (Start the download process of a layout from our community marketplace)
ShopStands module:
- /eshop shopstands give <type> <section> <index> (Give yourself a ShopStand item to place down)
- /eshop shopstands destroy <id> (Destroy a shop stand by its ID)
- /eshop shopstands browse (Opens a GUI containing the existing shop stands)
Required permissions:
- EconomyShopGUI.shop.all (Gives you permission to open all shop sections)
- EconomyShopGUI.sellgui.all (Allows players to sell items to all shop sections using /sellgui)
- EconomyShopGUI.sellallhand.all (Allows players to sell items using /sellall hand to evey shop section)
- EconomyShopGUI.sellallitem.all (Allows players to sell items to every shop section using the /sellall item command)
- EconomyShopGUI.sellall.all (Allows players to sell items using the /sellall command to all shop sections)Note that these permissions will give players access to all shops, if you have a VIP shop for example it is recommended to give seperate permissions.
Click to show all permissions
Core plugin:
- EconomyShopGUI.shop (This permission allows players to use the shop)EconomyShopGUI.shop.<section> (Acces to open a specific shop section by its name)
- EconomyShopGUI.shop.all (Gives you permission to open all shop sections)EconomyShopGUI.sellall (Allows you to use the sellall command)
- EconomyShopGUI.sellall.<section> (Gives access to sell items in a specific shop section using the /sellall command)
- EconomyShopGUI.sellall.all (Allows players to sell items using the /sellall command to all shop sections)
- EconomyShopGUI.sellallitem (Allows a player to use the /sellall <item> command)
- EconomyShopGUI.sellallitem.<section> (Allows players to sell items using the /sellall <item> in specific shop sections)
- EconomyShopGUI.sellallitem.all (Allows players to sell items to every shop section using the /sellall item command)
- EconomyShopGUI.sellallhand (Allows to use the /sellall hand command)
- EconomyShopGUI.sellallhand.<section> (Allows players to sell in a specific shop section with the /sellall hand command)
- EconomyShopGUI.sellallhand.all (Allows players to sell items using /sellall hand to evey shop section)
- EconomyShopGUI.reload ((Allows you to reload the plugin)
- EconomyShopGUI.eshop.additem (Allows you to use the additem subcommand)
- EconomyShopGUI.eshop.edititem (Allows you to use the edititem subcommand)
- EconomyShopGUI.eshop.deleteitem (Allows you to use the deleteitem subcommand)
- EconomyShopGUI.eshop.addhanditem (Allows you to use the addhanditem subcommand)
- EconomyShopGUI.eshop.import (Allows you to use the import subcommand)
- EconomyShopGUI.discounts.<group> (The players with this permission node will get a discount that is setup in config)
- EconomyShopGUI.sell-multipliers.<group> (The players with this permission node will get a discount specified in config)
- EconomyShopGUI.itemindexes (Allows you to see the indexes of the shop items inside the shops.yml for easy customizability)
- EconomyShopGUI.sellgui (Allows players to open the SellGUI)
- EconomyShopGUI.sellgui.<section> (Allows players to sell items using the /sellgui command in specific sections)
- EconomyShopGUI.sellgui.all (Allows players to sell items to all shop sections using /sellgui)
- EconomyShopGUI.eshop.addsection (Allows you to use the /editshop addsection command)
- EconomyShopGUI.eshop.editsection (Allows you to use the /editshop editsection command)
- EconomyShopGUI.eshop.deletesection (Allows you to use the /editshop deletesection command)
-
EconomyShopGUI.eshop.uploadLayout (Allows you to use the /editshop uploadLayout command)
-
EconomyShopGUI.eshop.installLayout (Allows you to use the /editshop installLayout command)
ShopStands module:
- EconomyShopGUI.eshop.shopstands.give (Allows to give yourself a ShopStand item)
- EconomyShopGUI.eshop.shopstands.destroy (Allows to use the destroy command for existing ShopStands)
- EconomyShopGUI.eshop.shopstands.browse (Allows to open the ShopStands menu showing existing ShopStands)
- EconomyShopGUI.eshop.shopstands.edit (Allows to shift click a ShopStand to edit it)
- EconomyShopGUI.eshop.shopstands.create (Allows to place down a ShopStand item which will create a new physical stand)
A economy plugin is a required dependency, install any of the below options:
● Vault (Note that Vault depends on a economy plugin such as Essentials)
English (Outdated):
German:
If you have a question or need support regarding to the plugin, please join our discord support server.
Note that EconomyShopGUI is created for bukkit, spigot and paper servers, we will not give support when running the plugin on a modded/hybrid server even though it may work.
EconomyShopGUI Premium is here with more features such as command items, custom items with NBT Data, a GUI editor and alot more.
Click here to see the plugin page.
Click here to see the plugin page.
Not conviced yet?
You can test the plugin on our 1.8-1.21 skyblock test server.
IP: testserver.gpplugins.com
This plugin comes with a API for developers to hook into the plugin.
This plugin uses bStats to collect anonymous statistics such as how many servers/players are using the plugin.
More info can be found at bStats.
More info can be found at bStats.
The translation files of this plugin can be found on crowdin
Please note that the reviews tab is not for asking questions/support, please join our discord support server instead!