Description
- Source Code:
- https://github.com/TheBusyBiscuit/Quicksell
QuickSell is a popular Shop Plugin, which is commonly used on Prison Servers.
It allows various Possibilities for your Players to sell Items to your Server
as well as a very lightweight Booster System which not only allows you to create
Sell Multipliers but also XP Boosters, mcMMO Boosters and much more!
IMPORTANT: I (mrCookieSlime/TheBusyBiscuit) have stopped working on this Plugin. But this doesn't mean QuickSell is dead. This Plugin is available on GitHub, so if you are or know a talented Plugin Developer, consider contributing to it by making a Pull Request to keep this Project alive.
QuickSell v2.0 by mrCookieSlime [English]
QuickSell v1.10.10 by Koz4Christ [English]
More Videos...
Features
Sell (Basic)
- Easy Shop Creation
- Easy Shop Management with the Ingame Editor
- Booster Creation and Management including Gem Boosters for PrisonGems or mcMMO Boosters!
- Old-Fashioned Sell-Signs with a lightweight GUI (Sell, Estimate, Cancel)
- Sell-All Signs and Command!
- Citizens Integration - Setup Merchants
- Nice Worth Overview
- and much, much more!
The Sell-Utility can be accessed by doing /sell (Can be disabled in the Config)
or by using [Sell] Signs, this Utility opens up a GUI like this:
Sell-All (Basic)
- Green Stained Glass: Confirms the Transaction and sells all Items inside that GUI
- Yellow Stained Glass: Gives you an estimated Worth of what you will be getting in return for these Items
- Red Stained Glass: Cancels the Transaction, you will be given back all Items
Just put all Items you want to sell into the GUI and you are done - simple as that!
The Sell-All-Utility can be accessed by doing /sellall (Can be disabled in the Config)
or by using [Sell All] Signs, this Utility does not open any GUIs, instead it
scans your Inventory for any Items that could be sold to the Shop you are selling to
and sells those Items
If you are using PrisonUtils your Backpacks will also be scanned through!
Auto-Selling (Moderate)
Note that this Feature requires PrisonUtils to be installed!
The Auto-Selling-Utility can be toggled by doing /autosell
This Utility basically sells or at least attempts to sell all Blocks you mine!
You will not get a Message that this occured to prevent a spammed Chat Window.
However every X Blocks it will give you a little Summary of all recently sold Blocks.
Worth Info (Moderate)
You can access this Utility by doing /prices <Shop>
or by Left-Clicking
Sell-Signs,
Sell-All-Signs,
or NPC-Merchants
This Utility gives you a nice Overview of what Items can be sold to a certain Shop
and more importantly, for how much
NPC-Merchants (Advanced)
Note that this Feature requires Citizens to be installed!
You can link any Citizens NPC to a Shop using
/quicksell linknpc <Shop> <sell/sellall>
This will make this NPC act like a Sell or a Sell-All Sign when you Right-Click him.
Addons and Extensions
Commands/Permissions
- PrisonUtils by mrCookieSlime - Allows you to use Backpacks for SELL-ALL Signs and Command as well as the ability to sell as you mine
- PrisonGems by mrCookieSlime - Allows you to make Gem Boosters
- mcMMO by drtshock, t00thpick1, TfT_02 - Allows you to make mcMMO XP Boosters
- Citizens by fullwall - Allows you to setup NPC Merchants
- PickaxeSell by TOX1C - Allows you to sell all your Items upon Right-Clicking your Pickaxe
- QS Permission Boosters by MrEminent42 - Allows you to give a QuickSell Booster to Players based on their Permissions (Rank)
- QS Sell-Command Permissions by MrEminent42 - Adds a Permission to be required for /sell and /sellall
/sell [Shopname] :
Opens up the Inventory to sell Items The Command itself has no permission but Shops do! Check the Config Section
/sellall [Shopname]:
Allows you to sell all your Items in your Inventory to that Shop The Command itself has no permission but Shops do! Check the Config Section
/booster <Type/all> <Name of the Player> <Multiplier> <Duration in Minutes>:
Example: /booster mrCookieSlime 2 1 -> Now the whole Server has got a 2x Multiplier on every Transaction they make. You can hook it up to Buycraft in order to earn Money without violating the EULA! (QuickSell.booster)
/pbooster <Type/all> <Name of the Player> <Multiplier> <Duration in Minutes>:
Example: /booster mrCookieSlime 2 1 -> Now ONLY mrCookieSlime has got a 2x Multiplier on every Transaction. You can hook it up to Votifier or something.!
(QuickSell.booster)
/boosters:
Lists all active Boosters
/quicksell:
Displays a Help Message
(QuickSell.manage)
/quicksell reload:
Allows you to reload the Config
(QuickSell.manage)
/quicksell editor:
Opens up the Ingame Shop Editor
(QuickSell.manage)
/quicksell stopboosters [Player]:
Stops all global Boosters, add a Player argument to make it stop all private Boosters of the specified Player
(QuickSell.manage)
/prices <Shopname>:
Allows you to see which Items can be sold in the specified Shop (QuickSell.prices)
To create Signs you also need the Permission QuickSell.sign.create !
Signs
Note: All empty lines can be replaced with a text of your Choice. Example: "$32.5/ea" / "Click to open" / ...
This one will open up the Shop GUI as if you were doing /sell
This one will open the specified Shop.
This one will try to sell all your items to the specified Shop.
This one will sell all Items of the specified Type to the specified Shop.
If you have the config option "open-only-shop-with-permission" set to true, you can also just write Sell All on its own, no matter what is on the other lines. This will then open the highest Tier shop you have access to.
Configuration
Developer APICode (Text):
options:
auto-update: true ## Specify whether the Plugin should Auto-Update
sell-gui-rows: 3 ## Specify how many rows the Sell-GUI has
locked-item: STAINED_GLASS_PANE-14 ## The Item which will be used if the Shop is unaccessable.
sign-prefix: '&7[&eSell&7]' ## The Prefix which Sell Signs will have. Changing it to e.g. "Sell Me" requires you to make the first line "Sell Me" as well in order to create a Sell Sign.
sellall-sign-prefix: '&a&oSellAll' ## Same rules apply for the Sell all Signs
pregenerate-all-item-prices: false ## Turning this on will pregenerate all Item Values in the Config
enable-menu-line: false ## Enabling the Menu line will add 3 nifty Buttons to the GUI: Sell, Estimate and Cancel
enable-commands: true ## You can toggle whether /sell and /sellall can be used.
boosters:
extension-mode: false ## Enabling this means if you activate a 2x Booster while another 2x Booster is already active it will increase the active Booster's time instead of stacking it
refresh-every: 10 ## The Interval in Seconds when it checks whether a Booster wore off
commands-on-sell: ## Commands which will be executed on selling something. Supports the Variables {PLAYER} and {MONEY}
- say {PLAYER} just sold something and got ${MONEY}
- title {PLAYER} title {text:"+ ",color:green,bold:true,underlined:false,italic:false,strikethrough:false,obfuscated:false,extra:[{text:"${MONEY}",color:gold,bold:true,underlined:false,italic:false,strikethrough:false,obfuscated:false}]}
sound:
enabled: true ## Whether it should play a Sound when you sell something
sound: ORB_PICKUP ## The Sound which will be played
- Don't Mess with the stuff below, this is deprecated! Use /quicksell editor instead!
list:
- A ## Add all new Shops to this List, it will then generate a Section like the one below
- '' ## Just add '' if you want to create an empty Space in the GUI to seperate your Shops
shops:
A: ## The Config Section of a Shop
name: '&aA-Shop' ## The Name of a Shop
itemtype: CHEST ## What Item will be displayed for the Shop
amount: 64 ## All Prices in this Shop will be divided by this number. (Example: If you sell 1 Cobblestone for a price of $64, you will only get $1)
lore:
- ''
- '&aYoucanalsoaddalittledescriptiontoyourShophere' ## Color Codes supported!
permission: QuickSell.shop.A ## The Permission required to use this Shop, set it to '' to make this shop no longer require a permission.
price: ## The Prices for this Shop
STONE: 0.0 ## 0.0 means its unsellable.
GRASS: 10.2 ## You can specify the Amount of Money people will get per Item they sell if it has this Material
STAINED_CLAY-2: 3.5 ## By attaching -{META-ID} you can set a price for items with a specific Meta-ID.
DIAMOND_SWORD-&cSoulbound Sword: 100.32 ## You can also specify a Display Name with support for Color Codes
C: ## Another Shop
name: '&aCisawesome' ## Just some random Settings which have been explained above
itemtype: SPONGE
amount: 1
lore: []
permission: ''
price:
SPONGE: 10.0
inheritance: ## This will import all Prices from the below listed Shops. Note here: The priority of these Prices will decrease as this List goes down
- A ## Has a lower priority than C
- B ## Has a lower priority than A
QuickSell allows a lightweight API for Developers to be used in order to create custom Addons for QuickSell.
QuickSell does offer a lot of Methods, however I am only going to explain some of them right here:
API Documentation
Plugin statistics
Auto-Updater and Metrics
All my Plugins are using an Auto-Updater to make sure, you're always
using the latest and hopefully most bug free version of my Plugin.
If you don't want this Plugin to be auto-updated, you can turn it off
in the config file at "options -> auto-update: true/false"
They also use a Metrics-System which collects the following Informations:
A unique identifier
The server's version of Java
Whether the server is in offline or online mode
The plugin's version
The server's version
The OS version/name and architecture
The core count for the CPU
The number of players online
The Metrics version
Opting out of this service can be done by editing
plugins/Plugin Metrics/config.yml and changing opt-out to true.

QuickSell 2.0.6
The popular Shop Plugin for Prison Servers, now also available on Spigot!
-
OoyschesteroO, UnpeeledBanana1 and Elijah like this.
Recent Updates
- QuickSell v2.0.6 Apr 3, 2016
- QuickSell v2.0.5 Mar 3, 2016
- QuickSell v2.0.4 Mar 1, 2016
Recent Reviews
-
gc2023
- 4/5,
Can u tell me how to do permenant boosters for players plz i want to do so thanks.
-
QTheManiac
- 5/5,
Very nice plugin but I have a problem with
the open-only-shop-with-permission option
it wasn't there when I first installed the plugin
but I added it manually on version 2.0.6
It works perfectly but when I restart either the server
or the plugin the option disappears! -
PandaSlayer
- 2/5,
Breaks all the time and the author wont let premium plugins hook onto this resource :(
-
Dignitized
- 5/5,
i am absolutely in love with this plugin, amazing job to the developer. Best feature is the easy in-game configurator. Hope the author comes back to work on this or develop new plugins. 5/5
-
XpcAdam
- 5/5,
Great plugin, would rate 10 stars but im sad that it has stopped being developed on!
-
Did16
- 1/5,
There is an error when I do /sell :
An internal error occured
And in the console there was no error message, help me please -
ivopetrov
- 2/5,
help me with this ?????
ERROR Unhandled exception executing command 'sell' in plugin QuickSell v2.0.6 13.11 12:51:56 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'sell' in plugin QuickSell v2.0.6 13.11 12:51:56 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:435) [EssentialsX-2.0.1.jar:?] 13.11 12:51:56 [Server] INFO at com.earth2me.essentials.Essentials.onCommand(Essentials.java:424) [EssentialsX-2.0.1.jar:?] 13.11 12:51:56 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151] 13.11 12:51:56 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] 13.11 12:51:56 [Server] INFO Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/Configuration/Config 13.11 12:51:56 [Server] INFO at me.mrCookieSlime.QuickSell.QuickSell.onCommand(QuickSell.java:241) ~[?:?] 13.11 12:51:56 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO ... 18 more 13.11 12:51:56 [Server] INFO Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config 13.11 12:51:56 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_151] 13.11 12:51:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] 13.11 12:51:56 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1.jar:git-Spigot-21fe707-e1ebe52] -
AllenKawai
- 3/5,
works great! but many errors i know its hard to make kind of this plugin
keep the good works up! -
Koogle1000
- 4/5,
Great plugin for prison servers! Only issue is that pboosters do not always work. It's about a 20% chance they just don't work. Yes I am using the latest version and everything. But if that was fixed it would be great.
-
BlueDiamond
- 5/5,
Works great, I don't know if the developer is active or not, but... Can you add a feature that adds a Bossbar when a booster is active? Like a msg with the booster time and info.. PM me if you don't understand =)2