ShowCaseStandalone

Home | The Team | Credits | Commands and Permissions | Donations
ShowCaseStandalone is like ShowCase but without the dependancies, and a more efficient way to create shops. With SCS, you can buy, sell, and display items, which float above blocks. You can use most of the major economy and permissions plugins with this, along with some special options for Towny.
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Development Builds |
Source Code
Metric
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- 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.
Please do not report issues in comments
For a ticket guideline list, click here!

-
View User Profile
-
Send Message
Posted Feb 4, 2013hm thats weird. All 24h, my shops get reseted. Could that be a plugin-craftbukkit conflict or what is the problem? Or is the problem known yet?
-
View User Profile
-
Send Message
Posted Feb 4, 2013@xclucky
No, no it does not.
-
View User Profile
-
Send Message
Posted Feb 4, 2013Does SCS support lores and custom item names yet? Or will it still delete them when attempting to sell/buy them?
-
View User Profile
-
Send Message
Posted Feb 3, 2013@Nikz11
No offense, but I'm not helping you. Read the "READ THIS!" in the description.
-
View User Profile
-
Send Message
Posted Feb 3, 2013@stevewall85
It does use your MySQL server, you just have to input the info of that server into Bukkit.yml.
-
View User Profile
-
Send Message
Posted Feb 3, 20132013-02-03 13:58:04 [INFO] [SCS] Successfully loaded with older way: ItemStack{ENDER_PEARL x 0}
[WARNING] [SCS] Couldn't load ItemStack(For input string: "ACED0005737200176A6176612E7574696C2E4C696E6B6564486173684D617034C04E5C106CC0FB0200015A000B6163636573734F72646572787200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C770800000010000000027400047479706574000B454E4445525F504541524C740006616D6F756E74737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000007800"), will try again with old importer
Err, this loads up with like a million of these on 1.4.7-R0.1 with b402_devbuild. There a fix for this?
-
View User Profile
-
Send Message
Posted Feb 2, 2013@rtainc
but im lookign at using my actual mysql server not bukkits internal
-
View User Profile
-
Send Message
Posted Feb 2, 2013Hello. At first, Sorry for my bad English 'cause I'm russian). At second: This is the best plugin of all shop-plugin. Thx you 4 this). And 3rd. I found a bug. When zombie, or another Entity go through "drop" (let it be sword) (shop), zombie can take this sword. When i kill zombie, 1 sword stay in the shop, and 2nd sword (how its on end...) dropped from Zombie. This bug work with all entity that can take drop. Big thanks for reading my awful English)
-
View User Profile
-
Send Message
Posted Feb 2, 2013@stevewall85
SQL is implemented. You just have to use the Bukkit.yml's SQL info, and make the storage type "sql_bukkit".
-
View User Profile
-
Send Message
Posted Feb 1, 2013well this one version 402 seems to work now after some work and any idea when sql would be implemented? i have alot of issues with this plug and if everything was stored on sql then i can fix plugin with no harm to storage
-
View User Profile
-
Send Message
Posted Feb 1, 2013Seems as if many of you do not read the description. Thus was born, an H1 heading.
"READ THIS!"
I am not responding to any comments about bugs/issues with the plugin. Please create a ticket.
-
View User Profile
-
Send Message
Posted Jan 31, 2013Newest dev build on newest bukkit as of 2/1/2013 12:30AM When loading it up it gives me:
2013-02-01 01:31:43 [SEVERE] java.io.FileNotFoundException: plugins\ShowCaseStandalone\locale_EN.yml (The system cannot find the file specified) 2013-02-01 01:31:43 [SEVERE] at java.io.FileInputStream.open(Native Method) 2013-02-01 01:31:43 [SEVERE] at java.io.FileInputStream.<init>(Unknown Source) 2013-02-01 01:31:43 [SEVERE] at com.kellerkindt.scs.utilities.TermLoader.loadTerms(TermLoader.java:41) 2013-02-01 01:31:43 [SEVERE] at com.kellerkindt.scs.ShowCaseStandalone.onEnable(ShowCaseStandalone.java:221) 2013-02-01 01:31:43 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 2013-02-01 01:31:43 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 2013-02-01 01:31:43 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 2013-02-01 01:31:43 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:282) 2013-02-01 01:31:43 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264) 2013-02-01 01:31:43 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321) 2013-02-01 01:31:43 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300) 2013-02-01 01:31:43 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259) 2013-02-01 01:31:43 [SEVERE] at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149) 2013-02-01 01:31:43 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399) 2013-02-01 01:31:43 [SEVERE] at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
-
View User Profile
-
Send Message
Posted Jan 31, 2013Lot's of severe stuff in b402_dev-build wih 1.4.7 R 1 when creating, manipulating shops. Thanks.
-
View User Profile
-
Send Message
Posted Jan 31, 2013@PhoenyxCZ
We do not support any clients other than vanilla Bukkit and Minecraft. This is most likely Forge-related, but be sure your version is compliant with the version of CraftBukkit installed.
-
View User Profile
-
Send Message
Posted Jan 31, 2013@smeths
We're all terribly busy with our lives, and we're trying to fix the bugs in SCS. Please, try and create a plugin with 300,000 downloads, and maintain every dumb support ticket everybody complains about. We try our best fixing all of the bugs as fast as possible.
On other note, I was the one (and only one) to fix the 1.4.7 support of this plugin. I'd uploaded it the day of it breaking. Whilst I try and fix bugs, I must sit here and give everyone my thoughts on "dis plugins broke".
-
View User Profile
-
Send Message
Posted Jan 31, 2013@xclucky
(fixed)
-
View User Profile
-
Send Message
Posted Jan 30, 2013I'm having a big error between iMonies and SCS if a dev would please take a look: http://dev.bukkit.org/server-mods/scs/tickets/525-scs-not-properly-hooking-into-vault/
-
View User Profile
-
Send Message
Posted Jan 30, 2013i cant see items above block when i use forge client. anny help?
-
View User Profile
-
Send Message
Posted Jan 29, 2013@Waterdust2000
Right click on your console window to provide options. For Windows, you hit 'mark' and then after selecting area, hit the enter button on your keyboard. For Linux, just select the area by clicking and dragging, and right clicking and hitting 'copy'. The actual file is called 'server.log' though, and it's in your directory the craftbukkit jar is.
@xclucky
No need to rage. Calm down and wait for your proper support ticket to be answered.
-
View User Profile
-
Send Message
Posted Jan 28, 2013For awhile now (prolly about 10 dev builds or so) I've been getting "is it up to date" related errors. I'd post the exact messages but I still don't know how to extract console error data as I see others are able to do.
I've searched every txt file in my server dir, but nothing. Incase someone asks for it.
ShowCaseStandalone - b402_dev-build is the only working one for me up to:
craftbukkit-1.4.7-R0.2-20130128.060219-18
An has been this way since sometime back in 1.4.6