SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.06k stars 368 forks source link

skript error in consol #3915

Closed matiksjea closed 3 years ago

matiksjea commented 3 years ago

https://pastebin.com/nf8tZwDY

[09:01:32] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[09:01:32] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [09:01:32] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [09:01:32] [Server thread/ERROR]: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). [09:01:32] [Server thread/ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

[09:01:32] [Server thread/ERROR]: #!#! Stack trace: [09:01:32] [Server thread/ERROR]: #!#! java.lang.ClassCastException: class org.bukkit.event.entity.CreatureSpawnEvent cannot be cast to class org.bukkit.event.entity.ProjectileLaunchEvent (org.bukkit.event.entity.CreatureSpawnEvent and org.bukkit.event.entity.ProjectileLaunchEvent are in unnamed module of loader 'app') [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.BukkitEventValues$42.get(BukkitEventValues.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:267) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:106) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:86) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:112) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:154) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:55) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:50) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:153) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:111) [09:01:32] [Server thread/ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:701) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:622) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity0(WorldServer.java:1302) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity(WorldServer.java:1203) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.nms.v1_16_R3.util.NMSImpl.addEntityToWorld(NMSImpl.java:299) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.util.NMS.addEntityToWorld(NMS.java:48) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:258) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:232) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.createHologram(HologramTrait.java:65) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.load(HologramTrait.java:102) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.onSpawn(HologramTrait.java:122) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:302) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.spawn(EventListen.java:731) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:706) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.access$000(EventListen.java:108) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen$1.run(EventListen.java:157) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1423) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:418) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) [09:01:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834)

[09:01:32] [Server thread/ERROR]: #!#! Version Information: [09:01:32] [Server thread/ERROR]: #!#! Skript: 2.5.3 (latest) [09:01:32] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [09:01:32] [Server thread/ERROR]: #!#! Date: 2020-12-11 [09:01:32] [Server thread/ERROR]: #!#! Bukkit: 1.16.5-R0.1-SNAPSHOT [09:01:32] [Server thread/ERROR]: #!#! Minecraft: 1.16.5 [09:01:32] [Server thread/ERROR]: #!#! Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.10) [09:01:32] [Server thread/ERROR]: #!#! OS: Linux amd64 5.8.0-48-generic

[09:01:32] [Server thread/ERROR]: #!#! Server platform: Paper

[09:01:32] [Server thread/ERROR]: #!#! Current node: null [09:01:32] [Server thread/ERROR]: #!#! Current item: event-entity is equal to the ender dragon (comparator: ch.njol.skript.classes.data.DefaultComparators$14@115cf6a) [09:01:32] [Server thread/ERROR]: #!#! Current trigger: spawn (spawn) (smok.sk, line 36)

[09:01:32] [Server thread/ERROR]: #!#! Thread: Server thread

[09:01:32] [Server thread/ERROR]: #!#! Language: english [09:01:32] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[09:01:32] [Server thread/ERROR]: #!#! End of Error.

[09:01:32] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[09:01:32] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [09:01:32] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [09:01:32] [Server thread/ERROR]: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). [09:01:32] [Server thread/ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

[09:01:32] [Server thread/ERROR]: #!#! Stack trace: [09:01:32] [Server thread/ERROR]: #!#! java.lang.ClassCastException: class org.bukkit.event.entity.CreatureSpawnEvent cannot be cast to class org.bukkit.event.entity.ProjectileLaunchEvent (org.bukkit.event.entity.CreatureSpawnEvent and org.bukkit.event.entity.ProjectileLaunchEvent are in unnamed module of loader 'app') [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.BukkitEventValues$42.get(BukkitEventValues.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:267) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:100) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:86) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:112) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:154) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:55) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:50) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:153) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:111) [09:01:32] [Server thread/ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:701) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:622) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity0(WorldServer.java:1302) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity(WorldServer.java:1203) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.nms.v1_16_R3.util.NMSImpl.addEntityToWorld(NMSImpl.java:299) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.util.NMS.addEntityToWorld(NMS.java:48) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:258) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:232) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.createHologram(HologramTrait.java:65) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.load(HologramTrait.java:102) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.onSpawn(HologramTrait.java:122) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:302) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.spawn(EventListen.java:731) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:706) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.access$000(EventListen.java:108) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen$1.run(EventListen.java:157) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1423) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:418) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) [09:01:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834)

[09:01:32] [Server thread/ERROR]: #!#! Version Information: [09:01:32] [Server thread/ERROR]: #!#! Skript: 2.5.3 (latest) [09:01:32] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [09:01:32] [Server thread/ERROR]: #!#! Date: 2020-12-11 [09:01:32] [Server thread/ERROR]: #!#! Bukkit: 1.16.5-R0.1-SNAPSHOT [09:01:32] [Server thread/ERROR]: #!#! Minecraft: 1.16.5 [09:01:32] [Server thread/ERROR]: #!#! Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.10) [09:01:32] [Server thread/ERROR]: #!#! OS: Linux amd64 5.8.0-48-generic

[09:01:32] [Server thread/ERROR]: #!#! Server platform: Paper

[09:01:32] [Server thread/ERROR]: #!#! Current node: null [09:01:32] [Server thread/ERROR]: #!#! Current item: event-entity is equal to the ender dragon (comparator: ch.njol.skript.classes.data.DefaultComparators$14@115cf6a) [09:01:32] [Server thread/ERROR]: #!#! Current trigger: spawn (spawn) (smok.sk, line 36)

[09:01:32] [Server thread/ERROR]: #!#! Thread: Server thread

[09:01:32] [Server thread/ERROR]: #!#! Language: english [09:01:32] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[09:01:32] [Server thread/ERROR]: #!#! End of Error.

[09:01:32] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[09:01:32] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [09:01:32] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [09:01:32] [Server thread/ERROR]: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). [09:01:32] [Server thread/ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

[09:01:32] [Server thread/ERROR]: #!#! Stack trace: [09:01:32] [Server thread/ERROR]: #!#! java.lang.ClassCastException: class org.bukkit.event.entity.CreatureSpawnEvent cannot be cast to class org.bukkit.event.entity.ProjectileLaunchEvent (org.bukkit.event.entity.CreatureSpawnEvent and org.bukkit.event.entity.ProjectileLaunchEvent are in unnamed module of loader 'app') [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.BukkitEventValues$42.get(BukkitEventValues.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:267) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:100) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:86) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:112) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:154) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:55) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:50) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:153) [09:01:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:111) [09:01:32] [Server thread/ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:701) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:622) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity0(WorldServer.java:1302) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity(WorldServer.java:1203) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.nms.v1_16_R3.util.NMSImpl.addEntityToWorld(NMSImpl.java:299) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.util.NMS.addEntityToWorld(NMS.java:48) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:258) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:232) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.createHologram(HologramTrait.java:65) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.load(HologramTrait.java:102) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.onSpawn(HologramTrait.java:122) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:302) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.spawn(EventListen.java:731) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:706) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.access$000(EventListen.java:108) [09:01:32] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen$1.run(EventListen.java:157) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100) [09:01:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1423) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:418) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126) [09:01:32] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) [09:01:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834)

[09:01:32] [Server thread/ERROR]: #!#! Version Information: [09:01:32] [Server thread/ERROR]: #!#! Skript: 2.5.3 (latest) [09:01:32] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [09:01:32] [Server thread/ERROR]: #!#! Date: 2020-12-11 [09:01:32] [Server thread/ERROR]: #!#! Bukkit: 1.16.5-R0.1-SNAPSHOT [09:01:32] [Server thread/ERROR]: #!#! Minecraft: 1.16.5 [09:01:32] [Server thread/ERROR]: #!#! Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.10) [09:01:32] [Server thread/ERROR]: #!#! OS: Linux amd64 5.8.0-48-generic

[09:01:32] [Server thread/ERROR]: #!#! Server platform: Paper

[09:01:32] [Server thread/ERROR]: #!#! Current node: null [09:01:32] [Server thread/ERROR]: #!#! Current item: event-entity is equal to the ender dragon (comparator: ch.njol.skript.classes.data.DefaultComparators$14@115cf6a) [09:01:32] [Server thread/ERROR]: #!#! Current trigger: spawn (spawn) (smok.sk, line 36)

[09:01:32] [Server thread/ERROR]: #!#! Thread: Server thread

[09:01:32] [Server thread/ERROR]: #!#! Language: english [09:01:32] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[09:01:32] [Server thread/ERROR]: #!#! End of Error.

[09:01:33] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[09:01:33] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [09:01:33] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [09:01:33] [Server thread/ERROR]: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). [09:01:33] [Server thread/ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

[09:01:33] [Server thread/ERROR]: #!#! Stack trace: [09:01:33] [Server thread/ERROR]: #!#! java.lang.ClassCastException: class org.bukkit.event.entity.CreatureSpawnEvent cannot be cast to class org.bukkit.event.entity.ProjectileLaunchEvent (org.bukkit.event.entity.CreatureSpawnEvent and org.bukkit.event.entity.ProjectileLaunchEvent are in unnamed module of loader 'app') [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.BukkitEventValues$42.get(BukkitEventValues.java:1) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:267) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:100) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:86) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:112) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:154) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:55) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:50) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:153) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:111) [09:01:33] [Server thread/ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:701) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:622) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity0(WorldServer.java:1302) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity(WorldServer.java:1203) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.nms.v1_16_R3.util.NMSImpl.addEntityToWorld(NMSImpl.java:299) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.util.NMS.addEntityToWorld(NMS.java:48) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:258) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:232) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.createHologram(HologramTrait.java:65) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.load(HologramTrait.java:102) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.trait.HologramTrait.onSpawn(HologramTrait.java:122) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:302) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.spawn(EventListen.java:731) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:706) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen.access$000(EventListen.java:108) [09:01:33] [Server thread/ERROR]: #!#! at net.citizensnpcs.EventListen$1.run(EventListen.java:157) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1423) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:418) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) [09:01:33] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834)

[09:01:33] [Server thread/ERROR]: #!#! Version Information: [09:01:33] [Server thread/ERROR]: #!#! Skript: 2.5.3 (latest) [09:01:33] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [09:01:33] [Server thread/ERROR]: #!#! Date: 2020-12-11 [09:01:33] [Server thread/ERROR]: #!#! Bukkit: 1.16.5-R0.1-SNAPSHOT [09:01:33] [Server thread/ERROR]: #!#! Minecraft: 1.16.5 [09:01:33] [Server thread/ERROR]: #!#! Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.10) [09:01:33] [Server thread/ERROR]: #!#! OS: Linux amd64 5.8.0-48-generic

[09:01:33] [Server thread/ERROR]: #!#! Server platform: Paper

[09:01:33] [Server thread/ERROR]: #!#! Current node: null [09:01:33] [Server thread/ERROR]: #!#! Current item: event-entity is equal to the ender dragon (comparator: ch.njol.skript.classes.data.DefaultComparators$14@115cf6a) [09:01:33] [Server thread/ERROR]: #!#! Current trigger: spawn (spawn) (smok.sk, line 36)

[09:01:33] [Server thread/ERROR]: #!#! Thread: Server thread

[09:01:33] [Server thread/ERROR]: #!#! Language: english [09:01:33] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[09:01:33] [Server thread/ERROR]: #!#! End of Error.

[09:01:33] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[09:01:33] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [09:01:33] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [09:01:33] [Server thread/ERROR]: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). [09:01:33] [Server thread/ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

[09:01:33] [Server thread/ERROR]: #!#! Stack trace: [09:01:33] [Server thread/ERROR]: #!#! java.lang.ClassCastException: class org.bukkit.event.entity.CreatureSpawnEvent cannot be cast to class org.bukkit.event.entity.ProjectileLaunchEvent (org.bukkit.event.entity.CreatureSpawnEvent and org.bukkit.event.entity.ProjectileLaunchEvent are in unnamed module of loader 'app') [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.BukkitEventValues$42.get(BukkitEventValues.java:1) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:267) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:100) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:86) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:112) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:154) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.run(Condition.java:55) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:50) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:153) [09:01:33] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:111) [09:01:33] [Server thread/ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:701) [09:01:33] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:622) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity0(WorldServer.java:1302) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.addEntity(WorldServer.java:1203) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldAccess.lambda$addAllEntities$0(WorldAccess.java:16) [09:01:33] [Server thread/ERROR]: #!#! at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) [09:01:33] [Server thread/ERROR]: #!#! at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) [09:01:33] [Server thread/ERROR]: #!#! at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldAccess.addAllEntities(WorldAccess.java:16) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.SpawnerCreature.spawnMobsInternal(SpawnerCreature.java:286) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.SpawnerCreature.spawnMobs(SpawnerCreature.java:212) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.SpawnerCreature.a(SpawnerCreature.java:188) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.ChunkProviderServer.lambda$tickChunks$14(ChunkProviderServer.java:867) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.PlayerChunkMap.forEachVisibleChunk(PlayerChunkMap.java:683) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.ChunkProviderServer.tickChunks(ChunkProviderServer.java:849) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.ChunkProviderServer.tick(ChunkProviderServer.java:767) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.WorldServer.doTick(WorldServer.java:576) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1486) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:418) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126) [09:01:33] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) [09:01:33] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834)

[09:01:33] [Server thread/ERROR]: #!#! Version Information: [09:01:33] [Server thread/ERROR]: #!#! Skript: 2.5.3 (latest) [09:01:33] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [09:01:33] [Server thread/ERROR]: #!#! Date: 2020-12-11 [09:01:33] [Server thread/ERROR]: #!#! Bukkit: 1.16.5-R0.1-SNAPSHOT [09:01:33] [Server thread/ERROR]: #!#! Minecraft: 1.16.5 [09:01:33] [Server thread/ERROR]: #!#! Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.10) [09:01:33] [Server thread/ERROR]: #!#! OS: Linux amd64 5.8.0-48-generic

[09:01:33] [Server thread/ERROR]: #!#! Server platform: Paper

[09:01:33] [Server thread/ERROR]: #!#! Current node: null [09:01:33] [Server thread/ERROR]: #!#! Current item: event-entity is equal to the ender dragon (comparator: ch.njol.skript.classes.data.DefaultComparators$14@115cf6a) [09:01:33] [Server thread/ERROR]: #!#! Current trigger: spawn (spawn) (smok.sk, line 36)

[09:01:33] [Server thread/ERROR]: #!#! Thread: Server thread

[09:01:33] [Server thread/ERROR]: #!#! Language: english [09:01:33] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[09:01:33] [Server thread/ERROR]: #!#! End of Error.

Romitou commented 3 years ago

Duplicate of https://github.com/SkriptLang/Skript/issues/3499