EconomyShopGUI

ESGUI is a simple and free to use GUI Shop plugin.

✔️ 1.8.x - 26.x minecraft version support
✔️ Fully customizeable items
✔️ Configure shop items/shop sections with ingame commands, no config files needed
✔️ 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 special players/groups
✔️ 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
✔️ PlaceholderAPI expansion
✔️ 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 transactions
✔️ Fully customizeable items
✔️ Configure shop items/shop sections with ingame commands, no config files needed
✔️ 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 special players/groups
✔️ 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
✔️ PlaceholderAPI expansion
✔️ 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 transactions

-
/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)

- EconomyShopGUI.shop.<section> - Allows/disallows players to acces a specific shop section
- EconomyShopGUI.sellall.<section> - Allows/disallows players to sell items using the /sellall inventory command for a specific shop section
- EconomyShopGUI.sellallitem.<section> - Allows/disallows players to sell items using the /sellall <item> command for a specific shop section
- EconomyShopGUI.sellallhand.<section> - Allows/disallows players to sell items using the /sellall hand command for a specific shop section
- EconomyShopGUI.sellgui.<section> - Allows/disallows players to sell items using the /sellgui command for specific a shop section
For default, every player has permissions to access all shops.
To change this, negate/disallow the above permissions in a permissions 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)

The only plugin that is required is a economy provider, the following plugins are supported:
● Vault (Note that Vault depends on a economy plugin such as Essentials)

English:
Dutch (Outdated):
German:
Spanish (Outdated):

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, 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, if you want the plugin translated into your own language, send me a dm on discord and I will add it.


-
View User Profile
-
Send Message
Posted Jun 8, 2020Can you set up a shop that allows players to buy ranks? Ingame ranks, dont get me wrong. Other than that is great! (Please i really need the ranks part and i literally wrap up a week of hard work nonstop) (I havent seen the day of light in days)
-
View User Profile
-
Send Message
Posted Jun 27, 2020In reply to Mr_Vaio:
Hey, its not possible to sell ranks in the shop yet. But you could join our discord server and make a suggestion so we can look into adding it!
-
View User Profile
-
Send Message
Posted May 2, 2020so i was asking for help on your discord server as my server co owner was told to install another plug in to get this one working and it wasn't working and I was explaining the issue and asking for an alternitive solution and somehow for some ungodly reason got banned. i only posted my issue and question. whats up? can I get unbanned? why was I banned on your discord for asking for assistance? -Orbical
-
View User Profile
-
Send Message
Posted May 3, 2020In reply to OrbicalVR:
You are already 2 days unbanned, someone messaged me (youre BF I believe) and I told him why I banned you. Also, I sayd to him that you may need to download FileZilla (Its not a plugin) to acces your server files and so you can upload LuckPerms.
-
View User Profile
-
Send Message
Posted Apr 28, 2020Could you add a command like the following?
shopnpc <PlayerName> <ShopSection>
I'd like to block the normal /shop command, and instead make my players go to spawn and talk to an NPC that can run that shopnpc command from the server console.
Thanks
-
View User Profile
-
Send Message
Posted Apr 29, 2020In reply to Forge_User_79392349:
I belive (I don't have Citzens but someone told me this) that you have to give the NPC the permission node 'EconomyShopGUI.shop.<ShopSectionName>' and the '/shop <ShopSectionName>' command in the latest version. So when players click the NPC they get the required permission to open the shop, and no other shop sections.
-
View User Profile
-
Send Message
Posted Apr 27, 2020Is there a permission node for /baltop ?
-
View User Profile
-
Send Message
Posted Apr 29, 2020In reply to misterman04:
No there isn't, you can use essentialsX permission node 'essentials.balancetop'.
-
View User Profile
-
Send Message
Posted Apr 16, 2020can you guys make it work with vault?
-
View User Profile
-
Send Message
Posted Apr 29, 2020In reply to NoZoomYT:
I don't know what you mean because this plugin needs vault to work.
-
View User Profile
-
Send Message
Posted Mar 24, 2020Are you able to sell timed commands with this shop ?
-
View User Profile
-
Send Message
Posted Apr 29, 2020In reply to SuPReMe_ClaSSiC:
No, not yet in the current version. Join my discord server to make this suggestion so we can look into adding it.
-
View User Profile
-
Send Message
Posted Mar 19, 2020love it but want to use it with citizens. whats the perm to hook it up?
-
View User Profile
-
Send Message
Posted Apr 29, 2020In reply to shadowremnent:
I belive (I don't have Citzens but someone told me this) that you have to give the NPC the permission node 'EconomyShopGUI.shop.<ShopSectionName>' and the '/shop <ShopSectionName>' command in the latest version. So when players click the NPC they get the required permission to open the shop, and no other shop sections.
-
View User Profile
-
Send Message
Posted Mar 16, 2020hello. I have a problem with this plugin on 1.15.2 version. My players can just take out of the shop any item they want without paying them. they took barrier, books like from any chest (with command /shop). Is there any how I could fix this problem ASAP?
-
View User Profile
-
Send Message
Posted Mar 18, 2020In reply to ZiiiV1:
Sorry that this could happen, try downloading the new version of the plugin (v2.1.2). If any other problems pleasse join my discord server for support, we answer faster on discord then here.
-
View User Profile
-
Send Message
Posted Aug 2, 2019Hello! Question im using this on a survival server and i meed to get rid of the momster spawners some how. Any idea how? Or make them inable to buy. Love the idea though esspecaily with jobs idea.
-
View User Profile
-
Send Message
Posted Aug 2, 2019In reply to stormyred33:
Currently there is no enable/disable option but you can change all of the item materials in the config.yml!
-
View User Profile
-
Send Message
Posted Jul 30, 2019is there a 1.13 version?
-
View User Profile
-
Send Message
Posted Aug 1, 2019In reply to jrcodd:
No there is no 1.13 version availible.