Solved pls I need a help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Wisart

Member
Jun 3, 2019
4
0
1
20
Because of this error, there is a lag on my server. When the players come from the Skywars world to the Lobby world, there is a huge lag and the TPS drops and then this error is written on the console.

[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:06:37] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:06:37] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[20:06:37] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:06:37] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:06:37] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:06:37] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! Stack trace:
[20:06:37] [Server thread/ERROR]: #!#! java.lang.IllegalArgumentException: argument type mismatch
[20:06:37] [Server thread/ERROR]: #!#! at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:06:37] [Server thread/ERROR]: #!#! at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[20:06:37] [Server thread/ERROR]: #!#! at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:06:37] [Server thread/ERROR]: #!#! at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[20:06:37] [Server thread/ERROR]: #!#! at net.skquery.manager.expression.ExpressionManager.change(ExpressionManager.java:147)
[20:06:37] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffChange.execute(EffChange.java:273)
[20:06:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:54)
[20:06:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[20:06:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[20:06:37] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:84)
[20:06:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
[20:06:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352)
[20:06:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:783)
[20:06:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
[20:06:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
[20:06:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[20:06:37] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:842)
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! Version Information:
[20:06:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev25
[20:06:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[20:06:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[20:06:37] [Server thread/ERROR]: #!#! Java: 17.0.11 (Java HotSpot(TM) 64-Bit Server VM 17.0.11+7-LTS-207)
[20:06:37] [Server thread/ERROR]: #!#! OS: Windows Server 2012 R2 amd64 6.3
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! Current node: null
[20:06:37] [Server thread/ERROR]: #!#! Current item: set flyMode to [[boolean:false]]
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! Thread: Server thread
[20:06:37] [Server thread/ERROR]: #!#!
[20:06:37] [Server thread/ERROR]: #!#! End of Error.
[20:06:37] [Server thread/ERROR]: #!#!

I tried to solve it but I couldn't manage it, please help.
 
why are you on 1.8.8

if you on 1.16+ just do /attribute @a minecraft:attack_speed base set 2147483647 in a repeating command block with operator command show off idk what its called but ya
 
newer versions fix skript problems also thats how to make 1.8 pvp if you wanted that
I fix that. This topic had nothing to do with 1.8.8 PvP, but thank you for informing me. "Set player's fly mode to false" was not supported in the script version I was using, however, it was causing lag because this error was given by the console, not the game.