EconomyShopGUI

Updating to v6?
See the migration command on how to keep your data!

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

 
   ✔️ 1.8.x - 1.20.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

✔️ 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 (Outdated):

 

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
.
 
 
Not conviced yet?
You can test the plugin on our 1.8-1.20 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.
 
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.

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files