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

    Walri

    I am using economy 6, i have seen multiple servers using it, it works fine, The only problem I have is after I make a shop when you hit it nothing comes up...
     
  3. Offline

    OtoChan


    To be honest, i'm not very good at reading those kind of errors xD I never really understood them. So i wouldn't know what your type of problem is :/ If it is spout, then try and reinstall it?
     
  4. Offline

    VoidFusion

    I'm currently getting the error in-game saying, "You can't afford so many items." I set my money to 5000, tried to buy one of something that costed $50, still said it, so IDK what's wrong.
     
  5. Offline

    Naruchico

    it still asks for a economy mod in the server menu, plus I hate permissions, so I would rather have it run OP, permissions no matter what I use has conflicts with either one plugin or all plugins, so yeah, just want exchange mode only if you would that would me amazing I give you one diamond I get 64 cooked chicken XD
     
  6. Offline

    OtoChan

    Is your /money /balance have different set of money in it? I also had that problem but i forgot how i solved it >.< I think i just updated all my essential plugins :confused:
     
  7. Uhh this isnt supporting odditem? :s
    Its throwing this error on startup and its not working.

    net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    13.10 08:59:33 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    13.10 08:59:33 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    13.10 08:59:33 [Server] INFO at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    13.10 08:59:33 [Server] INFO at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    13.10 08:59:33 [Server] INFO at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
    13.10 08:59:33 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
    13.10 08:59:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    13.10 08:59:33 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
    13.10 08:59:33 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    13.10 08:59:33 [Server] INFO at com.narrowtux.showcase.Showcase.onEnable(Showcase.java:167)
    13.10 08:59:33 [Server] INFO java.lang.ClassCastException: info.somethingodd.bukkit.OddItem.OddItemBase cannot be cast to info.somethingodd.bukkit.OddItem.OddItem
    13.10 08:59:33 [Server] SEVERE Error occurred while enabling Showcase v0.7.7.11 (Is it up to date?): info.somethingodd.bukkit.OddItem.OddItemBase cannot be cast to info.somethingodd.bukkit.OddItem.OddItem
     
  8. Offline

    King_KYl3

    2011-10-13 03:44:00 [SEVERE] Error occurred while enabling Showcase v0.7.7.11 (Is it up to date?): null
    java.lang.NullPointerException
    at java.util.zip.ZipFile.getInputStream(ZipFile.java:197)
    at java.util.jar.JarFile.getInputStream(JarFile.java:400)
    at com.narrowtux.showcase.Showcase.copyFromJarToDisk(Showcase.java:506)
    at com.narrowtux.showcase.Showcase.onEnable(Showcase.java:173)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:413)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:351)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  9. Offline

    Momo3773

    Hello!

    Well, we had to desable Showcase on our server. Pretty bad for a RP server.
    The plugins does not interact with iConomy. Players who buy an item get the item, but don't pay anything.
     
  10. Offline

    Redstorm3265

    @narrowtux There is a dupeing glitch with stackable items, you drop one stackable item and get 2 when picking it up, the item respawns on the block and can be done over and over. Please fix!
     
  11. Offline

    King_KYl3

    I dont think he will update :( the last updaTE WAS BUILD 1060 HOPFULLY HE DOES THIS PLUGIN IS AMAZING :D
     
  12. Offline

    qKaZzer

    Hey i love this plugin really, but there is only 1 think :) maybe you can tell me when you update it because of Shell-Showcase then the plugin is perfect :) please wait 4 updating it on 1.8.1
     
  13. Offline

    PixelTech

    PLEASE UPDATE!!! This is one of may favorite plugins- and my server cant go without it! Please Add iConomy 6 Support!
     
  14. Offline

    Mathew Alden

    Okay. I'm having problems with this and I wanted to ask the forum before I posted an official bug report.

    I'm running the most recent version of this.
    CB 1185
    iConomy 6
    BukkitPermissions

    So. I can create a shop just fine. However, when we click the shop to try and buy stuff, it just says "This is *playername*'s showcase." That's it. We can't do anything. What's wrong?
     
  15. Offline

    Cobra1990

    Well as you can see the Economy Support list:

    Economy support:
    • iConomy 4 & 5
    • BOSEconomy
    • Essentials Economy

    Its not supporting iConomy 6
     
    Mathew Alden likes this.
  16. Offline

    OtoChan

    But it works fine for me and i'm using iconomy 6
     
  17. Offline

    jazzman170

    im using iconomy 6 and i can do everthing but it doesnt take away my money when i buy stuff :(
     
  18. Offline

    tomomsius

    could you add like sell option to the shop? like chestshop or dynamic market
     
  19. Offline

    RogueCmdr

    Hey narrowtux when are you going to update to latest bukkit
     
  20. Narrowtux is currently working on the Spout project so don't expect updates quickly here.
    If someone feel experienced enough to continue Narrowtux works it would help a lot of peoples ! (including me :)
     
    Mathew Alden likes this.
  21. Offline

    tilllamann

    It's really bad that this plugin is not support iconomy 6 =(
    It's a great plugin and I hope you update it for iconomy
     
  22. Offline

    hittingal

    I'm a player on a server with the showcase plugin.
    My friend and I use a glitch that allows us to have items floating around (please don't remove this glitch, it's awesome) by putting another step on top of a basic showcase and breaking it. We usually use it instead of putting a sign above our chests.

    I was putting 2 sand ones next to each other, when I noticed that I had started picking up more sand after I had used the glitch. It's a dupe bug that seems to work for any block. Could you please get this fixed? I can get someone else to make a video if you'd like.

    Edit:
    I just tried this with rotten flesh and melons, and it works.
    I tried with a pickaxe, and it doesn't.
    I think it may be all stackables.

    More editing:
    This seems to be caused by both Showcases and the NoLagg plug in we have.
    http://forums.bukkit.org/threads/fi...-common-lag-causes-on-your-server-1317.36986/
    It puts together the two showcase items and makes the server think that they're normal items, not showcase.

    I also discovered there is no need to break the showcase or put another step on and it works with finite showcases.
     
  23. Offline

    Ruari_B

    Will this plugin be available on Multiplay servers? Or if it is, is it a part of another plugin or in plain sight and I'm just being silly?
     
  24. Offline

    Massimo1993

    @narrowtux

    i receive this erro: (i've last dev bukkit 1340, last spout for 1340 and the last showcase)

    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.InfiniteShowcaseExtra.onClick(InfiniteShowcaseExtra.java:40)
        at com.narrowtux.showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:100)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:330)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:171)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:92)
        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)
     
  25. Offline

    Mathew Alden

    lol. You're just being silly. I don't know if you're new but here's how it works.

    Bukkit IS multiplayer. (It's a modded version of Notch's multiplayer files. It allows for plug-ins where Notch's doesn't.)
    ALL of the plug-ins on this website are for Bukkit, which is multiplayer.
    These plug-ins WILL NOT work on singleplayer. (They're only for Bukkit. Singleplayer isn't Bukkit.)

    The one confusing thing is, some plug-ins rely on other plug-ins to help them work. For example, for this plug-in to work, you need BOSEconomy, Essentials Economy, or iConomy 4 or 5.
     
  26. Offline

    Draqo

  27. Offline

    Ruari_B

    Sorry, I should have made it clear what I meant. I'm hosting a server with the company Multiplay, and I couldn't fin this plugin on their list of available ones, despite installing iconomy 5 beforehand. That was a mistake on my part. Sorry for not making it clear.
     
  28. First, Showcase is actually outdated so Multiplay won't add it (unless their are stupid) Then as you don't have a real dedicated server you depend on the will of your Hoster :/
     
  29. Offline

    Ruari_B

    Right ok. Will it be updated for 1.9 at some point?
     
  30. Offline

    Doidle

    When is this going to get updated?
    Now waiting over 2 weeks for it and still narrowlib hasen't been updated.
    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:20:26 [INFO] TorchLight version 1.0 is enabled!
    22:20:26 [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:20:26 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    22:20:26 [INFO] [Towny] Using: Permissions, iConomy
    22:20:26 [INFO] [Towny] Version: 0.68 - Mod Enabled
    22:20:26 [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:20:26 [INFO] [VanishNoPickup] 1.9.12 enabled.
    22:20:26 [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:20:26 [INFO] [WarpAllHere] WarpAllHere has been enabled!
    22:20:26 [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:20:26 [INFO] WorldEdit 4.6 enabled.
    22:20:26 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    22:20:26 [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:20:26 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    22:20:26 [INFO] WorldGuard: (world) Single session is enforced.
    22:20:27 [INFO] WorldGuard: (world) TNT ignition is blocked.
    22:20:27 [INFO] WorldGuard: (world) Lighters are blocked.
    22:20:27 [INFO] WorldGuard: (world) Lava fire is blocked.
    22:20:27 [INFO] WorldGuard: (world) All fire spread is disabled.
    22:20:27 [INFO] WorldGuard: Loaded configuration for world 'world"
    22:20:27 [INFO] WorldGuard: (world_nether) Single session is enforced.
    22:20:27 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    22:20:27 [INFO] WorldGuard: (world_nether) Lighters are blocked.
    22:20:27 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    22:20:27 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    22:20:27 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    22:20:27 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    22:20:27 [INFO] WorldGuard 5.2.2 enabled.
    22:20:27 [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:20:27 [INFO] [AntiGuest] Version 2.0.3 enabled
    22:20:27 [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:20:27 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    22:20:27 [INFO] LWC: Permissions API: NijiPermissions
    22:20:27 [INFO] LWC: Currency API: iConomy5Currency
    22:20:27 [INFO] LWC: Loading SQLite
    22:20:27 [INFO] LWC: Using: Native
    22:20:27 [INFO] LWC: Precached 26 protections.
    22:20:27 [INFO] LWC: At version: 3.53 (b294)
    22:20:27 [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:20:27 [INFO] File C:\Users\Gebruiker\Desktop\Server BearCraft\plugins\Showcas
    e\showcase.cfg not found.
    22:20:27 [INFO] File C:\Users\Gebruiker\Desktop\Server BearCraft\plugins\Showcas
    e\showcase-en-US.csv not found.
    22:20:27 [INFO] [Showcase] copied new translation file for en-US to disk.
    22:20:27 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    22:20:27 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    22:20:27 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    22:20:27 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    22:20:27 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    22:20:27 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    22:20:27 [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:20:27 [INFO] Server permissions file permissions.yml is empty, ignoring it
    22:20:27 [INFO] Done (0.735s)! For help, type "help" or "?"
    22:20:27 [INFO] New max size: 484
    22:20:27 [INFO] New max size: 784
    22:20:37 [INFO] Starting to backup, this may cause some lagg.
    22:20:37 [INFO] CONSOLE: Disabling level saving..
    22:20:37 [INFO] CONSOLE: Disabling level saving..
    22:20:37 [INFO] CONSOLE: Forcing save..
    22:20:37 [INFO] CONSOLE: Forcing save..
    22:20:37 [INFO] CONSOLE: Forcing save..
    22:20:37 [INFO] CONSOLE: Save complete.
    22:20:37 [INFO] CONSOLE: Save complete.
    22:20:37 [INFO] CONSOLE: Save complete.
    22:20:37 [INFO] [MineBackup] Starting backup...
    22:20:37 [INFO] [MineBackup] * world
    22:20:39 [INFO] [MineBackup] Compressing...
    22:20:39 [INFO] [MineBackup] * world_nether
    22:20:39 [INFO] [MineBackup] Compressing...
    22:20:39 [INFO] [MineBackup] Done !
    22:20:39 [INFO] CONSOLE: Enabling level saving..
    22:20:39 [INFO] CONSOLE: Enabling level saving..
    22:20:39 [INFO] CONSOLE: Enabling level saving..
    22:20:39 [INFO] CONSOLE: Enabling level saving..
    22:20:39 [INFO] Backup succesfully ended.
    22:20:39 [INFO] Backup succesfully ended.
    22:20:39 [INFO] Backup succesfully ended.
    22:20:39 [INFO] Backup succesfully ended.
     
Thread Status:
Not open for further replies.

Share This Page