SignShop v5

SignShop allows you to set up physical shops by punching a chest with your items you want to sell, then punching a sign (while holding redstone dust). It's easy to set up, and even easier to customize!
This plugin requires Vault and a vault compatible economy plugin.
Main | SignShopHotel | SignShopGuardian | Features | FAQ | Signs | Config | Permissions|Developer API | Issues / Suggestions
[Buy] Allows players to buy items from a chest.[Sell] Allows players to sell items to a shop.[Trade] Allows players to trade one set of items for another.[iBuy] Admin shop that allows players to buy infinite items.[iSell] Admin shop that allows players to sell infinite items.[iTrade] Admin shop that allows players to trade one set of items for another an infinite number of times.
Important Links:
View Config
SignShop Quick Reference (This is also in your /plugins/SignShop folder)
Fork us on GitHub
Latest Features:
SignShop v3.6.1
- Fixes error loading due to null CMIWorthHandler
- Fixes a NPE when converting empty timing file
- Adds support for EasyConomy and Lands
- Only hook into Ess/CMI worth if worth is enabled in the Signshop config
- Adds a new permission("Signshop.Destroy.Others") which allows a player to destroy other player's shops without having the other admin permissions
- Makes internal colors configurable
- Replaces deprecated methods in SignShopPlayer
- Adds a spawn protection check to inform server owners that the vanilla spawn protection may prohibit non ops from using shops
- Adds shulkerbox to descriptions
- Fixes potion names in descriptions
SignShop v3.5.0
- Adds warped and crimson variants to the config
- Fixes AuthorNagException when canceling async tasks
- Fixes NullPointerException when converting and empty sellers.yml
- Adds Op bypass to BentoBoxHook
- Fixes issue when BentoBBox blocks other worlds (Thanks BONNe)
- Updated Kit help message
- Fixed allow-shop flag being ignored in WorldGuard global region
- Update ResidenceHook for owner bypass
- Switch to locale names for languages and remove web names
- Add Ultimate_Economy to soft dependencies
- Fixes SSQuickReference.pdf being blank
- Switched to OfflinePlayer instead of deprecated playerName for Vault
- Fixes Spigot complaining about loading classes without being a dependency
- Added configurable shop explosion protection
For a full list of features, visit this page.
Extending SignShop with other Plugins
| Plugin | Description |
|---|---|
| Vault | Works with all standard economies (EssentialsEco, iConomy, BOSEconomy, Gringotts, and more) and permission plugins (LuckPerms, Permissions 3, bPermissions, PEX, GroupManager, PermissionsBukkit, zPermission (and defaults to OP permissions, if you don't want to use a permission system)). |
| For sign and chest protection, though SignShop has built in sign protection. | |
| Use the worth.yml for dynamic sign prices by putting [worth] on the bottom line of the sign (must be enabled in SignShop config) | |
| SignShopGuardian | Save your inventory when you die. |
| SignShopHotel | Allow players to rent rooms for a period of time. |
| dynmap | Show shop locations. |
| Multiverse | Supports Multiverse worlds. |
| WildcardCommands | Make SignShop run commands for all players online. |
| Towny | Use Towny banks and only let players make shops in Towny shop plots. (Thanks ryvix!) |
| WorldGuard | Respects build permissions, and you can only let players make shops in regions with the allow-shop flag. |
| ChestShop | Convert from ChestShop format to SignShop format by just punching the sign with redstone. |
Usage
SignShop2 tutorial video
Example SignShop

This is an example of how to set up a [Buy] sign with SignShop. The sign above is linked to a chest containing items. In this example, it will sell an enchanted pickaxe for 600 Waffles (Waffles are our server's currency :-) ).
Featured SignShop

GamerFreak's Epic SignShop
Send me pictures of your server's SignShops in the comments below and the image above could be YOUR shop!
Suggestions and Issues
If you are having a problem with SignShop, please feel free to take a look at our tickets to make sure others have not already reported the issue! If they haven't, please fill out the requested info when making a ticket. Thanks!
Like this plugin? Buy us a beer and/or caffeinated beverage!
-
View User Profile
-
Send Message
Posted Aug 1, 2013Not working! This plugin is amazing so i really want it!
My other plugins: Essentials IConomy iDisguise mcjobs TimtheEnchanter Worldedit Worldguard
-
View User Profile
-
Send Message
Posted Jul 31, 2013@Devinish
Okay thanks, keep up the great work! ;D
-
View User Profile
-
Send Message
Posted Jul 31, 2013@FireExcalibur
There have been no reports of it not working with 1.6.2.
-
View User Profile
-
Send Message
Posted Jul 31, 2013Is this 1.6.2 compatible? :)
-
View User Profile
-
Send Message
Posted Jul 30, 2013@tsobastiv
WHAT IS NOT WORKING WITH THE LATEST MINECRAFT!? :-)
-
View User Profile
-
Send Message
Posted Jul 30, 2013UPDATE PLEASE!
-
View User Profile
-
Send Message
Posted Jul 26, 2013@Devinish
thank you
-
View User Profile
-
Send Message
Posted Jul 26, 2013@junadina
Yep, just punch the person with an ink sac, then punch the sign.
-
View User Profile
-
Send Message
Posted Jul 26, 2013is it possible to change the owner of a sign shop??
-
View User Profile
-
Send Message
Posted Jul 24, 2013@dimi3os3
Check out our FAQ. There you will find the answers to many common questions.
-
View User Profile
-
Send Message
Posted Jul 24, 2013Is it possible to make like "Adminshop" signs where the chests never get out of stock or even better without chests?
-
View User Profile
-
Send Message
Posted Jul 24, 2013@MaxKoopmansNL
Yes, it is.
-
View User Profile
-
Send Message
Posted Jul 24, 2013Is it 1.6.2 compatible? And if not, do you want to update this, i really need it for my server!
-
View User Profile
-
Send Message
Posted Jul 23, 2013@osbert333
Francis is correct. It looks like you are using something like Java 4, which is severely outdated.
-
View User Profile
-
Send Message
Posted Jul 23, 2013osbert333, im pretty sure it's a problem whit your java version, for the "UnsupportedClassVersionError" thing. Try installing java 7 (and unistalling the other version). I f you already have java 7, i dont know what can be the problem.
-
View User Profile
-
Send Message
Posted Jul 23, 2013sign shop gave me a error that i have gotten with a lot of plugins i put on my server and i don't know what to do this is the error i got
13:56:10 [SEVERE] Could not load 'plugins/SignShop.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: org/wargamer2010/signshop/SignShop : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.UnsupportedClassVersionError: org/wargamer2010/signshop/SignShop : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
-
View User Profile
-
Send Message
Posted Jul 23, 2013@trollerpoller
Unfortunately that is a problem with Minecraft, not with our plugin. Any large collection of signs like that will slow down your client. I'm afraid Minecraft just isn't optimized as well as it could be.
-
View User Profile
-
Send Message
Posted Jul 23, 2013This is best shop plugin what I have had, but now I builded huge shop, where you can buy anything what is in the minecraft. Well the 300 shops are in the 4 chunks, so it fall fps down very much. Without shop: 80fps. With shop: 15fps
Do you have ideas how to remove that "sign lag"
Almost everyone player have that bug with the server
-
View User Profile
-
Send Message
Posted Jul 22, 2013@user_716797
Hmm, interesting idea. That's not something we have built-in, but it's something we can definitely do. I made a ticket out of your comment. We will keep you updated there.
-
View User Profile
-
Send Message
Posted Jul 22, 2013i want to make a command sign with a cooldown, is it possible? i would like to give players the ability to hit a sign and get a diamond once a day. any way to do it with this plugin?