Advertisement
Guest User

NullPointerException

a guest
Mar 23rd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. [18:19:57] [Server thread/ERROR]: Error occurred while enabling SOITC v1.0 (Is it up to date?)
  2. java.lang.NullPointerException
  3. at me.kale.soitc.CMDExecutor.<init>(CMDExecutor.java:24) ~[?:?]
  4. at me.kale.soitc.Main.onEnable(Main.java:32) ~[?:?]
  5. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-c136710-350cb99]
  6. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-c136710-350cb99]
  7. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c136710-350cb99]
  8. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-c136710-350cb99]
  9. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-c136710-350cb99]
  10. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.reload(CraftServer.java:746) [spigot.jar:git-Spigot-c136710-350cb99]
  11. at org.bukkit.Bukkit.reload(Bukkit.java:534) [spigot.jar:git-Spigot-c136710-350cb99]
  12. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot.jar:git-Spigot-c136710-350cb99]
  13. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot.jar:git-Spigot-c136710-350cb99]
  14. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646) [spigot.jar:git-Spigot-c136710-350cb99]
  15. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchServerCommand(CraftServer.java:632) [spigot.jar:git-Spigot-c136710-350cb99]
  16. at net.minecraft.server.v1_8_R2.DedicatedServer.aN(DedicatedServer.java:405) [spigot.jar:git-Spigot-c136710-350cb99]
  17. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:369) [spigot.jar:git-Spigot-c136710-350cb99]
  18. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-c136710-350cb99]
  19. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-c136710-350cb99]
  20. at java.lang.Thread.run(Unknown Source) [?:1.7.0_75]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement