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

    Adkos

    Something new on my server, maybe it can help you with this disapearing items : I've got a "Severe" error !
    Here's the trackback :

    Is it a conflict with Heroes or DropChest ? Or both ? What do I have to do ?
     
  3. Offline

    narrowtux

    No I don't think so. This is likely an error of Heroes but it shouldn't influence any of my plugins because bukkit nicely catches exceptions.
     
  4. Offline

    Doidle

    Getting this error when launching on #1185.
    Its from Showcase definitly sure because Showcase makes Naxarrowlib.
    Running a windows 7 system.
    Worked fine, before.
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] TorchLight version 1.0 is enabled!
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    22:00:58 [INFO] [Towny] Using: Permissions, iConomy
    22:00:58 [INFO] [Towny] Version: 0.68 - Mod Enabled
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] [VanishNoPickup] 1.9.12 enabled.
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] [WarpAllHere] WarpAllHere has been enabled!
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] WorldEdit 4.6 enabled.
    22:00:58 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    22:00:58 [INFO] WorldGuard: (world) Single session is enforced.
    22:00:58 [INFO] WorldGuard: (world) TNT ignition is blocked.
    22:00:58 [INFO] WorldGuard: (world) Lighters are blocked.
    22:00:58 [INFO] WorldGuard: (world) Lava fire is blocked.
    22:00:58 [INFO] WorldGuard: (world) All fire spread is disabled.
    22:00:58 [INFO] WorldGuard: Loaded configuration for world 'world"
    22:00:58 [INFO] WorldGuard: (world_nether) Single session is enforced.
    22:00:58 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    22:00:58 [INFO] WorldGuard: (world_nether) Lighters are blocked.
    22:00:58 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    22:00:58 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    22:00:58 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    22:00:58 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    22:00:58 [INFO] WorldGuard 5.2.2 enabled.
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] [AntiGuest] Version 2.0.3 enabled
    22:00:58 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:58 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    22:00:59 [INFO] LWC: Permissions API: NijiPermissions
    22:00:59 [INFO] LWC: Currency API: iConomy5Currency
    22:00:59 [INFO] LWC: Loading SQLite
    22:00:59 [INFO] LWC: Using: Native
    22:00:59 [INFO] LWC: Precached 26 protections.
    22:00:59 [INFO] LWC: At version: 3.53 (b294)
    22:00:59 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:59 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    22:00:59 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    22:00:59 [INFO] [Showcase] Registered type [infinite] (21 items loaded)
    22:00:59 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    22:00:59 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    22:00:59 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    22:00:59 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.nijikoku
    n.register.payment.Methods.hasMethod()Z
    at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTL
    ServerListener.java:51)
    at org.bukkit.plugin.java.JavaPluginLoader$46.execute(JavaPluginLoader.j
    ava:562)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:927)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22:00:59 [INFO] Server permissions file permissions.yml is empty, ignoring it
    22:00:59 [INFO] Done (0.800s)! For help, type "help" or "?"
    22:01:08 [INFO] Doidle [/5.68.62.63:62424] logged in with entity id 89 at ([worl
    d] -195.3125, 47.5, -104.71875)
    22:01:09 [INFO] New max size: 484-hQ1Iai5aY&feature=related
    22:01:09 [INFO] New max size: 784-hQ1Iai5aY&feature=related
    22:01:10 [INFO] Starting to backup, this may cause some lagg.
    22:01:10 [INFO] CONSOLE: Disabling level saving..re=related
    22:01:10 [INFO] CONSOLE: Disabling level saving..re=related
    22:01:10 [INFO] CONSOLE: Forcing save..i5aY&feature=related
    22:01:10 [INFO] CONSOLE: Forcing save..i5aY&feature=related
    22:01:10 [INFO] CONSOLE: Forcing save..i5aY&feature=related
    22:01:10 [INFO] CONSOLE: Save complete.i5aY&feature=related
    22:01:10 [INFO] CONSOLE: Save complete.i5aY&feature=related
    22:01:10 [INFO] CONSOLE: Save complete.i5aY&feature=related
    22:01:10 [INFO] [MineBackup] Starting backup...ture=related
    22:01:10 [INFO] [MineBackup] * worldIai5aY&feature=related
    22:01:16 [INFO] [MineBackup] Compressing...ature=related
    22:01:16 [INFO] [MineBackup] * world_netherfeature=related
    22:01:17 [INFO] [MineBackup] Compressing...ature=related
    22:01:17 [INFO] [MineBackup] Done !Q1Iai5aY&feature=related
    22:01:17 [INFO] CONSOLE: Enabling level saving..ure=related
    22:01:17 [INFO] CONSOLE: Enabling level saving..ure=related
    22:01:17 [INFO] CONSOLE: Enabling level saving..ure=related
    22:01:17 [INFO] CONSOLE: Enabling level saving..ure=related
    22:01:17 [INFO] Backup succesfully ended.aY&feature=related
    22:01:17 [INFO] Backup succesfully ended.aY&feature=related
    22:01:17 [INFO] Backup succesfully ended.aY&feature=related
    22:01:17 [INFO] Backup succesfully ended.aY&feature=related
    22:01:17 [INFO] [PLAYER_COMMAND] Doidle: /warp buiild lated
    22:01:17 [INFO] [PLAYER_COMMAND] Doidle: /warp build elated
    22:01:18 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
     
  5. Offline

    Redstorm3265

  6. Offline

    Doc

    Make sure you are using the latest Spout.jar
    Code:
    This server is running Craftbukkit version git-Bukkit-0.0.0-1112-g54a13b2-b1240jnks (MC: 1.8.1)
    ...
    Spout 1.0.6.403 has been initialized
    [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    [Showcase] version 0.7.7.11 has been enabled.
    ...
    No errors!
     
  7. Offline

    sdeddy

    On my server I have a store that has shelves of showcases, but even with the /showcase reload command all the objects fall onto the floor and don't stay on top of their respective half blocks.
    anyone else experiencing this problem?
    Using:
    Showcase v0.7.7
    Bukkit 1185
    Spout 1.0.6.381
    Windows 7
    Other than that, Plugin works GREAT for me. :D
     
  8. Offline

    narrowtux

    SuperPerms is an API. I can use this API to get permissions. But the API needs a plugin which sets who may do what. The superperms API is integrated in bukkit. Thus it's not a plugin I have to look for in my showcase plugin.

    Has been reported already I'll look into it.

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

    Snowy007

    I was getting this error after i installed the 'Iconomy' plugin. (only it said 'Could not pass event PLUGIN_ENABLE to Showcase' instead of 'NarrowtuxLib')
    Then i realised i was using a really outdated version of 'Showcase'
    I installed 0.7.7 but it was still giving me this error.
    Someone mentioned installing the latest spout so i installed spout build 403. This didn't work and i am still getting the errors.
    I'm now using bukkit 1240
    Showcase 0.7.7
    Spout 1.0.6 build 403
    Iconomy 6.0.6b

    Even with these errors the plugin itself works fine. I just don't like it when my console gets spammed with these errors. :p

    Code:
    2011-10-07 16:01:55 [INFO] Starting minecraft server version Beta 1.8.1
    //removed uninteresting first part because of too many characters. xD
    2011-10-07 16:02:00 [INFO] [iConomy - Celty] Enabled (27 ms)
    2011-10-07 16:02:01 [INFO] [NarrowtuxLib] v0.8.11 by [narrowtux] enabled.
    2011-10-07 16:02:01 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 16 more
    2011-10-07 16:02:01 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:01 [INFO] PaintingSwitch enabled
    2011-10-07 16:02:01 [INFO] Found and will use plugin Permissions v2.7.7
    2011-10-07 16:02:01 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    //removed some more of the same stuff.
    2011-10-07 16:02:02 [INFO] WorldEdit 4.7 enabled.
    2011-10-07 16:02:02 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-07 16:02:02 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:02 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-07 16:02:02 [INFO] WorldGuard: Blacklist loaded.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world) Single session is enforced.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-10-07 16:02:02 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-10-07 16:02:02 [INFO] WorldGuard: Blacklist loaded.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-10-07 16:02:02 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    2011-10-07 16:02:02 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands) Single session is enforced.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands) TNT ignition is PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands) Lighters are PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands) Lava fire is PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands) Fire spread is UNRESTRICTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: Loaded configuration for world 'skylands"
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands_nether) Single session is enforced.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands_nether) TNT ignition is PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands_nether) Lighters are PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands_nether) Lava fire is PERMITTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: (skylands_nether) Fire spread is UNRESTRICTED.
    2011-10-07 16:02:02 [INFO] WorldGuard: Loaded configuration for world 'skylands_nether"
    2011-10-07 16:02:02 [INFO] WorldGuard: 161 regions loaded for 'world'
    2011-10-07 16:02:02 [INFO] WorldGuard: 2 regions loaded for 'world_nether'
    2011-10-07 16:02:02 [INFO] WorldGuard: 14 regions loaded for 'skylands'
    2011-10-07 16:02:02 [WARNING] WorldGuard: Region file for world "skylands_nether" missing or inaccessible.
    2011-10-07 16:02:02 [INFO] WorldGuard 5.3 enabled.
    2011-10-07 16:02:02 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:02 [INFO] [AncientGates v1.0.2] Loading conf from disk
    2011-10-07 16:02:02 [INFO] [AncientGates v1.0.2] Loading gates from disk
    2011-10-07 16:02:02 [INFO] [AncientGates v1.0.2] Enabled
    2011-10-07 16:02:02 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:02 [INFO] CommandHelper 3.1.2 enabled
    2011-10-07 16:02:02 [INFO] CommandHelper: Using the Bukkit Permissions API.
    2011-10-07 16:02:02 [INFO] [CommandHelper]: 11 alias(es) defined.
    2011-10-07 16:02:02 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 6 lightings.
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 2 maps of world 'skylands'.
    2011-10-07 16:02:03 [INFO] [dynmap] Loaded 2 maps of world 'skylands_nether'.
    2011-10-07 16:02:03 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-10-07 16:02:03 [INFO] [dynmap] version 0.20.1 is enabled
    2011-10-07 16:02:03 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:03 [INFO] PermissionsBukkit v1.2 is now enabled
    2011-10-07 16:02:03 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-07 16:02:03 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-10-07 16:02:03 [INFO] [Showcase] Tried to register disabled type [finite]
    2011-10-07 16:02:03 [INFO] [Showcase] Tried to register disabled type [infinite]
    2011-10-07 16:02:03 [INFO] [Showcase] Tried to register disabled type [exchange]
    2011-10-07 16:02:03 [INFO] [Showcase] Tried to register disabled type [tutorial]
    2011-10-07 16:02:03 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    2011-10-07 16:02:03 [SEVERE] Could not pass event PLUGIN_ENABLE to NarrowtuxLib
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at com.narrowtux.narrowtuxlib.event.NTLServerListener.onPluginEnable(NTLServerListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    //removed some more stuff
    2011-10-07 16:02:03 [INFO] Done (0.577s)! For help, type "help" or "?"
     
  10. Offline

    VoidFusion

    I can't use Showcase at all, says its enabled, but the Assistant does not work at all. I have latest version of Spout, Narrowtuxlib, and Showcase, but it says it needs to be updated for iConomy6.

    EDIT: Holy shiznit, it worked this time. Nevermind, forget about what i said. :)))))))
     
  11. Offline

    Austin

    Argerharbergarble!

    Update for iCo 7!

    Or really just wait for RB 1.9 Not much time left of 1.8 anyway.
     
  12. Offline

    goldseed

    one of my player reported item-dupe glitch using showcase.
    it is reproducible.
    1. make one finite showcase and enter high sell price (like 99999999999999999) ..
    2. make another right next to first one and enter high sell price (like 99999999999999999)
    3. Items will be pop up infinitely.
    Will you check this?

    ps .. someone says this can be done with basic showcase..

    I disabled showcase... :(
     
  13. Offline

    Kazer



    • Version of Showcase : 5
    • Version of Bukkit : Recommended Build: 1240 (MC: 1.8.1)
    • If possible, a step-by-step explanation of the bug : When I try to buy, I have the message "You can't afford so much item" (I have set to Iconomy 6.0.7 the money "POs" and PAs")
    • If possible, console errors : Don't have
    • When you think that this has got to do with another plugin, please list all your plugins like this:
      • WorldGuard / Edit, SpawnControl, SignEdit, ShowCase, RebuildPlugin, PermissionBukkit, NoWeather, Multiverse portail / core, MultiInv, MobRider, MobDisguise, MagicSpell, MagicCarpet, IOP_V2.1, iConomy, Factions, EssentialsSpawn, Essentials, ChopTree, ChestShop (using chestshop because ShowCase dont work, but use the Item Look of showcase, with Basic)
     
  14. Offline

    revo96

    I can't refil i click on it there is nothing be said. i tryed standing right and left click both dont work
    do you know whats causing this and how to repair it
    WithFriendlyGreets
    Revo96
     
  15. Offline

    Hryniu

    Any Update coming in the near future ?
     
  16. Same question.
     
  17. Offline

    Zombiemold

    Would love an update, showcase is in desperate need of some fixes. I have found that noteblocks and apples infinitely replicate on showcases, causing for easy exploitation.
     
  18. Offline

    Markj2

    Please update showcase i like this plugin but its outdated
     
  19. Offline

    Doc

    Just an FYI, I removed this plugin and the server.log stopped getting spammed with
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?

    we are using Craftbukkit version git-Bukkit-0.0.0-1112-g54a13b2-b1240jnks (MC: 1.8.1)

    Please try to fix this, as we REALLY want to run this type of store!
    Thanks.
     
  20. Offline

    Zombiemold

    Yeah it's a shame because, Showcase is easily the best looking, and easiest to use shops there is. My economy choices are based around keeping Showcase. Is it open source? Can someone willing take it, and possibly make a temporary fix?

    The dev seems to be MIA.
     
  21. Offline

    Draqo

    What does the line "usespout" do, in the configuration file?
    I tried to set it to true, but nothing really happened. Everything works as it should.
     
  22. Offline

    miles7191

    Showcase is working fine for me, latest version. 1240 Bukkit and Iconomy 5. I just have one recommendation, Every hour or so I use /remove items 1000000000, in order to remove lag from the server with unneeded items. Well, it also deletes the showcase items. Could you make it to where, if it detects the item is gone it spawns another one? The plugin that allows me to use /remove items, is Worldedit. Thanks, I love showcase but i hate random items.
     
  23. Offline

    Naruchico

    Just wondering can you make it so it has an exchange only option, the server I run is set to be a bartering server, so can we get it so it stops begging me to get an economy plugin :)

    that would be awesome :D

    Thanks!
     
  24. Offline

    Fluffballofdoom

    It would be greatly appreciated if you update it so that it works with iConomy 6! Also, there are a few bugs that need fixing that would be nice.
     
  25. Offline

    Walri

    I can set the showcase down, but no one can buy anything from it, any explainations?
     
  26. Offline

    Dope

    What economy system are you using?
    This plugin currently doesn't support iConomy 6.
     
  27. Offline

    OtoChan

    Really? thats weird o_o as i'm currently using iConomy 6 and it works fine o-o members can make finite shops and people can buy from them. And it takes out the correct money etc :/ There are no errors for me
     
  28. Offline

    Snowy007

    The plugin itself seems works fine with iConomy 6.
    The only problem with iConomy 6 is the large amount of errors in the server console.

    I haven't really tested buying anything though...
     
  29. Offline

    dralletje

    just only give people the permissions to make exchange showcases
     
  30. Offline

    Dope

    Oh, right.
    After I looked at that error again I noticed this is probably a spout bug?

    Code:
    [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.NullPointerException
            at com.narrowtux.showcase.types.BuyAssistant.<init>(BuyAssistant.java:73
    )
            at com.narrowtux.showcase.types.FiniteShowcaseExtra.onClick(FiniteShowca
    seExtra.java:40)
            at com.narrowtux.showcase.ShowcasePlayerListener.onPlayerInteract(Showca
    sePlayerListener.java:100)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:314)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:171)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    2)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :160)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :500)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    >
     
Thread Status:
Not open for further replies.

Share This Page