Why not load some modules?

Discussion in 'Plugin Development' started by bence222, Aug 26, 2013.

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

    bence222

    Hello! Why not load some modules? The eclipse not found error.
    The code is here: http://code.ohloh.net/project?pid=X...ined&projSelected=true&filterCheckedundefined
    And the console says this:
    2013-08-26 08:48:42 [INFO] [SuperSoapTools] Enabling SuperSoapTools v$version$
    2013-08-26 08:48:42 [INFO] [SuperSoapTools] Version info: $version$
    2013-08-26 08:48:42 [INFO] [SuperSoapTools] SuperSoapTools enabled! Initalizing modules...
    2013-08-26 08:48:42 [INFO] [SuperSoapTools][AnvilExploits] AnvilExploits Module Enabled!
    2013-08-26 08:48:42 [INFO] [SuperSoapTools][DebugUtils] DebugUtils Module Enabled!
    2013-08-26 08:48:42 [INFO] [SuperSoapTools][DisableXP] DisableXP Module Enabled!
    2013-08-26 08:48:42 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:42 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:42 [SEVERE]at com.koletar.jj.supersoaptools.modules.DisableXP.initModule(DisableXP.java:43)
    2013-08-26 08:48:42 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:42 [INFO] [SuperSoapTools][DonorHandler] DonorHandler Module Enabled!
    2013-08-26 08:48:42 [INFO] [SuperSoapTools][EnderSnoop] EnderSnoop Module Enabled!
    2013-08-26 08:48:42 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:42 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:42 [SEVERE]at com.koletar.jj.supersoaptools.modules.ForumReward.initModule(ForumReward.java:50)
    2013-08-26 08:48:42 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:42 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:42 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][GuardPay] GuardPay Module Enabled!
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][GuardTag] GuardTag Module Enabled!
    2013-08-26 08:48:43 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:43 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.modules.LimitEnchants.initModule(LimitEnchants.java:60)
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:43 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:43 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.modules.MOTDRotator.initModule(MOTDRotator.java:25)
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][ModRequestHandler] ModRequestHandler Module Enabled!
    2013-08-26 08:48:43 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:43 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.modules.NerfXP.initModule(NerfXP.java:40)
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][NoBreakingSaplings] NoBreakingSaplings Module Enabled!
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][NoGuardBlockBreaks] NoGuardBlocksBreaks Module Enabled!
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][NoGuardDrops] NoGuardDrops Module Enabled!
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][NoInvisibilityPotions] NoInvisibilityPotions Module Enabled!
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][PVPDisable] PVPDisable Module Enabled!
    2013-08-26 08:48:43 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:43 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.modules.Plots.initModule(Plots.java:56)
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:43 [INFO] [SuperSoapTools][SnowDrops] SnowDrops Module Enabled!
    2013-08-26 08:48:43 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:43 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.modules.StaffActivity.initModule(StaffActivity.java:56)
    2013-08-26 08:48:43 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:43 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:43 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-08-26 08:48:44 [INFO] [SuperSoapTools][SuperSoapToolsMeta] SuperSoapToolsMeta Module Enabled!
    2013-08-26 08:48:44 [INFO] [SuperSoapTools][VoteBenefits] VoteBenefits Module Enabled!
    2013-08-26 08:48:44 [SEVERE] Module unable to load! Stack trace follows!
    2013-08-26 08:48:44 [SEVERE] java.lang.NullPointerException
    2013-08-26 08:48:44 [SEVERE]at com.koletar.jj.supersoaptools.modules.VoteMoney.initModule(VoteMoney.java:52)
    2013-08-26 08:48:44 [SEVERE]at com.koletar.jj.supersoaptools.SuperSoapTools.onEnable(SuperSoapTools.java:149)
    2013-08-26 08:48:44 [SEVERE]at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    2013-08-26 08:48:44 [SEVERE]at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    2013-08-26 08:48:44 [SEVERE]at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2013-08-26 08:48:44 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    2013-08-26 08:48:44 [SEVERE]at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    2013-08-26 08:48:44 [SEVERE]at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
     
  2. Offline

    creatorfromhell

Thread Status:
Not open for further replies.

Share This Page