Skip to content

Instantly share code, notes, and snippets.

@Vohras2
Last active February 15, 2019 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vohras2/2c31cccb7212d2222a4b3c328dc84334 to your computer and use it in GitHub Desktop.
Save Vohras2/2c31cccb7212d2222a4b3c328dc84334 to your computer and use it in GitHub Desktop.
[01:13:12] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@39b7bb15:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:12] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:12] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:12] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:12] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:12] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:15] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@79bedf98:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:15] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:15] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:15] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:15] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:15] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@579695e9:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:15] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:15] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:15] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:15] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:15] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:16] [Server thread/INFO] [nucleus]: TRIGG3RHappy282 ran the command: /abandonlandclaim
[01:13:16] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@162b07df:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:16] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:16] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:16] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:16] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:16] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:20] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@12617513:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:20] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:20] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:20] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:20] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:20] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:40] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@523d252f:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:40] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:40] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:40] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:40] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:41] [Server thread/INFO] [nucleus]: Server ran the command: /gamerule randomTickSpeed 3
[01:13:41] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Game rule randomTickSpeed has been updated to 3
[01:13:41] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@48cba17d:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:41] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:41] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:41] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:41] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:41] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:42] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@17f6ed4a:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:42] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:42] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:42] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:42] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:42] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:44] [Server thread/INFO] [nucleus]: Sircole_ ran the command: /wiki axew rarity
[01:13:45] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@1bd42814:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:45] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:45] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:45] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:45] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:46] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@656b4eb0:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:46] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:46] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:46] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:46] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:46] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:48] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@1295d716:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:48] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:48] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:48] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:48] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:48] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [♥][Zephyr][Master][D] Skilver[★]: Hmm did you vote and win it from vote crate?
[01:13:49] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@3fdeed59:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:49] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:49] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:49] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:49] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:51] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@715e2839:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:51] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:51] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:51] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:51] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:51] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@12b73f7a:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:51] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:51] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:51] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:51] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:51] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
[01:13:53] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BattleStartedEvent@63fdc0de:
java.lang.NullPointerException: null
at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130) ~[PixelmonHandler.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_171]
at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129) ~[PixelmonHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641) [EventBus.class:?]
at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48) [BattleRegistry.class:?]
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109) [Entity5Battle.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250) [EntityOccupiedPokeball.class:?]
at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599) [aev.class:?]
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188) [EntityPokeBall.class:?]
at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98) [EntityOccupiedPokeball.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157) [TrackingUtil.class:1.12.2-2768-7.1.5-RC3514]
at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982) [oo.class:?]
at net.minecraft.world.World.func_72866_a(World.java:4157) [amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:6605) [amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[01:13:53] [Server thread/ERROR] [FML]: Index: 2 Listeners:
[01:13:53] [Server thread/ERROR] [FML]: 0: NORMAL
[01:13:53] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@195d3c1c onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:53] [Server thread/ERROR] [FML]: 2: ASM: com.hiroku.quests.listeners.PixelmonHandler@1ecb4465 onBattleStart(Lcom/pixelmonmod/pixelmon/api/events/BattleStartedEvent;)V
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: java.lang.NullPointerException
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.lambda$onBattleStart$1(PixelmonHandler.java:130)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.util.ArrayList.forEach(ArrayList.java:1257)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.hiroku.quests.listeners.PixelmonHandler.onBattleStart(PixelmonHandler.java:129)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_96_PixelmonHandler_onBattleStart_BattleStartedEvent.invoke(.dynamic)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:687)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:641)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.startBattle(BattleRegistry.java:48)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle.startBattle(Entity5Battle.java:109)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:250)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhk000(EntityThrowable.java:599)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:188)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:98)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:157)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmb000(WorldServer.java:2982)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72866_a(World.java:4157)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72870_g(World.java:1955)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.World.func_72939_s(World.java:6605)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2295)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:13:53] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Battle:startBattle:111]: at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment