QuickShop
QuickShop
The Predecessors
Showcase was abandoned. Chestshop needed a display, with signs whose order you could never remember. SCS has too many commands. I'm yet to find someone who uses essentials shops.
Don't get me wrong though, they're all awesome plugins each in a few ways.
QuickShop
So, I set out to write this. QuickShop. QuickShop is a shop plugin, that allows players to sell items from a chest with no commands. It allows players to purchase any number of items easily. In fact, this plugin doesn't even have any commands that a player would ever need!
Features
- Easy to use
- Togglable Display Item on top of chest
- NBT Data, Enchants, Tool Damage, Potion and Mob Egg support
- Unlimited chest support
- Blacklist support & bypass permissions
- Shops that buy items and sell items at the same time are possible (Using double chests)
- Herochat support
- Checks a player can open a chest before letting them create a shop!
No longer accepting feature requests
For those people that hate reading, here's an awesome video from UltiByte:
A more up to date and informative video can be found here
Installation Guide:
http://www.youtube.com/watch?v=eJsv7fqaXNk
How to Create a Shop
- Place a chest on the ground
- Hit the chest with the item you want to trade
- Type in price for the item (As prompted) in chat
- Fill the chest with the items you wish to sell
Advanced
- Face the chest
- Type either /qs sell or /qs buy to make the shop buy/sell instead (Optional: use /shop instead of /qs)
- Stock the shop accordingly, if necessary.
How to Buy/Sell to a Shop
- Find a shop
- Hit / Left click the shop
- Enter the amount you wish to trade in chat
Menu Example:
See it in action:
http://maxgamer.org or
play.maxgamer.org:25571 and /warp market!
Commands
- /qs unlimited - Makes the shop you're looking at become unlimited.
- /qs setowner <player> - Changes shop owner to <player>.
- /qs buy - Changes your shop you're looking at to one that buys items
- /qs sell - Changes your shop you're looking at to one that sells items
- /qs price <price> - Change the price of your shop that you're looking at
- /qs clean - Removes any existing shop that has 0 stock.
- /qs find <item> - Use to find the nearest shop that begins with <item> - E.g. '/qs find dia' will find the nearest diamond shop.
- /shop - Alias (Optional) of /qs
Player Nodes
- quickshop.use - Required to use ANY quickshop
- quickshop.create.sell - Required to make a QuickShop (At all)
- quickshop.create.buy - Required to use /qs buy (Change the shop type from Sell -> Buy)
- quickshop.create.double - Required to make doublechest shops.
- quickshop.create.changeprice - Required to use /qs price (Ability to change the price of a shop without destroying it. This may allow for some scammers to quickly change the price while someone is buying.
- quickshop.bypass.ItemID - Required to sell blacklisted items (E.g. bedrock)
- quickshop.find - Required to use /qs find <item>
Admin Nodes
- quickshop.unlimited - Required to use /quickshop unlimited
- quickshop.setowner - Allows use of /qs setowner
- quickshop.other.destroy - Allow breaking other peoples QuickShops if they're locked by this plugin
- quickshop.other.open - Allow opening (And stealing/Stocking) other players QuickShops
- quickshop.other.price - Allow changing price of other people's shops
- quickshop.refill - Ability to refill chests using a command (=Unlimited items)
- quickshop.empty - Ability to empty chests of all items
- quickshop.clean - Permission to purge any shops that have 0 stock.
Source: Source on Github
Checkout the config over here.
Have Towny?
Try out this plugin http://dev.bukkit.org/server-mods/quickshop-towny-interop/ to stop players creating shops outside of Towny shop plots!
Calculating Economy Prices
Vagrant326 has created an Excel spreadsheet that allows you to calculate prices for a market, if you're looking to set one up! It takes a few minutes to setup the basic material prices, and once done, will tell you the appropriate value for almost any material! http://www.planetminecraft.com/blog/how-to-create-stable-prices-system-on-your-server/
Hi, I'm an 19 year old University student studying Software Engineering. I spend my time writing code that I receive practically no reward for other than people asking questions I've answered a hundred times before. I know server Admin's and Owners aren't the richest of people - But if you're feeling particularly generous, I always appreciate any amount for the time and patience I put into coding Bukkit plugins.
Hey nether, we use LWC to protect signs/chests/etc and it works beautifully on the chests for the shops, but the signs are not protected, obviously, since a player didn't place them. However, if we then protect the signs with LWC, it breaks the shop.
Are you able to set your plugin to not let the signs that are auto created be broken?
Also, what does "lock" in the config do?
@Geekman64
@Ezimox1229
Glad to hear!
@netherfoam
works. "server" shows up in BOSEconomy accounts.txt with a balance. I set it to a high figure, all working great cheers for your help!
now i don't have to be mr. moneybags :)
Wonderful plugin. Thanks for it, much nicer/compact than chestshop, and you can see the items too. Best of all worlds. Not a single problem yet (except for the fact that users can't seem to remember to lock the chests.)
@Geekman64
If you want to create a separate bank account for operating shops from, create the shop, make it unlimited etc, and when it's ready, do /qs setowner Server or something like that, and give Server your $60,000 credits or whatever to operate out of.
@Geekman64
Glad you like it!
If you disable paying unlimited shop owners, it should stop taking money from your account when a player sells to an unlimited shop. E.g. Bob buys $50 tools from your unlimited shop, bob loses $50, you gain $0. E.g. Bob sells $50 tools to your unlimited shop, bob gains $50, you lose $0.
I have know converted our server from chestshop to quickshop. It is so much more impressive visually and easier for player to use. no more clicking the wrong button hehe :)
I am new to BOSEconomy (iconomy is inactive so we switched to Vault and BOSE) so maybe my issue can be solved there but i need to ask:
At present I have unlimited sell shops for most ores and blocks, then unlimited buy shops selling tools etc. I set the config so that unlimited shops pay me. The reason was that I had no money and as shops were tied to my player account, once i ran out of cash none of the shops would buy. I gave myself £60,000 as a workaround.
Is there a way for the shops to use the game bank rather than a player account?
at present it will work for everyone else but as I will own the shop economy in my personal account, i will have to play with an alt account to earn my money legit.
@Hanpuch
Bukkit changed the player chat event soon after 1.3.1, making it Async - Something this plugin relies on.
http://dev.bukkit.org/server-mods/quickshop/files/8-quick-shop-0-6/ is the highest build you can safely use on 1.2.5
Does this work with CB 1.2.5 R4?
@nofro worldguard doesnt allow for custom flags. Try adding them as region owners or defining a second region where the chests are with priority higher and use allowed
@nofro i cant reproduce your issue in pex
@Art ill see if i can add an option for configuring signs line by line, it will take time.
@tealk, ill look into it. If this is true, the lwc author is a retard, and ill try patch it.
@netherfoam sorry for all the trouble but it works now can u make a worldguard flag for allowing member to make a shop. im making a community shop on my server and i need to let people place shops thanks i love the plugin. idk what made it work but it does now
turns out i tried groupmanager and that works fine with no crash but then i dont have my color and prefixs working id like to stay with permissionsEX. just letting u know
Instead oof displaying the plug-in name on the top row, can you make it display the shop owner's name?
Thank
You
@netherfoam i can send u a pic with the server log and pic of the permissions added it will work with out them add but then people can buy stuff bc they dont have the permission ha but ya if you can help that would be great thanks
If i have saved a Chest with lwc i cant by with klick on it
there stand only that the chest is protected
@Nofro
I see no reason for this to happen.
@Geekin_It_Up
Double chests, I might be able to do that now, I'll see. Don't expect it soon though.
When i set the permissions for a group it will crash the server and this plugin looks sick i want to use it to its full ability
i use permmissionsEX , vault with icomomy
Thanks
Hey, when i try to make a shop on a double chest it says that that feature is disabled. Any chance your adding that feature soon?
@Etheos If the shop has no information when you click it, then for some reason it is not a shop (deleted by someone?) and that means it isnt the display items issue. Try recreating the shop and see if it stays for you. I havent really checked for incompatibilities, but maybe NoLagg items (i know it buffers items, but wont affect you unless you tweak the config and have extreme numbers of shops in a single chunk), herochat (maybe, it seems to destroy the playerchat event, afaik. I hope the author is smarter than that though) and lwc magnets sucking the display items into the chest. (again, ive made a ticket to this author instructing him to check the items pickup delay is expired... Part of the bukkit api)