Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. [20:21:18] [Server thread/INFO] [nucleus]: NawwDidums ran the command: /quests reload
  2. [20:21:18] [Server thread/INFO] [nucleus]: NawwDidums ran the command: /sponge plugins reload quests
  3. [20:21:18] [Server thread/INFO] [quests]: Reloading...
  4. [20:21:18] [Server thread/INFO] [quests]: net.eterniamc.questloaderplugin.DynamicClassLoader@583f633e
  5. [20:21:18] [Server thread/INFO] [quests]: Cleared cache of old methods, & fields
  6. [20:21:18] [Server thread/INFO] [quests]: Created new class loader
  7. [20:21:18] [Server thread/INFO] [quests]: Loaded classes
  8. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  9. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  10. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  11. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  12. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  13. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  14. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  15. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  16. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  17. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  18. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  19. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  20. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  21. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  22. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  23. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  24. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  25. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  26. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  27. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  28. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  29. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonCollectObjective@6ffd37b5
  30. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.PokemonDefeatObjective@5648382
  31. [20:21:19] [Server thread/INFO] [quests]: Objective=net.eterniamc.quests.objectives.MoneyObjective@a33447
  32. [20:21:19] [Server thread/INFO] [quests]: net.eterniamc.questloaderplugin.DynamicClassLoader@5e3d8bb6
  33. [20:21:19] [Server thread/INFO] [quests]: Quests has been reloaded
  34. [20:21:19] [Server thread/INFO] [nucleus]: NawwDidums ran the command: /book
  35. [20:21:19] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'book' for source EntityPlayerMP['NawwDidums'/12042, l='Pixelmon', x=-699.17, y=63.00, z=1080.05]: null
  36. java.lang.NullPointerException: null
  37. at net.eterniamc.quests.core.PlayerQuestData.getCurrentObjectiveData(PlayerQuestData.java:127) ~[PlayerQuestData.class:?]
  38. at net.eterniamc.quests.core.PlayerData.lambda$openQuestBook$23(PlayerData.java:278) ~[PlayerData.class:?]
  39. at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_181]
  40. at net.eterniamc.quests.core.PlayerData.openQuestBook(PlayerData.java:126) ~[PlayerData.class:?]
  41. at net.eterniamc.quests.utils.Commands.lambda$registerCommand$0(Commands.java:23) ~[Commands.class:?]
  42. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:388) ~[CommandSpec.class:1.12.2-2705-7.1.0-BETA-3399]
  43. at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:341) ~[SimpleDispatcher.class:1.12.2-2705-7.1.0-BETA-3399]
  44. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:329) [SpongeCommandManager.class:1.12.2-2705-7.1.0-BETA-3399]
  45. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:1083) [dh.class:?]
  46. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:958) [pa.class:?]
  47. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:937) [pa.class:?]
  48. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [la.class:?]
  49. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [la.class:?]
  50. at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:92) [PacketUtil.class:1.12.2-2705-7.1.0-BETA-3399]
  51. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zle000(SourceFile:539) [hv$1.class:?]
  52. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
  53. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
  54. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
  55. at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  56. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:293) [SpongeImplHooks.class:1.12.2-2705-7.1.0-BETA-3399]
  57. at net.minecraft.server.MinecraftServer.redirect$onRun$zjj000(MinecraftServer.java:3972) [MinecraftServer.class:?]
  58. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
  59. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
  60. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  61. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  62. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement