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.
-
View User Profile
-
Send Message
Posted Apr 15, 2013@hwakuso
Have you installed Vault? Are you in survival mode? Do you have an economy? Check there's no errors on startup. They're the most common causes of that issue
-
View User Profile
-
Send Message
Posted Apr 15, 2013I just recently started up a server and its running well. However when I installed quickshop and tried to use it, I would either break the chest or place something on top of it. Can someone help me?
-
View User Profile
-
Send Message
Posted Apr 14, 2013@Thainification
Regen your config
-
View User Profile
-
Send Message
Posted Apr 14, 2013When I create a quickshop and remove it quickly i get the sign. So i am able to farm signs
-
View User Profile
-
Send Message
Posted Apr 14, 2013@ImDeJay
Tried rebooting, then try to delete the sign? There might be some issues with reloading worlds which have shops in them.
-
View User Profile
-
Send Message
Posted Apr 14, 2013@netherfoam
im not getting errors in my server.log.
thats what i dont understand, but i've even tried with my OP account and breaking the chest doesnt delete the shop. when i break the chest, and replace it, the shop is still there just without a sign
-
View User Profile
-
Send Message
Posted Apr 14, 2013@ImDeJay
Breaking the chest will delete the shop.
Errors in server.log?
-
View User Profile
-
Send Message
Posted Apr 14, 2013How does a player remove a shop?
i've tried breaking the chest, that doesnt delete the shop.
i've tried breaking the sign, that doesnt delete the shop.
the only way i've found to remove a shop is to do /qs clean.
but how can my players delete a shop to create another one?
-
View User Profile
-
Send Message
Posted Apr 12, 2013@Melonking
Easier said than done. Because if a player places a chest where a shop should be, the shop would not be removed, but it would not be created. If I tried to correct this using a block place listener, it would cause lag, because looking up shops is relatively expensive and much more common than players clicking chests.
All I can suggest is reduce the price of the shop
-
View User Profile
-
Send Message
Posted Apr 12, 2013Could you change the auto remove shops that dont exist feature to just skipping those shops and adding a command to remove them. There have been a few world errors and accidental start ups and my players are really getting tired of all their shops being erased, particularly when they have to pay to make each one.
-
View User Profile
-
Send Message
Posted Apr 12, 2013@jack588
Don't use clear lag then? In my experience, deleting items and entities does nothing for lag. There is no way you can 'delete all items' without 'deleting quickshop items'.
-
View User Profile
-
Send Message
Posted Apr 12, 2013man, how to fix conflict with clearlagg plugin? when the entities removed, the item above the chest is removed to?
-
View User Profile
-
Send Message
Posted Apr 12, 2013v4.1 is now up, with a fix for the NPE introduced in 4.0 and a fix for hoppers (Which don't exist) in 1.4.7 and below.
-
View User Profile
-
Send Message
Posted Apr 11, 2013@aldrigviking
Yeah, fuckoff you prick and write a better one then.
@GoldenDragonio
Most of the messages are translatable in messages.yml, you could try regenerate the file by deleting it and restarting the server. Otherwise, not all messages are translatable, just most of them. Make sure youre reloading quickshop or rebooting after each change you make.
@GamersSynergy
Try use the dropbox link, I can't paste it to you atm. But the link is in the comments section, you might have to go back two pages or so. (the link is always the same), ive already made a fix for it. Just havent uploaded it.
-
View User Profile
-
Send Message
Posted Apr 11, 2013The best shop plugin I ever seen :) But how can I translate it ? I tried to change sentence in messages.yml but the messages are always english :/
-
View User Profile
-
Send Message
Posted Apr 11, 2013"this plugin doesn't even have any commands that a player would ever need! "
yeah... right...
-
View User Profile
-
Send Message
Posted Apr 10, 2013Any idea why I'm getting this error after updating to the latest version?
http://pastebin.com/RDz7bnw7
-
View User Profile
-
Send Message
Posted Apr 9, 2013@aifen
Do you have Vault installed? What error(s) do you get on startup from quickshop? Check your console or server.log on boot.
@aske10
Uhh, type '64' into chat instead of '1' when at the buying menu? You can't split it up to make a 'minimum purchase' amount.
-
View User Profile
-
Send Message
Posted Apr 9, 2013how do i make them where people can buy or sell stacks instead of one?
-
View User Profile
-
Send Message
Posted Apr 8, 2013I use the pluggin Essentials and QuickShop. But when i write /qs in the chat it just respond me /qs back, And when i click on the chest with an iteam nothing happens. The plugin is "active" Since i tried the /plugins command and it shows up. Thanks for helping, look like a realy nice plugin! :)