Advertisement
VOrlando520

Untitled

May 6th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [00:35:21 ERROR]: Exception caught during firing event net.minecraftforge.event.entity.EntityJoinWorldEvent@7af383c:
  2. java.lang.NullPointerException: null
  3. at com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory.create(PokemonFactory.java:21) ~[PokemonFactory.class:8.1.2]
  4. at com.xpgaming.pixelhunt.utils.Utils.isInHunt(Utils.java:452) ~[Utils.class:?]
  5. at com.xpgaming.pixelhunt.listeners.PixelmonSpawnListener.onPixelmonSpawn(PixelmonSpawnListener.java:30) ~[PixelmonSpawnListener.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_282_PixelmonSpawnListener_onPixelmonSpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
  7. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96) ~[ASMEventHandler.class:?]
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186) [EventBus.class:?]
  9. at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1258) [oo.class:?]
  10. at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:935) [axw.class:?]
  11. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:108) [ChunkIOProvider.class:?]
  12. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:93) [ChunkIOExecutor.class:?]
  13. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:129) [on.class:?]
  14. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:99) [on.class:?]
  15. at net.minecraft.world.gen.ChunkProviderServer.originalGetChunkAt(ChunkProviderServer.java:160) [on.class:?]
  16. at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:155) [on.class:?]
  17. at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:151) [on.class:?]
  18. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:147) [on.class:?]
  19. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:422) [MinecraftServer.class:?]
  20. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:385) [MinecraftServer.class:?]
  21. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:316) [nz.class:?]
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?]
  23. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
  24. [00:35:21 ERROR]: Index: 3 Listeners:
  25. [00:35:21 ERROR]: 0: HIGHEST
  26. [00:35:21 ERROR]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@2caf2029 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
  27. [00:35:21 ERROR]: 2: NORMAL
  28. [00:35:21 ERROR]: 3: ASM: com.xpgaming.pixelhunt.listeners.PixelmonSpawnListener@66f0f581 onPixelmonSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
  29. [00:35:21 ERROR]: 4: ASM: class com.pixelmonmod.pixelmon.listener.spawn.BlockMCMobSpawn checkEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
  30. [00:35:21 ERROR]: 5: ASM: com.pixelmonmod.pixelmon.TickHandler@50165b28 onPlayerJoinedServer(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
  31. [00:35:21 ERROR]: 6: ASM: class com.pixelmonmod.pixelmon.listener.spawn.ReplaceMCVillagers onVillagerSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
  32. [00:35:21 ERROR]: Encountered an unexpected exception
  33. [00:35:21 ERROR]: This crash report has been saved to: /home/container/./crash-reports/crash-2021-05-07_00.35.21-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement