SharpSK [1.8 - 1.12+]

Addon SharpSK [1.8 - 1.12+] 1.6.3

  • 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!

I use your plugin to pour 1.7.2 service today
Perfect running, the countdown function is perfect, thanks for your plugins
[doublepost=1493727941,1493459145][/doublepost]
The use of players in this event will be problematic
Seems to be the result of asynchronous execution?
Can you repair?
Code:
on timer complete:
    loop {team.%event-string%::*}:
        set {_timert2} to loop-value parsed as player
        if {_timert2} is set:
            tp({_timert2}, "%event-string%") #teleport {_timert2} to {loc::%event-string%}

[20:21:21 ERROR]: #!#! [Skript] Severe Error:
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:21:21 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:21:21 ERROR]: #!#! and check whether this error has already been reported.
[20:21:21 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:21:21 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:21:21 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:21:21 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Stack trace:
[20:21:21 ERROR]: #!#! java.lang.IllegalStateException: Asynchronous chunk load!
[20:21:21 ERROR]: #!#!     at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftWorld.loadChunk(CraftWorld.java:305)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftChunk.load(CraftChunk.java:122)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:91)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:107)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:189)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[20:21:21 ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[20:21:21 ERROR]: #!#!     at me.sharpjaws.sharpSK.Threads.CTimerThread.run(CTimerThread.java:66)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Version Information:
[20:21:21 ERROR]: #!#!   Skript: 2.2-dev26f
[20:21:21 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[20:21:21 ERROR]: #!#!   Minecraft: 1.11.2
[20:21:21 ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[20:21:21 ERROR]: #!#!   OS: Linux amd64 2.6.32-431.el6.x86_64
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Running CraftBukkit: false
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Current node: null
[20:21:21 ERROR]: #!#! Current item: teleport {_p}(as org.bukkit.entity.Entity) to [[direction:at]] {team.loc::%{_s}(as java.lang.Object)%}(as org.bukkit.Location)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Thread: wait_1a
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! End of Error.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! [Skript] Severe Error:
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:21:21 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:21:21 ERROR]: #!#! and check whether this error has already been reported.
[20:21:21 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:21:21 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:21:21 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:21:21 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Stack trace:
[20:21:21 ERROR]: #!#! java.lang.IllegalStateException: Asynchronous chunk load!
[20:21:21 ERROR]: #!#!     at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftWorld.loadChunk(CraftWorld.java:305)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftChunk.load(CraftChunk.java:122)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:91)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:107)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:189)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[20:21:21 ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[20:21:21 ERROR]: #!#!     at me.sharpjaws.sharpSK.Threads.CTimerThread.run(CTimerThread.java:66)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Version Information:
[20:21:21 ERROR]: #!#!   Skript: 2.2-dev26f
[20:21:21 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[20:21:21 ERROR]: #!#!   Minecraft: 1.11.2
[20:21:21 ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[20:21:21 ERROR]: #!#!   OS: Linux amd64 2.6.32-431.el6.x86_64
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Running CraftBukkit: false
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Current node: null
[20:21:21 ERROR]: #!#! Current item: teleport {_p}(as org.bukkit.entity.Entity) to [[direction:at]] {team.loc::%{_s}(as java.lang.Object)%}(as org.bukkit.Location)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Thread: wait_1a
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! End of Error.
[20:21:21 ERROR]: #!#!
[doublepost=1493728516][/doublepost]
I use your plugin to pour 1.7.2 service today
Perfect running, the countdown function is perfect, thanks for your plugins
[doublepost=1493727941,1493459145][/doublepost]
The use of players in this event will be problematic
Seems to be the result of asynchronous execution?
Can you repair?
Code:
on timer complete:
    loop {team.%event-string%::*}:
        set {_timert2} to loop-value parsed as player
        if {_timert2} is set:
            tp({_timert2}, "%event-string%") #teleport {_timert2} to {loc::%event-string%}

[20:21:21 ERROR]: #!#! [Skript] Severe Error:
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:21:21 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:21:21 ERROR]: #!#! and check whether this error has already been reported.
[20:21:21 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:21:21 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:21:21 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:21:21 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Stack trace:
[20:21:21 ERROR]: #!#! java.lang.IllegalStateException: Asynchronous chunk load!
[20:21:21 ERROR]: #!#!     at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftWorld.loadChunk(CraftWorld.java:305)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftChunk.load(CraftChunk.java:122)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:91)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:107)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:189)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[20:21:21 ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[20:21:21 ERROR]: #!#!     at me.sharpjaws.sharpSK.Threads.CTimerThread.run(CTimerThread.java:66)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Version Information:
[20:21:21 ERROR]: #!#!   Skript: 2.2-dev26f
[20:21:21 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[20:21:21 ERROR]: #!#!   Minecraft: 1.11.2
[20:21:21 ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[20:21:21 ERROR]: #!#!   OS: Linux amd64 2.6.32-431.el6.x86_64
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Running CraftBukkit: false
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Current node: null
[20:21:21 ERROR]: #!#! Current item: teleport {_p}(as org.bukkit.entity.Entity) to [[direction:at]] {team.loc::%{_s}(as java.lang.Object)%}(as org.bukkit.Location)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Thread: wait_1a
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! End of Error.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! [Skript] Severe Error:
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:21:21 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:21:21 ERROR]: #!#! and check whether this error has already been reported.
[20:21:21 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:21:21 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:21:21 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:21:21 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Stack trace:
[20:21:21 ERROR]: #!#! java.lang.IllegalStateException: Asynchronous chunk load!
[20:21:21 ERROR]: #!#!     at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftWorld.loadChunk(CraftWorld.java:305)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftChunk.load(CraftChunk.java:122)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:91)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:107)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:189)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[20:21:21 ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[20:21:21 ERROR]: #!#!     at me.sharpjaws.sharpSK.Threads.CTimerThread.run(CTimerThread.java:66)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Version Information:
[20:21:21 ERROR]: #!#!   Skript: 2.2-dev26f
[20:21:21 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[20:21:21 ERROR]: #!#!   Minecraft: 1.11.2
[20:21:21 ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[20:21:21 ERROR]: #!#!   OS: Linux amd64 2.6.32-431.el6.x86_64
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Running CraftBukkit: false
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Current node: null
[20:21:21 ERROR]: #!#! Current item: teleport {_p}(as org.bukkit.entity.Entity) to [[direction:at]] {team.loc::%{_s}(as java.lang.Object)%}(as org.bukkit.Location)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Thread: wait_1a
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! End of Error.
[20:21:21 ERROR]: #!#!
I'm trying to get the "event-string"
Add wait 1 ticks
And then this problem is solved
 
I use your plugin to pour 1.7.2 service today
Perfect running, the countdown function is perfect, thanks for your plugins
[doublepost=1493727941,1493459145][/doublepost]
The use of players in this event will be problematic
Seems to be the result of asynchronous execution?
Can you repair?
Code:
on timer complete:
    loop {team.%event-string%::*}:
        set {_timert2} to loop-value parsed as player
        if {_timert2} is set:
            tp({_timert2}, "%event-string%") #teleport {_timert2} to {loc::%event-string%}

[20:21:21 ERROR]: #!#! [Skript] Severe Error:
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:21:21 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:21:21 ERROR]: #!#! and check whether this error has already been reported.
[20:21:21 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:21:21 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:21:21 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:21:21 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Stack trace:
[20:21:21 ERROR]: #!#! java.lang.IllegalStateException: Asynchronous chunk load!
[20:21:21 ERROR]: #!#!     at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftWorld.loadChunk(CraftWorld.java:305)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftChunk.load(CraftChunk.java:122)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:91)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:107)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:189)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[20:21:21 ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[20:21:21 ERROR]: #!#!     at me.sharpjaws.sharpSK.Threads.CTimerThread.run(CTimerThread.java:66)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Version Information:
[20:21:21 ERROR]: #!#!   Skript: 2.2-dev26f
[20:21:21 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[20:21:21 ERROR]: #!#!   Minecraft: 1.11.2
[20:21:21 ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[20:21:21 ERROR]: #!#!   OS: Linux amd64 2.6.32-431.el6.x86_64
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Running CraftBukkit: false
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Current node: null
[20:21:21 ERROR]: #!#! Current item: teleport {_p}(as org.bukkit.entity.Entity) to [[direction:at]] {team.loc::%{_s}(as java.lang.Object)%}(as org.bukkit.Location)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Thread: wait_1a
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! End of Error.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! [Skript] Severe Error:
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:21:21 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[20:21:21 ERROR]: #!#! and check whether this error has already been reported.
[20:21:21 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[20:21:21 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:21:21 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:21:21 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Stack trace:
[20:21:21 ERROR]: #!#! java.lang.IllegalStateException: Asynchronous chunk load!
[20:21:21 ERROR]: #!#!     at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftWorld.loadChunk(CraftWorld.java:305)
[20:21:21 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_11_R1.CraftChunk.load(CraftChunk.java:122)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.effects.EffTeleport.execute(EffTeleport.java:91)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.Function.execute(Function.java:107)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:189)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:53)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:151)
[20:21:21 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[20:21:21 ERROR]: #!#!     at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[20:21:21 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[20:21:21 ERROR]: #!#!     at me.sharpjaws.sharpSK.Threads.CTimerThread.run(CTimerThread.java:66)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Version Information:
[20:21:21 ERROR]: #!#!   Skript: 2.2-dev26f
[20:21:21 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[20:21:21 ERROR]: #!#!   Minecraft: 1.11.2
[20:21:21 ERROR]: #!#!   Java: 1.8.0_121 (OpenJDK 64-Bit Server VM 25.121-b13)
[20:21:21 ERROR]: #!#!   OS: Linux amd64 2.6.32-431.el6.x86_64
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Running CraftBukkit: false
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Current node: null
[20:21:21 ERROR]: #!#! Current item: teleport {_p}(as org.bukkit.entity.Entity) to [[direction:at]] {team.loc::%{_s}(as java.lang.Object)%}(as org.bukkit.Location)
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! Thread: wait_1a
[20:21:21 ERROR]: #!#!
[20:21:21 ERROR]: #!#! End of Error.
[20:21:21 ERROR]: #!#!
[doublepost=1493728516][/doublepost]
I'm trying to get the "event-string"
Add wait 1 ticks
And then this problem is solved
No... you are running 1.11.2 Spigot. Also, the error has something to do with chunk loading.
 
Important:
Alright a heads up for everybody who uses SharpSK's experimental timers. There was a very critical bug regarding the timer complete/tick events causing server crashes, probably spamming errors and unpleasant problems when attempting to execute commands or other synchronized things inside the events (reported by several people). So I am here to say that this bug has now been patched for the next version. I apologize for any problems regarding the timers as there is still alot of work todo on them. At the same time I would like to say thanks to everybody who were testing out the timers and reporting bugs to me/suggestion things to me. Cheers! :emoji_grin:
 
@SmilingSlimeGuy It's a known bug. Its fixed by adding
code_language.skript:
 rotate by 0 degrees
to the end of the past schematic syntax, for example:
code_language.skript:
 sharpsk paste schematic "someschem" at the location of the player exclude air true rotate by 0 degrees
 
Sharpjaws updated SharpSK [1.8 - 1.12+] with a new update entry:

SharpSK 1.6.3 Update - Major update

WorldEdit:
Fixed nullpointer in schematic pasting syntax
Added:
Code:
Effects:
[sharpsk] [worldedit] save clipboard of %player% (to|as) [schem[atic]] %string%
[sharpsk] [worldedit] save [selection] p[oint][ ]1 %location% p[oint][ ]2 %location% [with origin %-location%] to clip[board] of [player] %player%

mcMMO:
Added offlineplayer support for almost all syntaxes involving player requirements:
Code:
Expressions:
[sharpsk] [mcmmo] %mcmmoskill% level of %offlineplayer%...

Read the rest of this update entry...
 
Code:
[18:15:06 WARN]: [Skript] Task #15531 for Skript v2.2-SNAPSHOT generated an exception
java.lang.NoSuchMethodError: ch.njol.skript.util.Timespan.fromTicks_i(J)Lch/njol/skript/util/Timespan;
        at me.sharpjaws.sharpSK.main$23.get(main.java:616) ~[?:?]
        at me.sharpjaws.sharpSK.main$23.get(main.java:611) ~[?:?]
        at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:103) ~[?:?]
        at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:89) ~[?:?]
        at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103) ~[?:?]
        at ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:88) ~[?:?]
        at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103) ~[?:?]
        at ch.njol.skript.lang.VariableString.toString(VariableString.java:383) ~[?:?]
        at ch.njol.skript.lang.VariableString.getArray(VariableString.java:488) ~[?:?]
        at ch.njol.skript.lang.VariableString.getArray(VariableString.java:1) ~[?:?]
        at ch.njol.skript.effects.EffBroadcast.execute(EffBroadcast.java:69) ~[?:?]
        at ch.njol.skript.lang.Effect.run(Effect.java:54) ~[?:?]
        at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) ~[?:?]
        at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) ~[?:?]
        at ch.njol.skript.effects.Delay$1.run(Delay.java:84) ~[?:?]
        at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:67) ~[jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
        at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:614) [jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:562) [jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:469) [jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [jx_shengcun.jar:git-Spigot-1.7.2-R0.3-122-gb58e277]
[18:15:07 INFO]: LZM1314[/14.208.210.113:36223] logged in with entity id 77328 at ([shengcun] -2233.6254660925256, 65.0, -3712.9230858499186)
 
code_language.skript:
sharpsk fastasyncworldedit paste schematic "DeleteHouse" at location of {house::%player%::abovecomputer}

code_language.skript:
[16:14:08] [Craft Scheduler Thread - 38/WARN]: [SharpSK] Failed to paste schematic: "DeleteHouse" An error occurred

code_language.skript:
sharpsk fastasyncworldedit paste schematic "House" at location of event-block

code_language.skript:
[16:14:02] [Craft Scheduler Thread - 28/WARN]: [SharpSK] Failed to paste schematic: "House" An error occurred


Please can you help me to fix this problem?
Thanks in advance..
 
command /lagtest:
trigger:
if player has permission "op.lelele":
set {testingngngngng.%player%} to {testingngngngng.%player%} + 1
pex add permission "testperm.%{testingngngngng.%player%}%" to %player%
pex add group Free to %player%
pex add group A to %player%
pex remove group Free from %player%

all PEX events dont work ;-; all spits out an error of cant understand this condition/effect any help will be appreciated

Update:
I realised some of the problems and fixed it
command /lagtest:
trigger:
if player has permission "op.lelele":
set {testingngngngng.%player%} to {testingngngngng.%player%} + 1
pex add permission "testperm.%{testingngngngng.%player%}%" to player
pex add group "Free" to player
pex add group "A" to player
pex remove group "Free" from player

but it still gives the same error lmao
 
command /lagtest:
trigger:
if player has permission "op.lelele":
set {testingngngngng.%player%} to {testingngngngng.%player%} + 1
pex add permission "testperm.%{testingngngngng.%player%}%" to %player%
pex add group Free to %player%
pex add group A to %player%
pex remove group Free from %player%

all PEX events dont work ;-; all spits out an error of cant understand this condition/effect any help will be appreciated

Update:
I realised some of the problems and fixed it
command /lagtest:
trigger:
if player has permission "op.lelele":
set {testingngngngng.%player%} to {testingngngngng.%player%} + 1
pex add permission "testperm.%{testingngngngng.%player%}%" to player
pex add group "Free" to player
pex add group "A" to player
pex remove group "Free" from player

but it still gives the same error lmao
Do you have both PEX and VAULT on your server?
 
It would be nice if SharpSK has a nexpression for getting the permissions of a pex group. :emoji_slight_smile:
 
set glowing color of player to red

doesnt works :emoji_frowning:

sharpsk
glowapi

[10:56:58] [Server thread/ERROR]: Can't understand this condition/effect: set glowing color of player to red (cmd.sk, line 6: set glowing color of player to red')