[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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [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





    When you have got issues, please read this:

    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.

    This post has been edited 8 times. It was last edited by narrowtux Feb 28, 2012.
  2.  
  3. Offline

    Bronski

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Wow, you're quick :) Thanks, I was getting the 2 lines that surround those 3 choices but not the choices themselves. I think not having the permission node set is the reason.
  4. Offline

    Bronski

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    One other thing. I put cake inside a glass block that was on top of a sandstone block and the cake fell down inside the sandstone, visible only when I removed the sandstone. I'm not sure if I did something wrong. I'll read back through the posts. Thanks :)
  5. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That's a minecraft bug, I'll have to add Sandstone to the list of not supported blocks.
  6. Offline

    OrtwinS

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That is exactly what one of my players just suggested :p
    I told him 'srry cant do that' because I use CommandiConomy and can only charge for commands...

    You could make it all configurable...

    Code:
    #Limit number of cases per player (also effective shop limit), 0 for infinite.
    LimitOfCases: 10
    #Make creating cases cost money
    CostToCreate: 0
    
  7. Offline

    Bronski

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Excellent. I have a bakery and cake simply must go in the window :)

    Thanks!
  8. Offline

    woodzy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    GREAT PLUGIN! love it cant wait for my players to hopon and use the hell out of it.
    @narrowtux but dude u have to do something about item dupeing on a /reload a lot of us use that or something like it to add players. i have a ladder, birch, halfstep, cobble, and a sign show cased and only the sign duped the outhers didnt.
    suggestion---have it set up so that the glass block that have been made a shop "sucks" up neer by items and kills them or replaces them with the item in the glass some how.
  9. Offline

    m5k

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Every time I place an item in it (finite shop but most probably all kinds of items) my client crashes around 1-2 seconds after. v0.3.4 Showcase, cb766
  10. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I wanted even
    Code:
    costForBasic=10
    costPerItemForFinite=1
    costForInfinite=100
    
  11. Offline

    jeffreylec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am using CB 766 and Showcase 0.3.4 and it's still crashing on me. When I get to the last part of the question in finite, when it asks for the quantity of my item, I type "1" and it says it's been created and crashes a ms later.
  12. Offline

    Bronski

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm not sure if this is the duping issue but I stopped my server (typing 'stop' in the server window) and when I restarted, 2 of my items (slimeball and cake) seemed to have some copies right on top of them that I was able to pick up. Just FYI :)

    Thanks.

    CB766
  13. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @m5k
    Do you get any error messages in the console?

    @woodzy
    I planned that the items inside glass blocks will be removed before loading, so eventual not removed items will go away then.
  14. Offline

    MineralMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I love the end result of this plugin, but to showcase an item is pretty complicated for the way we're using it - any chance of a 'basic only' option in the configuration? We're using it in LocalShops shops to show off the items for sale, and never intend to use any of the shops functions.

    Being able to crouch + right click with an item in order to showcase it would make things considerably easier for those of us just using the 'basic' functionality.

    Oh, right. Also, if you display a damaged item, you get a free repair out of it.
  15. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Would be great if it works and don't cost too much cpu/ram!
    I will give it a chance!
  16. Offline

    JanTTuX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i think im gonna get this :)
  17. Offline

    Gnoan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    First, Great Plugin!
    I can now make more realistic shops.
    But unfortunately I can't make it work with plugin 'blockonglass'.
    Whenever I put items into glass to showcase it seems that the glass push the items out.
    I tried to disable blockonglass, and it worked perfectly.
    Would it be possible to make it work with 'blockonglass' ?
    Anyway good job
    Thanks!
  18. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is it a bug that you have to hold something in your hand to remove the shop? ;)
    But seems to work great!
  19. Offline

    belfedia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Another very good idea :) great !
  20. Offline

    m5k

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No error messages with the crash. Screen freezes and client closes. Plus, items disappear after a while. Am I using the right version?
  21. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Release v0.3.5
    • Fixed dupe bug [FIX]
    • Fixed client crash when creating finite shop [FIX]
    • Auto chooses basic when you only have basic permission. (This will insta-showcase on right-click) [FEAT]
  22. Offline

    woodzy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @narrowtux
    just discovered this bug when u right click to "pull tiems from a showcase they dissaper and you dont get them back!
    so much more that 10 gold blocks :/
    EDIT: 5 min later thay returned
  23. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes, fixed that too in 0.3.5.
  24. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Fixed.
    *oh-damn-you-waiting-display-for-having-to-wait-30-seconds-between-forum-posts* :D
  25. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Fixed in 0.3.5, sometimes the client doesn't get the change. Logout/login fixes that.
  26. Offline

    m5k

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Great, thanks. This is the shop plugin our server will be using. I wanted something extremely simple and this is perfect. No item ids, commands, or signs. Love this plugin.
  27. Offline

    narrowtux

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And another plugin that doesn't hear for cancelled events. *hits-all-plugin-devs-of-this-kind-with-a-slapstick*
  28. Offline

    OrtwinS

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nice,
    But cost for infinite doesn't make much sense... put in -whatever is worth money on your server- and you have unlimited money...
    I still vote for an (optional) hard limit on the number of cases someone can create.

    And I request a permission node for admins to create an unlimited number of cases for free.

    (I started decorating a few public buildings with this now, a pair of minecarts on display in the rail station, diamond and gold in the bank..., this will also make for great old-fashion signs outside shops, like back in times when ppl couldn't read and used pictures...)
  29. Offline

    MiHo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Bug: I can't write anything anymore in chat, always getting "Finite Shop showcase sucessfull." when entering a message/command in chat.
  30. Offline

    OrtwinS

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I use Localshops as well, give your users only the showcase.basic permission and they wont even see the other options.
    After I told Narrowtux this one page back he already said he would make it so that when there is only the basic option available you wont have to type it.

    Free repairs? Showcase doesn't take or give items when creating/breaking showcases... not on my server that is.
    When I create I keep my item, and when I break I don't get anything back, I thought it was meant that way and it works great this way.
  31. Offline

    woodzy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i cant seem to find a way to ADD items to an exacting shop like to restock it
  32. Offline

    m5k

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Another bug. When I buy items from the shop it says "bought for X dollars". I'm using iConomy and the currency is Tae. And also, is there a config file? Since all that's made is a showcase.csv file which is empty, even after I make a few showcases.
Thread Status:
Not open for further replies.

Share This Page