Inactive [MECH/ECON] Showcase v0.8.1 - Create visual shops by spawning drops on slabs [1.1-R5]

Discussion in 'Inactive/Unsupported Plugins' started by narrowtux, May 17, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    narrowtux

    [​IMG]
    Version 0.8.1​
    As supposed in this thread, I created a plugin that lets you put items into glass blocks (now steps, it's notchs fault) to showcase them. This is useable for shops, to show what's for sale there, or to make clear what type of farm you built.
    Features
    • Showcase all items in a half-step Block
    • Block protection (you can't break the step block and the block below it to prevent that the item falls down)
    • Multiworld
    • Items in a showcase can't be picked up
    • Only the player who created a showcase can remove it
    • Prevents despawning of items (Normally, drops disappear after 5 minutes)
    • You can setup finite and infinite shops
    • DropChest support (disables DropChest for absorbing the showcased items)
    • WorldGuard support (works out of the box)
    • Localisation
    • Can show custom item names through BukkitContrib
    • Economy support:
      • iConomy 4 & 5
      • BOSEconomy
      • Essentials Economy
    Download & Source-Code
    Download Showcase.jar
    Browse Source-Code on Github
    You will need an economy system if you want shops.
    This will install NarrowtuxLib automatically!
    Please donate, if you really like this ;)
    Videos
    Show Videos (open)





    When you have got issues, please read this:
    Issue Report (open)

    1. Please, first check if you have got the most recent version of Showcase and the most recent recommended build of Bukkit.
    2. Then, check if the bug is already listed in the "Known Bugs" section.
    3. After doing step 1+2, report the bug with at least this information:
      • Version of Showcase
      • Version of Bukkit
      • If possible, a step-by-step explanation of the bug
      • If possible, console errors
      • When you think that this has got to do with another plugin, please list all your plugins like this:
        • PluginA, PluginB, PluginC ...
    This will be incredible helpful for me to fix it faster.


    You don't actually have to retype everything I typed here, but if you'd take it as a guideline which content you should include in your issue report, it's more helpful ;)

    Please, don't come here just to say "This doesn't work.". This says nothing.


    Usage
    Adding a showcase
    1. Start sneaking!
    2. Right-click a half-step block with the item in your hand you want to showcase
    3. An assistant will ask you which type of Showcase you want to add. Type the text before the colon :))
    4. Depending on the type you chose, the assistant will ask some extra questions, follow the assistant to finish showcase creation.
    Removing a showcase

    1. Sneak
    2. Right-click on a showcase. If this was a finite showcase or an exchange showcase, you will get your items back.
    Permissions


    ActionPermission-NodeWithout Permissions
    Create a basic Showcase.showcase.basicPlayer
    Create a infinite shop Showcase.showcase.infiniteOperator
    Create a finite shop Showcase.showcase.finitePlayer
    Create an exchange Showcase.showcase.exchangePlayer
    Buy from a finite shop showcase.showcase.buy.finitePlayer
    Buy from an infinite shop showcase.showcase.buy.infinitePlayer
    Removing a showcase of other players.showcase.adminOperator

    The column "Without Permissions" explains which user-type can use this permission when no Permissions system is installed.
    What are shop showcases?
    A shop showcase can be used to sell items to your players. There are 2 types of shops now:
    1. Infinite shop. This one has an infinite amount of items. The money that the players give to buy an item will go to nirvana
    2. Finite shop. This one has that number of items which the owner has set up. The owner will get the money from which the items were bought.
    How can a Player buy items from a shop showcase?

    1. Click on the Showcase. The price per item and the available amount will be displayed.
    2. Type in the number of items you want and hit enter. A message will show you the success of the checkout.
      • Type 0 to abort checkout
    How can you refill a finite shop showcase?

    1. Click on it
    2. Type in the amount of items to refill. Negative values will remove that amount from the showcase.
    3. Walk away or type 0.
    Commands

    The showcase command handles manual saving and loading
    /showcase save
    Saves the items to showcases.csv
    /showcase load
    Loads the configuration, translation and items without saving (Use with caution)
    /showcase reload
    Saves and loads everything after that. Useful when some items aren't in place and you want to quick-fix that.

    Configuration
    The configuration file is auto-generated and is called showcase.cfg
    Here are the configuration possibilities:
    • basicmode : this decides if the plugin should operate like in version 0.2 or before (Just the basics)
    • priceforbasic : this adds a price to the basic showcases
    • priceforfinite : this adds a price to the finite showcases
    • priceforexchange: this adds a price to the exchange showcases
    • removewhenempty: when set to true, a finite showcase will be removed when it's amount hits 0
    • showcaseprotection : turn this to false to be able to remove showcases from other players (griefers) (you should now use WorldGuard instead of this one ;) )
    • locale: standard is en-US. The german translation which is included in the jar-file is de-DE. If you type that in, it will copy the german file from the jar to your plugins folder
      • You can change the translation very easily by editing the existing locale.
      • Colors are supported, just add something like [GREEN] or [DARK_RED] to the text.
      • You can add newlines with \n
    • autosaveinterval: the time between two auto-saves in seconds. Standard is 60 secs. Use -1 to disable autosave.
    Translations

    Currently available translations:
    Changelog

    Version 0.8.1
    See the whole changelog

    Todo
    • Spawn multiple items in the same glass block (up to 4, would be aligned nicely)
    • Verify that there is no free space below the glass block before adding a showcase
    • Maybe let the showcase glow when you placed torches, glowstone or lava in it
    • Custom messages (aka localisation)
    • Sell-Showcases
    • DropChest support (so the items inside the glass won't be absorbed by a Dropchest)
    • Limit the amount of Showcases per player
    • Add a price that the creator of a showcase has to pay (there would be an independent price for each basic, infinite and finite showcases)
    • Linking infinite shops to banks (money spent for items goes there)
    • Rent a showcase for money/day
    • Autosave with configureable interval
    • Commands for save, load and reload
    Crossed items are already done!

    Known bugs
    • This plugin conflicts with some chat-altering plugins (i.e. bColoredChat) this is because the authors don't know how to correctly set up the priority of events.
    • Normal players (the ones that aren't operators) can't use showcases that are in the spawn-protection area. Either disable the spawn protection or place the showcases to an other location (Disable spawnprotection by setting "spawn-protection-size=0" in the server.properties file)
    • With the latest dev preview (not the recommended build), you're able to make slabs to double steps. I've got to investigate until they propose it as RB.
    • ATM, Showcases won't save enchantments. So please just don't try to sell yours because that wouldn't work either.
     
  2. Offline

    mikey18720

    when i click the download link it takes me to tetragaming or something like that and i can't find the download on the website please help me
     
  3. Offline

    cjpole

  4. Offline

    beatsxsystem

  5. Offline

    bobcat4848

    the link to the .jar is broken it takes me to a contact support
     
  6. Offline

    Giuseppe

    Code:
    2012-05-04 01:14:48 [INFO] [Showcase] Enabling Showcase v0.8.1.32
     
    2012-05-04 01:14:48 [SEVERE] Exception in thread "Thread-67"
     
    2012-05-04 01:14:48 [SEVERE] java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
     
    2012-05-04 01:14:48 [SEVERE] at com.narrowtux.showcase.Metrics.postPlugin(Metrics.java:217)
     
    2012-05-04 01:14:48 [SEVERE] at com.narrowtux.showcase.Metrics.access$100(Metrics.java:55)
     
    2012-05-04 01:14:48 [SEVERE] at com.narrowtux.showcase.Metrics$1.run(Metrics.java:191)
     
    2012-05-04 01:14:48 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
     
    2012-05-04 01:14:48 [SEVERE] at java.lang.Thread.run(Thread.java:636)
     
    2012-05-04 01:14:48 [SEVERE] Plugin Showcase is attempting to register event com/narrowtux/dropchest/api/DropChestSuckEvent, which does not exist. Ignoring events registered in class com.narrowtux.showcase.event.DropChestListener
    Code:
    2012-05-04 01:14:48 [SEVERE] Error occurred while enabling NarrowtuxLib v1.3.0 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
        at com.narrowtux.narrowtuxlib.NarrowtuxLib.sendDescription(NarrowtuxLib.java:132)
        at com.narrowtux.narrowtuxlib.NarrowtuxLib.onEnable(NarrowtuxLib.java:100)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
     
  7. Offline

    msoza1

    Download Like does not work
     
  8. Offline

    zCr4yGOx

    1.2.5????
     
  9. Offline

    gvlfm78

  10. Offline

    UltramarineXIII

  11. Offline

    CrazyGoG

    Please help me i dont have any idea where to download. when i type download showcase.jar
    i go to a website but there is not download
     
  12. Offline

    EvilJackCarver

    Everyone who is looking for a download link, <Edit by Moderator: Redacted mediafire url>
    This should solve the download link problem, however until someone can get in there and get some programming magic done, I don't know what to tell you about 1.2.5 =\

    I'm not really sure about the rules for unofficial download links, but it would appear that tetragaming lost their hosting and I don't know what else to do.

    Virus scan the thing before you pop it in, I don't trust Mediafire with viruses much.
     
    Last edited by a moderator: Dec 14, 2016
  13. Offline

    MInecraft Lord

    THERE IS NO DOWNLOAD LINK I PRESS DOWNLOAD BAM TAKES ME TO A GAY GAMING WEB SITE WHERE THE FUCK IS THE DOWNLOAD LINK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!????????????????????????????????????

    lol nvm found it *em-barest*

    how do i get this going with tekkit?????????????

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  14. Offline

    brandon2244288

    Can anyone help me the link is not working is their any other links???
     
  15. Offline

    Tensa

    ---> [FRENCH TRANSLATION] <---

    By Tensa, admin from Eyrod (French Minecraft server) : 88.190.21.187:25592
     

    Attached Files:

  16. Offline

    EvilJackCarver

    Look up a few posts.
     
  17. Offline

    Skullem

    Please update this D:
     
  18. Offline

    smiggle0404

    this is a good plugin... what a shame the person who made it cant update it :(
    Anyone good with plugins? plz remake it D: for 1.2.5
     
    Deleted user likes this.
  19. Offline

    beetboxera

    THERE IS A BIG BUG IN THE PLUGIN!!! WHEN YOU DROP ITEM ON THE SLAP, THE ITEMS ARE DOUBLING!!!
     
  20. Offline

    xXZakCraftXx

    Thanks man
     
  21. Offline

    Qi Xiang

    Hi, i currently have a problem.
    I want members or non-ops to create certain types of showcases too.
    the person must be a op in order to make one.
    can you please add like a option in the config for non-ops?
    Thanks :D
     
  22. Offline

    Myhe01

    URGENT: DOWNLOAD LINK DOESN'T WORK!
     
    Deleted user likes this.
  23. Offline

    xxjb33xx

    Theres No Download:mad:[creeper]
     
  24. Offline

    AAGFTW

    Hello,
    I keep getting this error, it is in the same folder as the Showcase.jar
    Sorry, but I do not know how to create those scroll boxes:

    13:25:58 [INFO] [NarrowtuxLib] Enabling NarrowtuxLib v1.3.0
    13:25:58 [INFO] Version: 130
    13:25:58 [SEVERE] Error occurred while enabling NarrowtuxLib v1.3.0 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
    at com.narrowtux.narrowtuxlib.NarrowtuxLib.sendDescription(NarrowtuxLib.java:132)
    at com.narrowtux.narrowtuxlib.NarrowtuxLib.onEnable(NarrowtuxLib.java:100)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    Does anyone know how to get rid of this? If i delete the NarrowtuxLib.jar, Showcase will not be able to work.
     
    RedixSK likes this.
  25. Offline

    RedixSK

    Nice plugin .!
     
  26. Offline

    mvbokhorst

    Hey could you update the download link? It seems it is broken. Great plugin other than that.
     
  27. Offline

    Genocida1Reaper

    Will this be updated to 1.2.5? I really loved this plugin and would like to see it in my server :D
     
  28. Offline

    SubliminalDoom

  29. Offline

    Qi Xiang

    I use showcasestandalone now :) works better
     
  30. HELP: I Use Craftbukkit-1.2.5-R1 When I Start The Server It Don't Make A ShowCase Folder. Is There any update For 1.2.5 Your Current Version Of This Plugin Is 1.0.1-R2 i think :O
     
  31. Offline

    wouter140

Thread Status:
Not open for further replies.

Share This Page