QShop [1.14 - 1.15]

 QShop [1.14 - 1.15] 3.9.5a

QShop [1.14 - 1.15]
8987ce71183d.png

This is advanced 2 in 1 shop plugin, which includes GUI Admin shop and Chest Shop modules. This plugin is very simple to setup and use, it provides intuitive GUIs to create and manage your shops.

> DISCORD COMMUNITY SERVER <

quantumshop.png


ac777c09737f.png

GUI Shop
Provides GUI AdminShop with easy in-game editor to create and edit shops and items.
Features:
• Very easy to use! In-game editor. Easy way to create/edit shops.
• 100% customizable! You can change everything as you want!
• Customizable mouse keys for shop actions (buy/sell/select).
Citizens support to open shops by interact with NPC.
• Sounds on Click/Buy/Sell.
• Transaction logs.
• Disable shop for specified gamemodes.
• Disable shop menu in specified worlds.
• Each shop may require permission to use.
Shop GUIs:
▸ 100% Customizable GUIs per each shop!
▸ Unlimited amount of custom items with PlaceholderAPI support!
▸ Place products at any slot in any order, no limitations!
▸ Custom frame animations for each GUI item (except products)!
Products:
▸ Sell normal and custom items.
▸ Sell (execute) commands on buy as a Player, Op or Console.
▸ Sell permanent permissions to player. [Vault Required]
▸ Each shop product can trade all the items above at once.
▸ Item preview in shop GUI may be different from a final item.
Product Quantity:
▸ Ability to define min. and max. product amount that player can buy/sell at once.
▸ Ability to define the duration (or disable it), while these limits will be active, like: Buy/Sell only N items per a Second(s)/Hour(s)/Day(s)/Week(s)/etc.
▸ Ability to make product buy/sell one-timed.
Amount selection GUI:
▸ Select how many items you want to buy or sell via customizable GUI.
▸ Option to fix vanilla item max stack size (deny stack weapons, etc)
▸ Define min. and max. possible amount for each item per deal.
▸ Define the buttons to select how many stacks you want to buy.
▸ Define the buttons to manage current item stack size (like +1, -1)
Happy Hours (aka Discount):
▸ Define the days and time intervals when hours will be active.
▸ Define custom Happy Hours for each shop or use global settings.
▸ Define the discount amount for each day/time.
▸ Per-product option to allow/disallow Happy Hours affect its price.
Currency:
▸ Each shop may have it's own currency with custom name!
▸ 3 Default currency types: Item, Exp, Vault.
▸ External currencies: MySQL-Tokens
▸ Display current shop currency and user balance in shop GUI.

Chest Shop
Allows players to create their own shops in chests.
Features:
• Easy to use! In-game editor for easy edit shops.
• An option to make the shop adminshop with unlimited items.
Currency:
▸ Define global module currency in the config. At the moment only Vault is available.
▸ Change currency name and currency item.
Creation:
▸ Define price to create a shop.
▸ Define price to remove a shop.
▸ Define the shop limit for each permission group or make it unlimited.
Admin Restrictions:
▸ Disable chest shops in specified worlds.
▸ Disable from trade specified item materials.
▸ Disable from trade items with specified name and lore.
▸ Enable/Disable creating shops only inside own WorldGuard regions / PlotSquared plots / Lands claims.
Display:
▸ Display shop product in a customizable showcase!
▸ Animate showcase title with product placeholders and specified interval!
GUI:
▸ Customizable GUI with list of all your shops, where you can teleport to the shop or open the edit menu.
▸ Simple editor GUI menu for each shop to change prices and product, or delete the shop.
Protection:
▸ Protection from pistons.
▸ Protection from explosions.
▸ Protection from stealing items.
▸ Protection from breaking/destroying.
94614551b18d.png

GUI Admin Shop


6b994e126e76.png

GUI Admin Shop
/shop - Open main shop menu.
/shop open [shop] - Open a specified shop.
/shop editor - Open in-game editor for GUI shop.
/shop reload - Reload the module.

Chest Shop
/chestshop create [buy price] [sell price] [admin<true/false>] - Creates the shop at the chest that you're looking at.
/chestshop remove - Removes the shop from the chest that you're looking at.
/chestshop list - List of all your shops.
▸ /chestshop search <material> - Search shops for specified material.
/chestshop reload - Reload the module.

Plugin
/quantumshop reload - Full plugin reload.

a07fb7ac1938.png

Plugin
quantumshop.user - User access.
quantumshop.admin - Admin access.

GUI Admin Shop
quantumshop.gui.main - Access to main menu.
quantumshop.gui.shop.<shop> - Access to specified shop.
quantumshop.gui.cmd.open - Allows to open main menu via /shop command.
quantumshop.gui.cmd.open.[shop] - Allows to open certain shop via /shop [shop] command.

Chest Shop
quantumshop.chestshop - Full module access.
quantumshop.chestshop.teleport - Access to teleport to your own shops.
quantumshop.chestshop.cmd - Access to all module commands.
quantumshop.chestshop.cmd.create - Access to create command.
quantumshop.chestshop.cmd.create.admin - Access to create admin shops.
quantumshop.chestshop.cmd.remove - Access to remove command.
quantumshop.chestshop.cmd.list - Access to list command.
quantumshop.chestshop.cmd.search - Access to search command.
quantumshop.chestshop.cmd.negative - Access to set negative prices.
quantumshop.chestshop.cmd.negative.buy - Access to set negative buy price.
quantumshop.chestshop.cmd.negative.sell - Access to set negative sell price.
e1b10a94f1d4.png

GUI Admin Shop

Chest Shop

5a28f081af28.png

Spigot 1.14+
FCore (included)
Java 8+

Vault - If you want Economy and Permissions support.
Citizens - If you want to bind the shop with NPC.
MySQL-Tokens - Additional currency for GUI shops.
PlayerPoints - Additional currenycy for GUI shops.

fa75837f2474.png

▸ ShopAPI - Provides access to shop modules and user data.
• GUI Admin Shop •
▸ GUIShopBuyItemEvent
- Called when player is about to buy product. Cancellable.
▸ GUIShopSellItemEvent - Called when player is about to sell product. Cancellable.
▸ GUIShop - Module instance.
▸ ShopGUI - Object that contains info of GUI shop.
▸ ShopGUIAmount - GUI Handler for product quantity.
▸ ShopGUIMain - GUI Handler for main shop menu.
▸ ShopGUIView - GUI Handler for ShopGUI object.
▸ ShopProduct - Product of ShopGUI.
▸ ShopProductLimit - Product quantity limitations of ShopProduct.
▸ PreparedProduct - Object that contains information about product that is prepared to trade.
▸ HappyHours - Object that contains discount information.

• Chest Shop •
▸ ChestShopSellEvent -
Called when player sells item to chest shop.
▸ ChestShopBuyEvent - Called when player buys item from chest shop.
▸ ChestShop - Module instance.
▸ ShopChest - Object that contains info about chest shop.
▸ ShopChestList - GUI Handler for ShopChest list and search.

Latest updates

  1. 3.9.5a

    3.9.5a

Latest reviews

There is a new version of this plugin, please update to the latest version
Not works with minecraft 1.16 and 1.16.1 ..

" Error occurred while enabling QuantumShop v3.8.0 (Is it up to date?) "
Plz update with 1.16 support. they didn't change the version but just added support
Thanks you bro, excellent

Similar resources

⚡ QShop ✨ Advanced 3 in 1 shop plugin! [1.14 - 1.16.2] M
Advanced 3 in 1 shop plugin! GUI Shop, Chest Shop, Auction!
1.00 star(s) 1 ratings
Downloads
248
Updated
⚡ QShop ✨ Advanced 3 in 1 shop plugin! [1.14 - 1.16] M
Advanced 3 in 1 shop plugin! GUI Shop, Chest Shop, Auction!
0.00 star(s) 0 ratings
Downloads
168
Updated
⚡ QShop ✨ Advanced 3 in 1 shop plugin! [1.14 - 1.16] 3.9.7a K
4.57 star(s) 7 ratings
Downloads
2,558
Updated
BlackSpigot General Chat
Rules Help Users
    J @ Jubileu: download
    Top