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

    kyle0440

    Hey could you maybe add enchantment item sale support?
     
    JackBarber likes this.
  3. Offline

    krock00

    Can you make non IConomy support or is there already?
     
  4. Offline

    iBeAwesome12

    will this plugin work with iConomy 6.0?
     
  5. Offline

    dxwarlock

    Seem to be having an issue since 1.1r3 update
    my old showcases work fine. but cannot create new ones

    I crouch, place..get the menu, but no matter what I type (basic, tutorial etc) i get "[warning] showcase showcase creation canceled"

    no errors in log or such.

    any input on what may be happening?
     
  6. Offline

    supervisnpe

    I Can confirm that this plubin works with iConomy. My server leverages show case for the sale of items.

    Would love to see an update so that it is relevent with the latest updates for bukkit, unless an update isnt nessessary.
     
  7. Bukkit R4 in use.
    I use bPermissions but no1 can buy from my set infinite shops. And yes i have permission node set for normal players :
    Code:
        - showcase.basic
        - showcase.buy.finite
        - showcase.buy.infinite
        - showcase.exchange
        - showcase.finite
    
    EDIT:
    Video what this plugin also does atm:




    also my server spams this to console:

    Code:
     
    2012-02-08 20:17:23 [INFO] [Showcase] Loading Showcase v0.7.9.
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@155 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-533.5 (chunk 28,-34) but was stored in chunk 29,-34
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@166 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@167 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@168 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@169 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@16a in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@16b in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@16c in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@16d in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@16e in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@16f in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@170 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@171 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@172 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 463.5,-551.5 (chunk 28,-35) but was stored in chunk 29,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@174 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@175 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@176 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@177 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@178 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@179 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@17a in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@17b in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@17c in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@17d in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@17e in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@17f in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@180 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@181 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@182 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [WARNING] Wrong location for net.minecraft.server.EntityItem@183 in world 'world'!
    2012-02-08 20:17:23 [WARNING] Entity is at 447.5,-551.5 (chunk 27,-35) but was stored in chunk 28,-35
    2012-02-08 20:17:23 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2012-02-08 20:17:23 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    2012-02-08 20:17:23 [INFO] [Showcase] Registered type [infinite] (41 items loaded)
    2012-02-08 20:17:23 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2012-02-08 20:17:23 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2012-02-08 20:17:23 [INFO] [Showcase] version 0.7.9 has been enabled.
    
     
  8. Offline

    Marvin77796

    Error:

    Bukkit: git-Bukkit-1.1-R3-b1846jnks
    Showcase:0.7.9
    Showcase.csv:
    Code:
    -234,67,-792,263,0,Marvin,world,finite,NORMAL,17;10.0
    -234,67,-789,3,0,Marvin,world,finite,NORMAL,161;0.25
    Ok, if i load the Server, I get the following Error:
    Code:
    2012-02-09 16:46:24 [SEVERE] Error occurred while enabling Showcase v0.7.9 (Is it up to date?): org.bukkit.WorldCreator.generateStructures()Z
    java.lang.NoSuchMethodError: org.bukkit.WorldCreator.generateStructures()Z
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:532)
        at org.bukkit.Bukkit.createWorld(Bukkit.java:160)
        at org.bukkit.WorldCreator.createWorld(WorldCreator.java:213)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:507)
        at com.narrowtux.showcase.Showcase.load(Showcase.java:362)
        at com.narrowtux.showcase.Showcase.onEnable(Showcase.java:153)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:192)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:175)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:360)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:347)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:178)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    After /reload, the Showcase.csv file is Empty
     
  9. Offline

    Mishrathium

    @Semirotta You destroyed the showcase in GM instead of clicking on it while crouching normally - at least thats what I saw in the video. --- Try giving the permission - showcase.buy.*

    Love this plugin so much! Just need perms fix ;)

    @dxwarlock

    I am using R3 with the only issue being perms no longer work. Try removing your perms? Also - could be a spout issue. I uninstalled spout long ago - try it without spout and see or change the config file to use basic only.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  10. haha ya , "try giving the permission" indeed. U know what happened? after tons and tons of the error spammed which i posted up there, the plugin fucked up something real hard and created infinite spots of the items i set for sale and ppl were able to pick them up :D so i had to check each and every player ( 11 players total ) each and every chest ( approx 25 double chests around the map ) to see if someone has picked them up and only 1 did coz others were not informed about the city i made where the showcases are.

    Also i did not DESTROY the showcase , I first shift - click to remove the showcase, after that i destroyed the "area" i made for it.

    EDIT:
    Must add here, i really really really REALLY love this plugin. The easiest, simpliest shop plugin there is, its most coolest coz the item shows up what it sells and i really would want to keep using this. Just right now with R4 it doesn't work at all.
     
  11. Offline

    Mishrathium

    I have not upgraded to R4 yet - perhaps that is the breaker of this plugin? Does work on R3. And I don't use spout - in case that has anything to do with it. I would uninstall all plugins and just run showcase to see if conflict.

    Perms are broken for deny create on R3- but as for buy that is working on R3 for me nor do my items bounce like in your video.

    and the "try giving permission" meant to use the buy.* permission instead of individual nodes.
     
  12. i still wonder if the whole plugin is going to be updated or not.
    Its been 1337 bukkit for like, ages XD
     
  13. Offline

    dxwarlock

    will do, didn't think about spout, HOPEFULLY its not spout..because between the 2, my players would say drop showcase if they conflict now.

    And while in here, if I can get it working, anyone know if there is a permission for 'tutorial' ones? its the only thing we use it for. we use a sign plugin for selling and buying, and showcase for making the shop look pretty :) but as it is I have to make all the 'display' showcases for everyone, as I cant seem to give them any permissions but to make real shops.

    (we can use the basic mode to do this, but that causes the problem of people crouching on the edge of a building, laying down 1/2 step making showcases all over the place by accident)
     
  14. i got spout.jar also, could this cause the proplem? :( that sucks really. Lets hope Narrow updates this plugin someday, ive not heard from him for ages :D he doesnt even answer here at his own topic!
     
  15. Hallo,

    wenn ich mit dem Item mit rechts auf den halben Step klicke, passiert nichts.
    Hab das neuste Bukkit und die commands funktionieren

    Wäre nett, bald zu antworten :)
     
  16. Offline

    zCr4yGOx

    Help!! It Says, 'You Cannot Place Showcases'
    Im Owner and everything :(
     
  17. Offline

    narrowtux

    Showcase 0.8 is in the works, it will contain some bug fixes and major performance improvements.

    Released v0.8
    • Updated for CraftBukkit 1.1-R3
    • Updated for latest Spout version
    • Lots of performance improvements
    • Fixed item spawning at server startup, you shall not need to reload to fix weird aligned items
    • Added swedish translation submitted by @EmilMonikander
    • When you are on CraftBukkit 1.1-R4 (which is not compatible with Spout yet), placing of doubleslabs is finally prevented. Right now, if the plugin detects that there is no step below the item, it will replace it.
    I couldn't add enchantment support because of the many design flaws I've made with this version. This will come in Showcase 2, as it is much easier to do that.

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

    TheShadow777

    yay thanks for update !!
     
  19. Offline

    Mishrathium

  20. Offline

    narrowtux

  21. Offline

    Mishrathium

    My mistake if I missed something?

    When this loaded and says DEFUALTING TO OP - everyone could still build a showcase - i only wanted OP's to be able to do so but anyone could? Permissions EX installed - but users have no perms and they could still build showcase? CB 1846 R3 - previous showcase version - not tested new version yet.
     
  22. Offline

    narrowtux

    Sorry, I surely wrote that message wrong ;)
    As I'm not currently supporting other permissions systems than the original permissions and SuperPermissions, this means you will have to install a bridge plugin from SuperPermissions to PermissionsEx.
     
  23. Offline

    wiigor

    Large shopfile in combination with redstone events cause huge performance issues

    Bukkit version: bukkit 1.1 R3
    Showcase version: Version 0.8

    I have discovered a performance issue with your plugin. My server minecrafters.nl has been using your plugin for over 6 months. The shops list has grown to a few thousands of shops the file of shops being 250 kilobytes.

    Over the past weeks i have been noticing very huge lag spikes on the server. (these lag spikes were so intensive the players disconnect)

    After some weeks of searching I found out that your plugin was the unlikely suspect.

    When someone runs a redstone device that generates around 50 redstone events per second, the cpu usage on the bukkit thread will go up to 100% and the ticks per second will drop to 5 ticks per second.

    My server has 26 slots and with this amount of players the normal cpu usage is about 30% of the cpu core bukkit is using (while achieving 20 ticks per second)

    Without your plugin OR with your plugin but with a short or empty shops file there is not such an cpu rise.

    All these tests have also been performed on the server with only one player and with no other plugins. With the same results.

    So to summarize:

    1. -no multiple redstone events = no lag
    2. -showcase not installed + thousands of redstone events per second = no lag
    3. -showcase installed + short or empty shoplist + thousands of redstone events redstone events per second = no lag
    4. -showcase installed + large shoplist + 50 redstone events per second = massive lag
    I have the following theory. In some way your plugin has many listeners for destruction of the shops. Is it possible that for every redstone event that happens your plugin performs a very expensive operation for example checking all chestshops for damage in some way? This would explain why a large shoplist would cause massive lag while a short one would cause no lag at all.

    As a temporary fix i have limited redstone usage to the bare minimum but redstone is a part of the game so i want to enable this when the shop lag problem gets resolved.

    I can show you what I described above on my test server we can meet for this if you want. I can also send you my shop file.

    I really hope you can help me with this. I like your plugin it seems the most intuitive option of all the shopplugins that are available. People on my server have really get used to your plugin and i hope we can keep it.
     
  24. Offline

    sup4rw

    How do i delete my ShowCase?
     
  25. Offline

    elitefroggy

    do you need permissions if you want anyone to be able to make showcases?
    and is iconomy 6 supported?
     
  26. Offline

    TheShadow777

    hey,
    i have a big issue with the 0.8 update... after a restart are all showcases removed >.< can you help me ?

    use last bukkit recommend build (1.1-r3) and latest recommend spout version
     
  27. Offline

    narrowtux

    The plugin has most likely crashed, you'll need to send me the logs.
    wiigor
    Showcase listens for the BlockPhysicsEvent which might trigger when redstone updates. I don't know why bukkit leaves it to this event, because they have a dedicated event for redstone changes. I'll test it a bit and I think I'll add an option to disable that event for the cost of being unable to see if steps turn to doubleslabs.

    Please read the OP, it is all documented.

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

    316peti

    Sometimes slabes drop items or the items on the ground and i can pick them! Now i need to close shops beacuse users can pick up items for free. Pls fix it. I use NoLagg v.1.6.4 and Showcase 8.0 whit Bukkit 1.1-R3.
     
  29. Offline

    Frazeq

    Nice! This is so useful for my server!

    Thanks!
     
  30. Offline

    Austin

    Thank you very much for updating this, it is the only plugin that means it easy for everyone to participate in an economy. I can't stress enough how amazing this idea is. The in game assistant is perfect, and the fact players can see what they are buying makes it much more involved. 10/10
     
  31. Offline

    narrowtux

    Are you able to specify when exactly this is happening?
     
Thread Status:
Not open for further replies.

Share This Page