Black Market

Discussion in 'Plugin Requests' started by BuckitWorker, Aug 13, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    timtower Administrator Administrator Moderator

    @BuckitWorker It should work just fine, you have Vault and Essentials as economy.
    @elancha98 Could you change the messages so you can tell on which check it fails?
     
  2. I'll change it. But I'm thinking that dklib fails and it disables the economy or something


    Changed. Download it and post the new log please
     
    Last edited: Sep 1, 2015
  3. Offline

    timtower Administrator Administrator Moderator

    @elancha98 So is the dklib yours? If so:
    Code:
    [16:19:32] [Server thread/ERROR]: Error occurred while enabling DKLib v1.1.10 (Is it up to date?)
    java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/ChannelHandler
            at me.michidk.DKLib.libs.protocol.ProtocolManager.<init>(ProtocolManager.java:29) ~[?:?]
            at me.michidk.DKLib.DKLib.onEnable(DKLib.java:23) ~[?:?]
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
    Caused by: java.lang.ClassNotFoundException: net.minecraft.util.io.netty.channel.ChannelHandler
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
            at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
            at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
            ... 13 more
     
  4. No it's not mine, that's why I'm just guessing. Otherwise I'll be sure.
     
  5. Offline

    timtower Administrator Administrator Moderator

    @elancha98 It only disables the economy if the economy requires it, but that is not the case.
     
  6. OK, if that's the case, the only thing we can do is wait for the log.
     
  7. Offline

    BuckitWorker

    All I know is that the commands don't work - they result null in both chat and the server log.
     
  8. If you read the server log it says that blackmarket is disabled because economy can't be found or is not enabled. That's why commands doesn't work
     
  9. Offline

    BuckitWorker

    I have the most recent version of vault and economy seems to work fine, but everything remains null.
     
  10. Try the new version and post the initial log
     
  11. Offline

    BuckitWorker

  12. Offline

    Keubix

    You do not have economy enabled.
    Code:
    [*][20:37:13] [Server thread/INFO]: [BlackMarket] Enabling BlackMarket v1.0
    [*][20:37:13] [Server thread/INFO]: [BlackMarket] Disabling plugin because Economy is not enabled
    [*][20:37:13] [Server thread/INFO]: [BlackMarket] Disabling BlackMarket v1.0
    
     
  13. Offline

    timtower Administrator Administrator Moderator

    @Keubix
    Code:
    [Vault] [Economy] Essentials Economy found: Waiting
    [BlackMarket] Disabling plugin because Economy is not enabled
    [Vault][Economy] Essentials Economy hooked.
    @elancha98
    else if (!economy.isEnabled()) {
    Could you add a config option to enable / disable that check, might be the issue here.
     
  14. I could but don't know what issue can it cause

    (I'll add it tomorrow)
     
  15. Offline

    BuckitWorker

    How is my economy disabled and how do I enable it?
     
  16. Ask to keubiks he is the one that says that
     
  17. Offline

    Keubix

    I just pulled that from the log he posted. :l
     
  18. Offline

    caderape

    @elancha98
    [16:19:45] [Server thread/INFO]: [BlackMarket] Disabling BlackMarket v1.0
    [16:19:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.

    Do you have Vault in depends in your plugin.yml ?
     
  19. Yes, why?
     
  20. Offline

    Keubix

    Did you make vault a dependency in the plugin.yml?
     
  21. Offline

    BuckitWorker

    All I know is that it doesn't work... does it work for anyone else? How do I enable economy - I have it all installed and thought it was enabled...
     
  22. Offline

    Keubix

    This is a problem on @elancha98 's side. Did you make vault a dependency in the plugin.yml? Also, when checking to see if the player does have vault, make sure your doing it right.
     
  23. I think is what timtowers said. The check for enabled economy.
     
  24. Offline

    BuckitWorker

    How do I do that? I have economy, why is it not enabled?
     
  25. May be a problem with essentials economy. Unfortunately I'm not in home right now and can't update the plugin. I'll do when I get back
     
  26. Offline

    BuckitWorker

    Tell me when you are back.
     
  27. Offline

    BuckitWorker

    'Tis monday
     
  28. Last edited by a moderator: Oct 29, 2015
  29. Offline

    BuckitWorker

Thread Status:
Not open for further replies.

Share This Page