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 Dec 13, 2017I keep getting this message in the console...Not sure why. The plugin appears to be working so far but this is a very new server and I am new at this.
ERROR Nag author: 'Wargamer2010 and Devinish' of 'SignShop' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
-
View User Profile
-
Send Message
Posted Dec 8, 2017Hi! How to compile the code to UTF-8? The default encoding will be garbled in my server.
------------------------------------------------------------------------------------------------------------------
Plus one more! I can not change config in config ...
Every time I change the server and restart it, it will change back to the default profile ...
Please help me !!! Urgent need to thank ~
-
View User Profile
-
Send Message
Posted Dec 1, 2017hey uhmmm how to fix this ... i created a shop like [iBuy] signs and im op .. i try to buy on the signs and i can actually buy .. but when i deop my self i can't buy on a sign plss help pls psl pls help my players cant buy anything on my shop
-
View User Profile
-
Send Message
Posted Dec 2, 2017In reply to lunarenzox:
-
View User Profile
-
Send Message
Posted Mar 22, 2018In reply to lunarenzox:
-
View User Profile
-
Send Message
Posted Sep 22, 2017What money plugin do i need?
-
View User Profile
-
Send Message
Posted May 31, 2019In reply to bluetnt:
iConomy worked fine for me.
-
View User Profile
-
Send Message
Posted Jul 17, 2017Hello,
I have a problem. I'm not entirely sure if it is to do with this plugin or the other which I am about to mention, so I understand if you are unable to help me and apologise if this comment wastes your time.
On my server, I am using CratesPlus to manage crates, and so far I have liked it very much. The only downside to this plugin is that it lacks a crate key selling feature. Because of this, I installed this plugin, gave myself a Common key for a Common crate using the standard CratesPlus command, placed it in a chest and linked an iBuy sign to the same chest, selling the item for $500. I was pleased to see that I could first buy a Common key using the SignShop and then proceed to use it on the Crate; this would work without a hitch. However, upon reloading the entirety of the server's plugins, or restarting the server itself, I found that the crate refused to accept the key. I then have to completely redo the SignShop for this to work again. Is there any way you know of fixing this? I would be very grateful if someone could help me out!
-
View User Profile
-
Send Message
Posted Jun 27, 2017SignShopPlayerListener (PlayerInteractEvent) creating dramatic lag on 1.12 (V2.11.2)
Using PaperSpigot latest 1139 build. (1.12)
Using SignShop 2.11.2
I just had a server crash after I had 50+ people online, The issue is Signshop.
From Timings report:
http://i.imgur.com/JsXu4MF.png
The signshop event:
Minecraft::Packet - PacketPlayInBlockDig
SignShop::Event: o.w.s.l.SignShopPlayerListener (PlayerInteractEvent)
is causing dramatic lag.
is there any way we can diagnose the issue and get it fixed please?
-
View User Profile
-
Send Message
Posted Jun 19, 2017@Devinish
i Cant sell or buy anyting it just says: You Are overstocked, either your inventory is too full, or you can't hold any more money!
But i dont have either of these things
Im On 1.11.2
-
View User Profile
-
Send Message
Posted Aug 22, 2017In reply to Forge_User_06514464:
-
View User Profile
-
Send Message
Posted Jun 18, 2017please uptada 1.12
i very need this
i use this Plugin 2 years
-
View User Profile
-
Send Message
Posted Jun 10, 2017Update to 1.12, thanks!
-
View User Profile
-
Send Message
Posted Jun 10, 2017Please update to 1.12
-
View User Profile
-
Send Message
Posted Jun 9, 2017Please update to 1.12
-
View User Profile
-
Send Message
Posted Jun 8, 2017Is there going to be an updated 1.12 version of this plugin released?
-
View User Profile
-
Send Message
Posted Apr 26, 2017how do i make it so t only sells 1 item
when i sell it sells all that is in the chest
-
View User Profile
-
Send Message
Posted Mar 22, 2018In reply to crazyabecraft18871:
-
View User Profile
-
Send Message
Posted Apr 13, 2017I have an probelm. I am using the plugins and it works - but the region is saved with worldguard and so members can't buy und sell. What i have to do?
-
View User Profile
-
Send Message
Posted Apr 14, 2017In reply to Forge_User_66867501: