Advertisement
Guest User

Authentic error

a guest
Dec 10th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.92 KB | None | 0 0
  1. /**************************************************************************************************************************/
  2. /*                                         Could not pass  SendCommandEvent$Impl                                          */
  3. /**************************************************************************************************************************/
  4. /* Could not pass the event SendCommandEvent$Impl to an Event Listener!                                                   */
  5. /*                                                                                                                        */
  6. /* Since the event can be modified during the event's listener,                                                           */
  7. /* there could be adverse side effects of the exception occurring                                                         */
  8. /* such that duplications or other game breaking issues could exist.                                                      */
  9. /*                                                                                                                        */
  10. /* Due to the nature of the exception, this is not likely an exception                                                    */
  11. /* that is covered by SpongeForge or Forge itself, and therefore should                                                   */
  12. /* be reported to the mod/plugin author first prior to reporting to                                                       */
  13. /* Sponge or Forge.                                                                                                       */
  14. /*                                                                                                                        */
  15. /* Owning Mod/Plugin: authentic                                                                                           */
  16. /* Exception:                                                                                                             */
  17. /*     java.lang.NullPointerException: null                                                                               */
  18. /*     org.framagit.anhkagi.authentic.Config.getNode(Config.java:123)                                                     */
  19. /*     org.framagit.anhkagi.authentic.Authentic.onPlayerCommand(Authentic.java:426)                                       */
  20. /*     org.spongepowered.common.event.listener.SendCommandEventListener_Authentic_onPlayerCommand7.handle(Unknown Source) */
  21. /*     org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97)                               */
  22. /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383)                             */
  23. /*     org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458)                     */
  24. /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419)                             */
  25. /*     org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:467)                                */
  26. /*     org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:327)                       */
  27. /*     net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:665)                                            */
  28. /*     net.minecraft.tileentity.CommandBlockBaseLogic.func_145755_a(SourceFile:125)                                       */
  29. /*     net.minecraft.block.BlockCommandBlock.func_193387_a(SourceFile:115)                                                */
  30. /*     net.minecraft.block.BlockCommandBlock.func_180650_b(SourceFile:93)                                                 */
  31. /*     org.spongepowered.common.event.tracking.TrackingUtil.updateTickBlock(TrackingUtil.java:276)                        */
  32. /*     net.minecraft.world.WorldServer.redirect$zlm000$onUpdateTick(WorldServer.java:3949)                                */
  33. /*     net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:737)                                                 */
  34. /*     net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:223)                                                 */
  35. /*     net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)                                        */
  36. /*     net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)                              */
  37. /*     net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)                                        */
  38. /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)                                                 */
  39. /*     java.lang.Thread.run(Thread.java:748)                                                                              */
  40. /**************************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement