We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18:05:36 ERROR]: java.util.WeakHashMap.get(WeakHashMap.java:403) [18:05:36 ERROR]: ch.njol.skript.variables.Variables.setVariable(Variables.java:352) [18:05:36 ERROR]: ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:84) [18:05:36 ERROR]: ch.njol.skript.lang.function.Function.execute(Function.java:119) [18:05:36 ERROR]: ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:204) [18:05:36 ERROR]: ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53) [18:05:36 ERROR]: ch.njol.skript.lang.Effect.run(Effect.java:52) [18:05:36 ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [18:05:36 ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [18:05:36 ERROR]: ch.njol.skript.lang.Trigger.execute(Trigger.java:55) [18:05:36 ERROR]: ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152) [18:05:36 ERROR]: ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110) [18:05:36 ERROR]: co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) [18:05:36 ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [18:05:36 ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) [18:05:36 ERROR]: com.pie.tlatoani.CustomEvent.EffCallCustomEvent.execute(EffCallCustomEvent.java:42) [18:05:36 ERROR]: ch.njol.skript.lang.Effect.run(Effect.java:52) [18:05:36 ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [18:05:36 ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [18:05:36 ERROR]: com.btk5h.reqn.skript.EffRequest.lambda$null$1(EffRequest.java:112) [18:05:36 ERROR]: com.btk5h.reqn.skript.EffRequest$$Lambda$653/1985622394.run(Unknown Source) [18:05:36 ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63) [18:05:36 ERROR]: org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) [18:05:36 ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840) [18:05:36 ERROR]: net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) [18:05:36 ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) [18:05:36 ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) [18:05:36 ERROR]: java.lang.Thread.run(Thread.java:748)
on join: send request to "xxxx/api?player=%player%" map json last response's body to {player::%player%::*} call custom event "load" to details player
using this script i'm load statistics, level, coins etc. everything works great but after some time server get crash and nobody can join to server.
The text was updated successfully, but these errors were encountered:
Please post the full, unmodified stack trace/error log. There is not enough information in your report to diagnose the issue.
Sorry, something went wrong.
https://pastebin.com/raw/y3YRa0Tg
The paste you posted is expired. You can paste the log directly into a comment using
a code block
No branches or pull requests
using this script i'm load statistics, level, coins etc. everything works great but after some time server get crash and nobody can join to server.
The text was updated successfully, but these errors were encountered: