[INACTIVE][ECON] SignShop v1.1 - Commandless Multi-World Player Owned Shops [860] iConomy

Discussion in 'Inactive/Unsupported Plugins' started by Ne0nx3r0, May 3, 2011.

  1. Offline

    Ne0nx3r0

    Development on this plugin has stopped.
    [​IMG]
    Commandless Player Owned Shops
    Current Version:​
    v1.1 [860] June 19th, 2011

    *Requires iConomy (v5.0)​

    Some notes about upgrading from < 1.0:
    1. config.yml is the new messages.yml, you can delete messages.yml
    2. BACK UP YOUR sellers.yml BEFORE MAKING ANY CHANGES OR UPDATING (sorry, wanted to make that clear.)
    Create signs to sell goods from a chest you specify; allow your players to setup and run their own shops!

    Supported Signs:
    Supported Signs (open)

    [Buy] - Buys an item fro the shop chest for the price specified on the 4th line
    [Sell] - Sells an item to the shop chest for the price specified on the 4th line
    [Donate] - Gives an item to the shop chest
    [Slot] - Gives a random item from the selected chest items (not the entire inventory) to the player
    [DeviceOn] - Turns a lever on
    [DeviceOff] - Turns a lever off
    [DeviceToggle] - Toggles a lever
    [Device] - Temporarily turns on a lever
    *[gBuy] - Buys an item from the shop, but the owner receives no money
    *[gSell] - Sells an item to the shop, and the player receives money, but not from the owner.
    *[iBuy] - Buy an item from the "shop", but really the item is created from scratch whether the shop has it in stock or not.
    *[iSell] - Sells an item to the "shop", but really the item just disappears.
    *[Day] - Turns the time to day
    *[Night] - Turns the time to night
    *[Rain] - Turns on rain + thunder
    *[ClearSkies] - Turns off rain + thunder
    *[Repair] - Repairs the current item
    *[Heal] - Fully heals the player

    *Must be OP/SignShop.Admin to create

    Usage:
    Usage (open)


    1. Create a sign. Line 1 needs to be [Buy] (or whatever type of sign). Line 4 needs to be the price (aka 50, 50.25) of your item(s). lines 2&3 can describe your item(s), or be blank.
    2. While holding redstone, click on the sign. (you should get a message)
    3. Find a chest you want to use as your storage, put ONLY the items you want the sign to sell in it. For example, if you have a stack of 64 Cobblestone and want to sell two at a time, put only two in the chest.
    4. Click on the chest with redstone. (you should get a message)
    5. Put all of your cobblestone in the chest
    6. Now players can click on your sign (no redstone needed), purchase the cobbletone two at a time! (right click to buy without confirmation dialog)
    Note - One chest can maintain multiple signs, just take everything out and set the new sign up, then put all the items for both signs in so the shop has something to sell.

    Permissions Nodes:
    Permissions Nodes (open)

    • SignShop.Signs.*
    • SignShop.Admin.*

    Changelog:
    Version 1.1
    • Bug fix - creates the plugin directory if needed.
    Changelog (open)
    Version 1.1
    • Bug fix - creates the plugin directory if needed.
    Version 1.0
    • Added localization, scheduled saving, custom signs, better localized logging, backing up of sellers.yml, proof of god, etc.
    Version 0.7.2
    • Lost to the world
    Version 0.7.1
    • Bug fix for iSell/iBuy signs
    Version 0.7
    • Added a small gaggle of new sign operations, small bug fixes. updated messages.yml
    Version 0.6.1
    • Moved gBuy/gSell to OP/Admin operations, as gBuy is exploitable.
    Version 0.6
    • Added gBuy/gSell signs, renamed config.yml to messages.yml
    Version 0.5.4
    • Bug fix for slot shops
    Version 0.5.3
    • Bug fix, added check/msg for missing chests
    Version 0.5.2
    • Bug/exploit fix - cancels event if the user does't have enough items
    Version 0.5.1
    • Bug fix for signs clicked with less than 3 characters
    Version 0.5
    • Added Permissions support, added configurable messages, added [Redstone] sign. Set plugin to respect events being cancelled. Various bug fixes and code maintenance.
    Version 0.4.2
    • Bug fix with confirmation messages showing the owners name instead of the players name
    Version 0.4.1
    • Bug fix with [Sell] signs paying shop owners
    Version 0.4
    • iConomy 5.0 support, also added Sell, Donate, Slot, iBuy, iSell signs
    Version 0.3.1
    • Bug fix
    Version 0.3
    • iConomy 5.0 compatibility, also signs now need [Buy] to be the first line. (Making room for [Sell], [Donate] signs)
    Version 0.2
    • Added yml persistence
    Version 0.1
    • Initial release

    Known Issues:
    • Conflicts with Essentials; disable signs in the essentials config before adding this plugin.
    Coming soon:
    • Extra storage (still working on it... infinite storage would be better, and might be possible ;))
    Donations:
    • I develop this plugin because I enjoy it and want to give back to this community; however if you are interested in supporting it's future I gladly accept donations via PayPal, and BitCoin.
    Do you like this plugin? Click like so I know! ; )
     
  2. Offline

    Raspberry

    Don't change this...

    Blah to infinite shops -- it screws up the "market"

    I wish the Dynamic Market plugin was active yet... that was the best shop plugin... prices shifted based on supply & demand...

    I also have the "nothing happens" problem...

    Often times when I punch [any] sign... The server console will throw the following message:

    Code:
    07:29:53 [SEVERE] Could not pass event PLAYER_INTERACT to SignShop
    java.lang.NullPointerException
            at Ne0nx3r0.SignShop.SignShopPlayerListener.onPlayerInteract(SignShopPlayerListener.java:180)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  3. Offline

    embty

    It keeps telling me that i have no suffcient Funds eve thought i granted myself 100000 with iconomy, no sign seems work with redstone. Please help
     
  4. Offline

    andune

    Just want to add my encouragement that this mod sounds awesome, especially when you get some items on your "to-do" list done. Very much looking forward to checking it out when players can buy and sell!
     
  5. Offline

    Ne0nx3r0

    @L24D @Matty11 @STiLLEN @Draentor @Gorkounov @philipborg @Raspberry @embty @morganm
    Sorry for the mass mention, just wanted to say the plugin should be compatible for iConomy v5.0 now, and there's a gaggle of bug fixes in, including wool colors/etc.

    Enjoy ; )

    (... and obviously complain about things that need fixed, it's good for the plugin :)).
     
  6. Offline

    embty

    Thank you :)

    Nothing happens when using redstone for signs. :<

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

    jjtcomkid

    When I launch my server, I get the following message:
    Code:
    14:35:59 [SEVERE] Could not load 'plugins\SignShop.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(Unknown Source)
            at java.util.jar.JarFile.<init>(Unknown Source)
            at java.util.jar.JarFile.<init>(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:55)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:160)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:108)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:85)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    I have the most recent version of Bukkit and I have the following plugins installed:
    CommandSigns, CraftBukkitUpToDate, iConomy, Lockett, Permissions, SignShop, Residence, WorldEdit, and WorldGuard.
     
  8. Offline

    STiLLEN

    make sure when you put in the sign you type in "[Buy]" in the first line and not "Buy"
     
  9. Offline

    Raspberry

    downloading via the link says the jar is invalid...

    corrupt JAR perhaps?

    Code:
    2011-05-08 15:34:36 [SEVERE] Could not load 'plugins/SignShop.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:131)
            at java.util.jar.JarFile.<init>(JarFile.java:150)
            at java.util.jar.JarFile.<init>(JarFile.java:114)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:59)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:270)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  10. Offline

    STiLLEN

    dude... when u buy somehting from the shop u have to buy everything inside that chest, and then someone has to come and refill it everytime.. thats not very efficient... can you add some config properties so when you right click a sign you buy only [this amount] of items?
     
  11. Offline

    jjtcomkid

    I figured out what I did wrong. I tried to save the download link on this forum as a .jar file when the download link was a webpage confirming the download. Lesson to others: make sure you actually go to the website the download link links you to.
     
  12. Offline

    Ne0nx3r0

    I think you should read the usage again; you set it to purchase whatever items are in the chest when you click it. So if you want to sell 64 cobblestone, put in 64; otherwise put in 1 and then click it. Afterwards you can put in as much as you want.

    That's sort of my fault too, I updated the download link to go directly to the jar; no reason to make people take the extra step.
     
  13. Offline

    Gorkounov

    Uhh... There seems to be a bug. When people are SELLING stuff to my shop. I am GAINING money. Bug?

    Also, just a suggestion. Maybe you can make a feature for extending stock. Like once a chest and sign is linked. With a tool like redstone torch (or something) you can left click the chest. And then click the other chest to expand the storage space. Just a suggestion...
     
  14. Offline

    embty

    Thank you for the great mod. We just need the permissions now
     
  15. Offline

    nskjunky

    can this plugin run next to essentials?
    because I have found no way to deactivate EssentialsEco...
     
  16. Offline

    Ne0nx3r0

    I've never actually used essentials; but I'll take a look tonight and see what's all possible.

    Thanks, I added it to my todo list.

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

    SkeletonGamer

    Hello ne0nx3r0. I look at your work carefully.

    Would it be possible to add the price in this form: $20 for example? It would improve the understanding for players. And why not add the price in green and the first line in Gold color like [SignShop] in the chat ?

    For retail sale, I found a trick. Just put a single item into the chest and link it to the sign. Then just fill the chest with full stacks and voila! ;-)
     
  18. Offline

    Ne0nx3r0


    The format for money comes from iConomy; you can tweak it in your iConomy/Config.yml (I believe it's config anyway) file.

    I'll take a look at the colors used; to be honest a lot of the messages so far were rushed... I was mainly focusing on getting the shop handlers to do their job.
     
  19. Offline

    SkeletonGamer

    Essentials and EssentialsEco are not great. Nothing beats CommandBook and iConomy 5.


    Ohh thanks ! I had not seen that could be possible to add the name of money on the 4th line !

    You know, the color is not overriding. You have already done a great job on this system shop. This is the best I have tested yet. =)
     
  20. Offline

    finisher90

    Help i keep getting this error:
    Code:
    2011-05-09 18:25:34 [SEVERE] Could not pass event PLAYER_INTERACT to SignShop
    java.lang.NullPointerException
        at Ne0nx3r0.SignShop.SignShopPlayerListener.onPlayerInteract(SignShopPlayerListener.java:180)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    If you need more info to help me just ask me plz! TY!
     
  21. Offline

    Ne0nx3r0

    When do you get the error? Also what version are you using? Try updating to 0.4.2.
     
  22. Offline

    finisher90

    Ohhh. Fail on my part sry I just noticed the new version update.Ty for the quick reply
     
  23. Offline

    Raspberry

    EDIT: Disregard the post below...
    I scrolled up and saw the answer...
    HOWEVER: it would be very helpful if you indicated how to sell the quantities or subsets of stacks in the main "Usage" section :)

    Thanks!

    I'm running CB 766 and SignShop 0.4.2
    I have sign text as:
    Code:
    [Buy]
    Slightly
    Used Fence
    2, 5.00
    
    I wield Redstone... click the sign... (and get a sign selected message) then click the chest ...

    A broadcast message goes out: 3 Fence 3 Fence 3 Fence 3 Fence 3 Fence
    <one for every group of 3 fence, (yes, I'm selling sets of 2) in the chest>
    put up for sale for a price of 0.00 Dollars!

    Why is it not detecting the appropriate value? Is there a trick to HOW I put them in the chest?

    If I put all the fence in one stack (18) in the chest and change the sign text to:
    Code:
    [Buy]
    Slightly
    Used Fence
    5.00
    
    Then the broadcast message says:
    18 Fence put up for sale for a price of 5.00 Dollars!

    If I leave the stack of 18 in the check and change the content of the sign to:
    Code:
    [Buy]
    Slightly
    Used Fence
    2, 5.00
    
    or

    Code:
    [Buy]
    Slightly
    Used Fence
    2,5.00
    
    The broadcast message still says:
    18 Fence put up for sale for a price of 0.00 Dollars!

    How do we sell sub-sets of the chest's contents?

    FYI -- Thank you for the plugin... It is just what I wanted for players... simple; no commands.
     
  24. Offline

    zachoooo

    ADD PERMISSIONS SUPPORT!
     
  25. Offline

    DemonCraft

    Make a video of you using it and all the features please ;)
     
  26. Offline

    bluejack404

    I love all the new features, but I seem to be unable to get [iBuy] to work.
     
  27. Offline

    kleinebaas

    @STiLLEN: make sure you have the [Buy] command with a capital B. So its not b.
    Right click the sign, left click the chest.;)
     
  28. Offline

    Ne0nx3r0

    Are you an OP? Permissions is not integrated yet, and this sign is OP only
     
  29. Offline

    thyme4soup

    i get tons of error messages when i try to enable it:

    07:57:21 [INFO] [Permissions] (Phoenix) was Initialized.
    07:57:21 [INFO] SpyerAdmin module version 0.5, a spying utility for administrators and moderators, is active. Part of the Spyer package by [nickguletskii200]
    07:57:21 [INFO] [SignShop] v0.4.2 ENABLED
    07:57:21 [INFO] [Permissions] version [2.7.2] (Phoenix) loaded
    07:57:21 [INFO] [WeatherControl] version 1.0.0 Permissions detected...
    07:57:21 [INFO] [WeatherControl] version 1.0.0 enabled!
    07:57:21 [INFO] SupplySign loaded 2 config parameters from config.yml.
    07:57:21 [INFO] SupplySign loaded 1089 items from items.csv.
    07:57:21 [INFO] SupplySign loaded 14 kits from kits.yml.
    07:57:21 [INFO] SupplySign version 1.2 is enabled!
    07:57:21 [INFO] [MultiVerse] Permissions Found
    07:57:21 [INFO] [MultiVerse] - Version 1.6.3 Enabled
    07:57:21 [INFO] [MultiVerse] Found iConomy, enabling payments.
    07:57:21 [INFO] [MultiVerse] Loading World & Settings - 'world2' - NORMAL
    07:57:21 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    07:57:21 [INFO] [MultiVerse] 2 - World(s) loaded.
    07:57:21 [INFO] [MultiVerse] Loading Portals
    07:57:21 [INFO] [MultiVerse] 13 - Portal(s) loaded.
    07:57:21 [INFO] SpyerFun module version 0.3(compat 602), a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    07:57:21 [INFO] [mcMMO] Permissions enabled.
    07:57:21 [INFO] mcMMO version 0.9.30 is enabled!
    07:57:21 [INFO] Money2XP version 0.1.5 is enabled!
    07:57:21 [INFO] [iConomy] Logging is currently disabled.
    07:57:22 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    07:57:22 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    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(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    ... 16 more
    07:57:22 [INFO] [MultiVerse] Found iConomy, enabling payments.
    07:57:22 [INFO] [iConomy] hooked into Permissions.
    07:57:22 [INFO] SimpleSave: 2.2.1 Initialized
    07:57:22 [INFO] SimpleSave: Current save interval is 10 minute(s)
    07:57:22 [INFO] SimpleSave: Current backup interval is 45 minute(s)
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    07:57:22 [INFO] ChatBukkit v0.0.1 is enabled!
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    07:57:22 [INFO] [MakeEmSpawn] Loading...
    07:57:22 [INFO] [MakeEmSpawn] successfully loaded Permissions.
    07:57:22 [INFO] [MakeEmSpawn] Loaded!
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    07:57:22 [INFO] SpawnX enabled
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    07:57:22 [INFO] Honeypot: Permissions plugin found, using that.
    07:57:22 [INFO] Honeypot: Didn't find MCBans plugin, using default.
    07:57:22 [INFO] Honeypot revision 6 by Argomirr succesfully loaded.
    07:57:22 [SEVERE] Could not pass event PLUGIN_ENABLE to SignShop
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at Ne0nx3r0.SignShop.server.onPluginEnable(server.java:34)
    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:408)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:633)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  30. Offline

    Ne0nx3r0

    @thyme4soup

    You need iConomy v5.0:
    You may need to check if any of your plugins have updates for v5.0, or not use SignShops if you can't upgrade to 5.0. I don't think you can run 4.6 and 5.0 side by side.
     
  31. Offline

    thyme4soup

    oh thanks. i changed my iconomy version and it all works now. thanks for the help
     

Share This Page