Git Product home page Git Product logo

skjade's Introduction

Hi, i'm Ella!

I'm currently attending University in Brighton, and I enjoy creating projects (mainly in Java).
Since I was young i've always wanted to be a software developer of some kind so i'm just doing things atp.

Ankoki's github stats

skjade's People

Contributors

ankoki avatar detox-dev avatar quick007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

skjade's Issues

[SUGGESTION] Show Entity

Describe what you want added
The opposite of the pre-existing Hide Entity. This would act as a method to show a previously hidden entity.

Proposed Syntax
[skjade] (show|reveal|unhide) [[the] entity] %entities% ((to|from) %players%|)

[ISSUE] CondCanBreak | Issue with current system

Describe the issue
The method this condition relys on for checking if a tool can break a block has the draw back of not being 100% accurate.

Expected behavior
I expect that this condition could be used on any block reguardless of chance of dropping items and return accurately what is correct and wrong

To Reproduce

command /example:
  trigger
    set {_item} to stick
    loop 10 times:
      if {_item} can break block below player:
        add 1 to {_canBreak}
    send "Broke %{_canBreak}%/10 blocks"

Information
Been around since SkJade 1.0

Additional context
While this test was not done with skjade on the server nor using it's method, the method SkJade uses is the exact same as skript's ExprDropsOfBlock
image

[ISSUE] id of {_entity} syntax conflict

Describe the issue
id of {_entity} syntax conflict, throws giant error

Expected behavior
to not error

To Reproduce
id of {_entity}

Information

[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! [Skript] Severe Error:
[10:59:58 ERROR]: #!#! Could not load abilitypvp.sk
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Something went horribly wrong with Skript.
[10:59:58 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[10:59:58 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[10:59:58 ERROR]: #!#! Here is full list of them:
[10:59:58 ERROR]: #!#! skript-placeholders v1.5.1 (https://github.com/APickledWalrus/skript-placeholders) skRayFall v1.9.25 (https://sk.rayfall.net/) Skacket v1.0.5 Skore v1.0.1 Skellett v1.9.11 (https://forums.skunity.com/resources/skellett.24/) Reqn v1.2.1 SharpSK v1.6.8 Skent v3.0.0 skript-db v1.3.1 RediSkript v1.3.4 skript-reflect v2.2.1 (https://github.com/TPGamesNL/skript-reflect) SkriptJSON v1.0.0 QuarSk v1.2.1 SkJade v1.3.0 (https://www.github.com/Ankoki-Dev/SkJade) Skript-Packet v1.1 (www.github.com/Anarchick/skript-packet) skDragon v0.17.5 SkStuff v2.2.1 ExtrasSK v1.1 SkBee v1.10.2 (https://github.com/ShaneBeee/SkBee) skript-yaml v1.3.3 Skooldown v1.2.0 SkQuery v4.1.4 
[10:59:58 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[10:59:58 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[10:59:58 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[10:59:58 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[10:59:58 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[10:59:58 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Stack trace:
[10:59:58 ERROR]: #!#! ch.njol.skript.SkriptAPIException: The class 'hologram' does not provide a default expression. Either allow null (with %-hologram%) or make it mandatory [pattern: ([the] (id|key) of [the [hologram]] %-hologram%|%hologram%[']s (id|key))]
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:234)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:501)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:839)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1568)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1564)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:223)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:58)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1030)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:53)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:43)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1117)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:45)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:146)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:650)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$4(ScriptLoader.java:401)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:420)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$3(ScriptLoader.java:337)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:370)
[10:59:58 ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:606)
[10:59:58 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[10:59:58 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[10:59:58 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1083)
[10:59:58 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[10:59:58 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Version Information:
[10:59:58 ERROR]: #!#!   Skript: 2.5.1
[10:59:58 ERROR]: #!#!     Flavor: skriptlang-github
[10:59:58 ERROR]: #!#!     Date: 2020-10-22
[10:59:58 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[10:59:58 ERROR]: #!#!   Minecraft: 1.16.5
[10:59:58 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[10:59:58 ERROR]: #!#!   OS: Linux amd64 5.4.0-66-generic
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Server platform: Paper
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Current node: set {_id} to id of {_entity} (abilitypvp.sk, line 17)
[10:59:58 ERROR]: #!#! Current item: null
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Thread: Server thread
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! Language: english
[10:59:58 ERROR]: #!#! Link parse mode: LENIENT
[10:59:58 ERROR]: #!#! 
[10:59:58 ERROR]: #!#! End of Error.
[10:59:58 ERROR]: #!#! 

[ISSUE] conflict with SkBee

Describe the issue
I recently created a new structure system in Skript, and the registered ClassInfo for the class Structure.class, I used the code name "structure", this conflicts with SkJade also using "structure":
https://github.com/Ankoki-Dev/SkJade/blob/683e2acb05fded1a4386dfc161670369aa60f820/src/main/java/com/ankoki/skjade/utils/NonLegacyClassInfo.java#L14
I wanted to suggest changing that, since "structure" does not properly match StructureType and clearly conflicts with SkBee, and potentially other addons.

On Async PreLogin Event - Expressions and Effects

Hello. I have seen that you provide "On Async PreLogin" event that works as Java AsyncPlayerPreLoginEvent, but i haven't seen any way to deal with event-player in documentation available in skunity.

What kind of effects and expressions does offer that event? Is there any way to do something like
event.disallow(AsyncPlayerPreLoginEvent.Result.KICK_BANNED, "You cant join"); by using your SkJade addon?

Thanks in advance.

(Suggestion) Add line lists.

Currently, you cannot use a list variable with multiple strings, you have to add lines individually. I think it would be really nice to be able to use lists to avoid large blocks of code for multiple lines in a hologram.

Something like add line {_lines::*} to the hologram with id "testHolo" would be really nice!

[ISSUE] Item cooldown visuals are bugged on death

Describe the issue
The item cooldown visual effect is removed when the player dies, but the countdown still continues

Expected behavior
The countdown should reset on death or the visual doesnt reset on death

To Reproduce

# Execute /test1, place the block, then /test2

command /test1:
	trigger:
		give player white wool named "Place Me!"

command /test2:
	trigger:
		send the cooldown of white wool for player

on place of white wool:
	cancel event
	set the cooldown of white wool for player to 10 minutes
	send "Commiting die in 5 seconds" to player
	wait 5 seconds
	kill player

Information
Server Version: 1.17.1
Platform: Java
Skript Version: Latest (2.6.1)
SkJade Version: Latest (1.4.1)

[ISSUE] Guardian Beam

Expected behavior
This error not to appear when starting the server

To Reproduce
Start the server with SkJade and the error will appear

Information
Server Version: git-Paper-386 (MC: 1.18.2)
Skript Version: 2.6.2
Installed Skript Addons:

Additional context This is the error
[09:05:31 INFO]: [SkJade] Enabling SkJade v1.4.1
[09:05:31 WARN]: java.lang.NoSuchMethodException: net.minecraft.network.syncher.DataWatcher.b(java.lang.Integer,java.lang.Object)
[09:05:31 WARN]: at java.base/java.lang.Class.getDeclaredMethod(Class.java:2675)
[09:05:31 WARN]: at SkJade 1.4.1.jar//com.ankoki.skjade.elements.lasers.Laser$Packets.(Laser.java:709)
[09:05:31 WARN]: at java.base/java.lang.Class.forName0(Native Method)
[09:05:31 WARN]: at java.base/java.lang.Class.forName(Class.java:467)
[09:05:31 WARN]: at Skript 2.6.2.jar//ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:117)
[09:05:31 WARN]: at SkJade 1.4.1.jar//com.ankoki.skjade.SkJade.loadElements(SkJade.java:144)
[09:05:31 WARN]: at SkJade 1.4.1.jar//com.ankoki.skjade.SkJade.onEnable(SkJade.java:66)
[09:05:31 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[09:05:31 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[09:05:31 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
[09:05:31 WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
[09:05:31 WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
[09:05:31 WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
[09:05:31 WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
[09:05:31 WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
[09:05:31 WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
[09:05:31 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[09:05:31 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[09:05:31 ERROR]: [SkJade] [STDERR] Laser Beam reflection failed to initialize. The util is disabled. Please ensure your version (org.bukkit.craftbukkit.v1_18_R2) is supported.
[09:05:31 WARN]: Nag author(s): '[Ankoki]' of 'SkJade' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[09:05:31 INFO]: [SkJade] §fSk§aJade §f| §7ProtocolLib was found! Enabling support
[09:05:31 INFO]: [SkJade] §fSk§aJade §f| §7SkJade v1.4.1 has been successfully enabled in 0.06 seconds (60ms)

All skript events are no longer available.

Currently my server version is spigot=1.17.1, plugin versions are skript=2.6.2, Disky=4.0-beta4, skrayfall=1.9.27, skript-reflect=2.3, skript-yaml=1.4, skutilities=0.9.2, skbee=1.15.3, skimage=1.8, skquery=4.1.1 skutilities=0.9.2, skbee=1.15.3, skimage=1.8, skquery=4.1.6, skript-packet=2.1.0.
I would love to use this great plugin!

[SUGGESTION] Consistent Syntax for teleporting holograms

The syntax for teleporting a hologram is not consistent with other hologram actions such as creating and adding lines when supplying the specific hologram.

teleport hologram with the id "hologramWithID" to {_loc}
The above code isn't correct whereas this code for deleting is
delete the hologram with the id "hologramWithID"

Instead you have to create a variable and use it like this
set {_holo} to hologram with id "hologramWithID"
teleport hologram with the id "hologramWithID" to {_loc}

[SUGGESTION] Default changes for `lines of %hologram%`

Describe what you want added
Add the ability to set lines of a hologram. set line 2 of hologram (holo) to "" a friend ran into an issue where we wanted to set a line
but there was no code to do this

Proposed Syntax
simply an update to the

[all] [the] lines of %holograms% 
line %number% of [the] [holo[gram]] %hologram% 
event( |-)[holo[gram]][(-| )]line 

simply wanting to add changer support for lines
set, add, remove, delete

add %strings% to lines of hologram (holo)
set line 2 of hologram (holo) to %string%
remove line 3 of hologram (holo) from lines of hologram (holo)

Skript?
If you have created this in skript as a replica, feel free to drop your script here to make my job easier!

Console Flood Issues

Hello, I have just started messing with your addon for holograms, but the console is just being flooded with errors whenever I use it. It spits out massive errors either randomly or when 2 holograms are created/delete/modified at once or within a few ticks of each other.

Edit: I'm trying to make a damage indicator and kill reward hologram. These are being created and deleted constantly.

[13:15:16 INFO]: 94226
[13:15:16 INFO]: 59481
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! [Skript] Severe Error:
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Something went horribly wrong with Skript.
[13:15:16 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:15:16 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[13:15:16 ERROR]: #!#! Here is full list of them:
[13:15:16 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.2.0 (https://github.com/APickledWalrus/skript-gui) SkJade v1.1.0 (https://www.github.com/Ankoki-Dev/SkJade) SkBee v1.10.1 (https://github.com/ShaneBeee/SkBee) Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) skript-db v1.2.0 
[13:15:16 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[13:15:16 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[13:15:16 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[13:15:16 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[13:15:16 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[13:15:16 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Stack trace:
[13:15:16 ERROR]: #!#! java.util.ConcurrentModificationException
[13:15:16 ERROR]: #!#!     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[13:15:16 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1526)
[13:15:16 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1524)
[13:15:16 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HologramManager.deleteHologram(HologramManager.java:35)
[13:15:16 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:45)
[13:15:16 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:32)
[13:15:16 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:241)
[13:15:16 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:282)
[13:15:16 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[13:15:16 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[13:15:16 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[13:15:16 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[13:15:16 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[13:15:16 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[13:15:16 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1378)
[13:15:16 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:392)
[13:15:16 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1291)
[13:15:16 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1017)
[13:15:16 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179)
[13:15:16 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Version Information:
[13:15:16 ERROR]: #!#!   Skript: 2.5.3 (latest)
[13:15:16 ERROR]: #!#!     Flavor: skriptlang-github
[13:15:16 ERROR]: #!#!     Date: 2020-12-11
[13:15:16 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[13:15:16 ERROR]: #!#!   Minecraft: 1.16.5
[13:15:16 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[13:15:16 ERROR]: #!#!   OS: Linux amd64 5.4.0-67-generic
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Server platform: Paper
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Current node: null
[13:15:16 ERROR]: #!#! Current item: delete/clear the event-hologram
[13:15:16 ERROR]: #!#! Current trigger: damage (damage) (mob.sk, line 87)
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Thread: Server thread
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! Language: english
[13:15:16 ERROR]: #!#! Link parse mode: DISABLED
[13:15:16 ERROR]: #!#! 
[13:15:16 ERROR]: #!#! End of Error.
[13:15:16 ERROR]: #!#! 
[13:15:17 INFO]: 66937
[13:15:17 INFO]: 76838
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! [Skript] Severe Error:
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Something went horribly wrong with Skript.
[13:15:17 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:15:17 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[13:15:17 ERROR]: #!#! Here is full list of them:
[13:15:17 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.2.0 (https://github.com/APickledWalrus/skript-gui) SkJade v1.1.0 (https://www.github.com/Ankoki-Dev/SkJade) SkBee v1.10.1 (https://github.com/ShaneBeee/SkBee) Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) skript-db v1.2.0 
[13:15:17 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[13:15:17 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[13:15:17 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[13:15:17 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[13:15:17 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[13:15:17 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Stack trace:
[13:15:17 ERROR]: #!#! java.util.ConcurrentModificationException
[13:15:17 ERROR]: #!#!     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[13:15:17 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1526)
[13:15:17 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1524)
[13:15:17 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HologramManager.deleteHologram(HologramManager.java:35)
[13:15:17 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:45)
[13:15:17 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:32)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:241)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:282)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[13:15:17 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[13:15:17 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1378)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:392)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1291)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1017)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179)
[13:15:17 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Version Information:
[13:15:17 ERROR]: #!#!   Skript: 2.5.3 (latest)
[13:15:17 ERROR]: #!#!     Flavor: skriptlang-github
[13:15:17 ERROR]: #!#!     Date: 2020-12-11
[13:15:17 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[13:15:17 ERROR]: #!#!   Minecraft: 1.16.5
[13:15:17 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[13:15:17 ERROR]: #!#!   OS: Linux amd64 5.4.0-67-generic
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Server platform: Paper
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Current node: null
[13:15:17 ERROR]: #!#! Current item: delete/clear the event-hologram
[13:15:17 ERROR]: #!#! Current trigger: damage (damage) (mob.sk, line 87)
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Thread: Server thread
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Language: english
[13:15:17 ERROR]: #!#! Link parse mode: DISABLED
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! End of Error.
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! [Skript] Severe Error:
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Something went horribly wrong with Skript.
[13:15:17 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:15:17 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[13:15:17 ERROR]: #!#! Here is full list of them:
[13:15:17 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.2.0 (https://github.com/APickledWalrus/skript-gui) SkJade v1.1.0 (https://www.github.com/Ankoki-Dev/SkJade) SkBee v1.10.1 (https://github.com/ShaneBeee/SkBee) Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) skript-db v1.2.0 
[13:15:17 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[13:15:17 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[13:15:17 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[13:15:17 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[13:15:17 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[13:15:17 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Stack trace:
[13:15:17 ERROR]: #!#! java.util.ConcurrentModificationException
[13:15:17 ERROR]: #!#!     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[13:15:17 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1526)
[13:15:17 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1524)
[13:15:17 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HologramManager.deleteHologram(HologramManager.java:35)
[13:15:17 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:45)
[13:15:17 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:32)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:241)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:282)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[13:15:17 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[13:15:17 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[13:15:17 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1378)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:392)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1291)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1017)
[13:15:17 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179)
[13:15:17 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Version Information:
[13:15:17 ERROR]: #!#!   Skript: 2.5.3 (latest)
[13:15:17 ERROR]: #!#!     Flavor: skriptlang-github
[13:15:17 ERROR]: #!#!     Date: 2020-12-11
[13:15:17 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[13:15:17 ERROR]: #!#!   Minecraft: 1.16.5
[13:15:17 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[13:15:17 ERROR]: #!#!   OS: Linux amd64 5.4.0-67-generic
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Server platform: Paper
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Current node: null
[13:15:17 ERROR]: #!#! Current item: delete/clear the event-hologram
[13:15:17 ERROR]: #!#! Current trigger: function createDeathHolo (simple event) (mob.sk, line -1)
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Thread: Server thread
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! Language: english
[13:15:17 ERROR]: #!#! Link parse mode: DISABLED
[13:15:17 ERROR]: #!#! 
[13:15:17 ERROR]: #!#! End of Error.
[13:15:17 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! [Skript] Severe Error:
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Something went horribly wrong with Skript.
[13:15:18 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:15:18 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[13:15:18 ERROR]: #!#! Here is full list of them:
[13:15:18 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.2.0 (https://github.com/APickledWalrus/skript-gui) SkJade v1.1.0 (https://www.github.com/Ankoki-Dev/SkJade) SkBee v1.10.1 (https://github.com/ShaneBeee/SkBee) Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) skript-db v1.2.0 
[13:15:18 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[13:15:18 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[13:15:18 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[13:15:18 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[13:15:18 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[13:15:18 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Stack trace:
[13:15:18 ERROR]: #!#! java.util.ConcurrentModificationException
[13:15:18 ERROR]: #!#!     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[13:15:18 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1526)
[13:15:18 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1524)
[13:15:18 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HologramManager.deleteHologram(HologramManager.java:35)
[13:15:18 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:45)
[13:15:18 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:32)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:241)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:282)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[13:15:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[13:15:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1378)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:392)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1291)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1017)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179)
[13:15:18 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Version Information:
[13:15:18 ERROR]: #!#!   Skript: 2.5.3 (latest)
[13:15:18 ERROR]: #!#!     Flavor: skriptlang-github
[13:15:18 ERROR]: #!#!     Date: 2020-12-11
[13:15:18 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[13:15:18 ERROR]: #!#!   Minecraft: 1.16.5
[13:15:18 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[13:15:18 ERROR]: #!#!   OS: Linux amd64 5.4.0-67-generic
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Server platform: Paper
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Current node: null
[13:15:18 ERROR]: #!#! Current item: delete/clear the event-hologram
[13:15:18 ERROR]: #!#! Current trigger: damage (damage) (mob.sk, line 87)
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Thread: Server thread
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Language: english
[13:15:18 ERROR]: #!#! Link parse mode: DISABLED
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! End of Error.
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! [Skript] Severe Error:
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Something went horribly wrong with Skript.
[13:15:18 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:15:18 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[13:15:18 ERROR]: #!#! Here is full list of them:
[13:15:18 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.2.0 (https://github.com/APickledWalrus/skript-gui) SkJade v1.1.0 (https://www.github.com/Ankoki-Dev/SkJade) SkBee v1.10.1 (https://github.com/ShaneBeee/SkBee) Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) skript-db v1.2.0 
[13:15:18 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[13:15:18 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[13:15:18 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[13:15:18 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[13:15:18 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[13:15:18 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Stack trace:
[13:15:18 ERROR]: #!#! java.util.ConcurrentModificationException
[13:15:18 ERROR]: #!#!     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[13:15:18 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1526)
[13:15:18 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1524)
[13:15:18 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HologramManager.deleteHologram(HologramManager.java:35)
[13:15:18 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:45)
[13:15:18 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:32)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:241)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:282)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[13:15:18 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[13:15:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[13:15:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1378)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:392)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1291)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1017)
[13:15:18 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179)
[13:15:18 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Version Information:
[13:15:18 ERROR]: #!#!   Skript: 2.5.3 (latest)
[13:15:18 ERROR]: #!#!     Flavor: skriptlang-github
[13:15:18 ERROR]: #!#!     Date: 2020-12-11
[13:15:18 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[13:15:18 ERROR]: #!#!   Minecraft: 1.16.5
[13:15:18 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[13:15:18 ERROR]: #!#!   OS: Linux amd64 5.4.0-67-generic
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Server platform: Paper
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Current node: null
[13:15:18 ERROR]: #!#! Current item: delete/clear the event-hologram
[13:15:18 ERROR]: #!#! Current trigger: damage (damage) (mob.sk, line 87)
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Thread: Server thread
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! Language: english
[13:15:18 ERROR]: #!#! Link parse mode: DISABLED
[13:15:18 ERROR]: #!#! 
[13:15:18 ERROR]: #!#! End of Error.
[13:15:18 ERROR]: #!#! 
[13:15:44 INFO]: Baezor issued server command: /sk reload mob.sk
[13:15:45 INFO]: 22166
[13:15:46 INFO]: 61898
[13:15:46 INFO]: 13123
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! [Skript] Severe Error:
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Something went horribly wrong with Skript.
[13:15:47 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:15:47 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[13:15:47 ERROR]: #!#! Here is full list of them:
[13:15:47 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.2.0 (https://github.com/APickledWalrus/skript-gui) SkJade v1.1.0 (https://www.github.com/Ankoki-Dev/SkJade) SkBee v1.10.1 (https://github.com/ShaneBeee/SkBee) Skellett v1.9.9 (https://forums.skunity.com/resources/skellett.24/) skript-db v1.2.0 
[13:15:47 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[13:15:47 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[13:15:47 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[13:15:47 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[13:15:47 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[13:15:47 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Stack trace:
[13:15:47 ERROR]: #!#! java.util.ConcurrentModificationException
[13:15:47 ERROR]: #!#!     at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[13:15:47 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1526)
[13:15:47 ERROR]: #!#!     at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1524)
[13:15:47 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HologramManager.deleteHologram(HologramManager.java:35)
[13:15:47 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:45)
[13:15:47 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo$3.change(HoloClassInfo.java:32)
[13:15:47 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:241)
[13:15:47 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:282)
[13:15:47 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[13:15:47 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[13:15:47 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[13:15:47 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[13:15:47 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100)
[13:15:47 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468)
[13:15:47 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1378)
[13:15:47 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:392)
[13:15:47 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1291)
[13:15:47 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1017)
[13:15:47 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179)
[13:15:47 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Version Information:
[13:15:47 ERROR]: #!#!   Skript: 2.5.3 (latest)
[13:15:47 ERROR]: #!#!     Flavor: skriptlang-github
[13:15:47 ERROR]: #!#!     Date: 2020-12-11
[13:15:47 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[13:15:47 ERROR]: #!#!   Minecraft: 1.16.5
[13:15:47 ERROR]: #!#!   Java: 11.0.10 (OpenJDK 64-Bit Server VM 11.0.10+9)
[13:15:47 ERROR]: #!#!   OS: Linux amd64 5.4.0-67-generic
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Server platform: Paper
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Current node: null
[13:15:47 ERROR]: #!#! Current item: delete/clear the event-hologram
[13:15:47 ERROR]: #!#! Current trigger: damage (damage) (mob.sk, line 87)
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Thread: Server thread
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! Language: english
[13:15:47 ERROR]: #!#! Link parse mode: DISABLED
[13:15:47 ERROR]: #!#! 
[13:15:47 ERROR]: #!#! End of Error.
[13:15:47 ERROR]: #!#! 

[ISSUE] Hide syntax not working properly

Describe the issue
When I try to use the hide/show syntax for holograms an error appears

Expected behavior
The hologram should hide/show

To Reproduce
command /showholo:
trigger:
show hologram with id "%player%" from player

Information
1.17.1 server, paper, latest skjade version.

Additional context
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! [Skript] Severe Error:
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Something went horribly wrong with Skript.
[15:06:47 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[15:06:47 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[15:06:47 ERROR]: #!#! Here is full list of them:
[15:06:47 ERROR]: #!#! skRayFall v1.9.25 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) skript-gui v1.3-beta1 (https://github.com/APickledWalrus/skript-gui) SkJade v1.3.3 (https://www.github.com/Ankoki-Dev/SkJade) Skript-Packet v1.2 (www.github.com/Anarchick/skript-packet) WolvSK v1.7.2 SkBee v1.11.2 (https://github.com/ShaneBeee/SkBee) DiSky v3.6.0 (https://disky.itsthesky.info/) Skellett v1.9.11 (https://forums.skunity.com/resources/skellett.24/) SkUniversal v2.11.5
[15:06:47 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[15:06:47 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[15:06:47 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[15:06:47 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[15:06:47 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[15:06:47 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Stack trace:
[15:06:47 ERROR]: #!#! FieldAccessException: No field with type [I exists in class PacketPlayOutEntityDestroy.
[15:06:47 ERROR]: #!#! at ProtocolLib.jar//com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:365)
[15:06:47 ERROR]: #!#! at ProtocolLib.jar//com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:345)
[15:06:47 ERROR]: #!#! at HolographicDisplays.jar//com.gmail.filoghost.holographicdisplays.bridge.protocollib.current.packet.WrapperPlayServerEntityDestroy.setEntities(WrapperPlayServerEntityDestroy.java:51)
[15:06:47 ERROR]: #!#! at HolographicDisplays.jar//com.gmail.filoghost.holographicdisplays.bridge.protocollib.current.packet.WrapperPlayServerEntityDestroy.setEntities(WrapperPlayServerEntityDestroy.java:59)
[15:06:47 ERROR]: #!#! at HolographicDisplays.jar//com.gmail.filoghost.holographicdisplays.bridge.protocollib.current.PacketHelper.sendDestroyEntitiesPacket(PacketHelper.java:132)
[15:06:47 ERROR]: #!#! at HolographicDisplays.jar//com.gmail.filoghost.holographicdisplays.bridge.protocollib.current.ProtocolLibHookImpl.sendDestroyEntitiesPacket(ProtocolLibHookImpl.java:218)
[15:06:47 ERROR]: #!#! at HolographicDisplays.jar//com.gmail.filoghost.holographicdisplays.object.CraftVisibilityManager.sendDestroyPacketIfNear(CraftVisibilityManager.java:172)
[15:06:47 ERROR]: #!#! at HolographicDisplays.jar//com.gmail.filoghost.holographicdisplays.object.CraftVisibilityManager.hideTo(CraftVisibilityManager.java:106)
[15:06:47 ERROR]: #!#! at SkJade.jar//com.ankoki.skjade.hooks.holograms.effects.EffSetVisibility.execute(EffSetVisibility.java:39)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Effect.run(Effect.java:51)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Trigger.execute(Trigger.java:56)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:85)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.function.Function.execute(Function.java:129)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:282)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:52)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Effect.run(Effect.java:51)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[15:06:47 ERROR]: #!#! at Skript.jar//ch.njol.skript.effects.Delay$1.run(Delay.java:109)
[15:06:47 ERROR]: #!#! at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101)
[15:06:47 ERROR]: #!#! at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[15:06:47 ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1564)
[15:06:47 ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:490)
[15:06:47 ERROR]: #!#! at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1480)
[15:06:47 ERROR]: #!#! at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1279)
[15:06:47 ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[15:06:47 ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:831)
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Version Information:
[15:06:47 ERROR]: #!#! Skript: 2.6 (latest)
[15:06:47 ERROR]: #!#! Flavor: skriptlang-github
[15:06:47 ERROR]: #!#! Date: 17:20:35.482878100
[15:06:47 ERROR]: #!#! Bukkit: 1.17.1-R0.1-SNAPSHOT
[15:06:47 ERROR]: #!#! Minecraft: 1.17.1
[15:06:47 ERROR]: #!#! Java: 16.0.1 (OpenJDK 64-Bit Server VM 16.0.1+9)
[15:06:47 ERROR]: #!#! OS: Linux amd64 5.11.0-38-generic
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Server platform: Paper
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Current node: null
[15:06:47 ERROR]: #!#! Current item: hide the event-hologram from all entities of type [[entitydata:player]]
[15:06:47 ERROR]: #!#! Current trigger: function nametag (simple event) (Nametag.sk, line 124)
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Thread: Server thread
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! Language: english
[15:06:47 ERROR]: #!#! Link parse mode: DISABLED
[15:06:47 ERROR]: #!#!
[15:06:47 ERROR]: #!#! End of Error.
[15:06:47 ERROR]: #!#!

[ISSUE] Hologram Line expression

Describe the issue
I am trying to get the lines of a hologram, and i use set {_blockLines::*} to all lines of the hologram with id "BlocksLB" (straight from the docs with slight modification, and when I put that in my script, the script stops. There is no error on reload.

Expected behavior
It sets the variable to the lines of the hologram

To Reproduce
Create a hologram, then put set {_blockLines::*} to all lines of the hologram with id "BlocksLB" and some code after it (a send or broadcast would work best imo).

Information
Server Version: Paper 1.16.5
SkJade Version: 1.3.0

Additional context
None

[ISSUE] Error en loading / "Skript severe error"

[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! [Skript] Severe Error:
[11:29:58 ERROR]: #!#! SkJade's class com.ankoki.skjade.hooks.holograms.HoloClassInfo generated an exception while loading
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Something went horribly wrong with Skript.
[11:29:58 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:29:58 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[11:29:58 ERROR]: #!#! Following plugins are probably related to this error in some way:
[11:29:58 ERROR]: #!#! SkJade (https://www.github.com/Ankoki-Dev/SkJade) 
[11:29:58 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[11:29:58 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[11:29:58 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[11:29:58 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[11:29:58 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Stack trace:
[11:29:58 ERROR]: #!#! java.lang.IllegalArgumentException: Can't register com.gmail.filoghost.holographicdisplays.api.Hologram with the code name hologram because that name is already used by types.hologram
[11:29:58 ERROR]: #!#!     at ch.njol.skript.registrations.Classes.registerClass(Classes.java:92)
[11:29:58 ERROR]: #!#!     at com.ankoki.skjade.hooks.holograms.HoloClassInfo.<clinit>(HoloClassInfo.java:27)
[11:29:58 ERROR]: #!#!     at java.base/java.lang.Class.forName0(Native Method)
[11:29:58 ERROR]: #!#!     at java.base/java.lang.Class.forName(Class.java:466)
[11:29:58 ERROR]: #!#!     at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:107)
[11:29:58 ERROR]: #!#!     at com.ankoki.skjade.SkJade.loadHDElements(SkJade.java:160)
[11:29:58 ERROR]: #!#!     at com.ankoki.skjade.SkJade.onEnable(SkJade.java:74)
[11:29:58 ERROR]: #!#!     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[11:29:58 ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[11:29:58 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[11:29:58 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[11:29:58 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[11:29:58 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600)
[11:29:58 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:301)
[11:29:58 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1076)
[11:29:58 ERROR]: #!#!     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:292)
[11:29:58 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:831)
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Version Information:
[11:29:58 ERROR]: #!#!   Skript: 2.6 (latest)
[11:29:58 ERROR]: #!#!     Flavor: skriptlang-github
[11:29:58 ERROR]: #!#!     Date: 17:20:35.482878100
[11:29:58 ERROR]: #!#!   Bukkit: 1.16.5-R0.1-SNAPSHOT
[11:29:58 ERROR]: #!#!   Minecraft: 1.16.5
[11:29:58 ERROR]: #!#!   Java: 16.0.2 (OpenJDK 64-Bit Server VM 16.0.2+7-alpine-r0)
[11:29:58 ERROR]: #!#!   OS: Linux amd64 4.15.0-161-generic
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Server platform: Paper
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Current node: null
[11:29:58 ERROR]: #!#! Current item: null
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Thread: Server thread
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! Language: english
[11:29:58 ERROR]: #!#! Link parse mode: DISABLED
[11:29:58 ERROR]: #!#! 
[11:29:58 ERROR]: #!#! End of Error.
[11:29:58 ERROR]: #!#! 

[ISSUE] Block Mining Stage

Describe the issue
I'm not sure if it is different throughout versions, but because the constructor for BlockPosition needs three integers in 1.19.4 and three doubles are provided, the mining stage effect fails. I was able to fix the issue by cloning the project and changing a few things:

Before

Object position = blockPosition.getConstructor(double.class, double.class, double.class)
    .newInstance(location.getX(), location.getY(), location.getZ());

After

Object position = blockPosition.getConstructor(int.class, int.class, int.class)
    .newInstance(location.getBlockX(), location.getBlockY(), location.getBlockZ());

The Console:

[22:11:13 WARN]: java.lang.NoSuchMethodException: net.minecraft.core.BlockPosition.<init>(double,double,double)
[22:11:13 WARN]:        at java.base/java.lang.Class.getConstructor0(Class.java:3585)
[22:11:13 WARN]:        at java.base/java.lang.Class.getConstructor(Class.java:2271)
[22:11:13 WARN]:        at SkJade.jar//com.ankoki.skjade.elements.effects.EffShowMiningStage.execute(EffShowMiningStage.java:94)
[22:11:13 WARN]:        at Skript-2.6.4 (2).jar//ch.njol.skript.lang.Effect.run(Effect.java:50)
[22:11:13 WARN]:        at Skript-2.6.4 (2).jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[22:11:13 WARN]:        at Skript-2.6.4 (2).jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[22:11:13 WARN]:        at Skript-2.6.4 (2).jar//ch.njol.skript.command.Commands.handleEffectCommand(Commands.java:290)
[22:11:13 WARN]:        at Skript-2.6.4 (2).jar//ch.njol.skript.command.Commands$3$1.call(Commands.java:220)
[22:11:13 WARN]:        at Skript-2.6.4 (2).jar//ch.njol.skript.command.Commands$3$1.call(Commands.java:217)
[22:11:13 WARN]:        at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftFuture.run(CraftFuture.java:88)
[22:11:13 WARN]:        at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[22:11:13 WARN]:        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1483)
[22:11:13 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:447)
[22:11:13 WARN]:        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1397)
[22:11:13 WARN]:        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1174)
[22:11:13 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320)
[22:11:13 WARN]:        at java.base/java.lang.Thread.run(Thread.java:833)

Expected behavior
The mining stage should appear on the specified blocks without errors nor warnings.

To Reproduce
show mining stage 5 at target block

Information
1.19.4
Paper
SkJade 1.4.3

Thank you :)

[ISSUE] Hologram remove line does not work.

Describe the issue
I have a hologram and would like to remove a line from it.
Using this syntax remove line 2 from the hologram with the id "hologramID" successfully reloads but as soon as the event where the line is meant to be removed is called nothing happens and I get an error.

Expected behavior
I except the line to have been removed.

To Reproduce

command test:
    trigger:
        create a hologram at location of player with the id "hologramID"
        add line "Lines Number 1" to the hologram with id "hologramID"
        add line "Line Number 2" to the hologram with id "hologramID"
        wait 5 seconds
        remove line 2 from the hologram with id "hologramID"

Information
Give us your server version, platform, and SkJade version.
1.18.2, Paper, SkJade: 1.4.1

Error:
Error.txt

[ISSUE] when it's <times> not working.

Describe the issue
When i try to write `when it's ' to my skript, it's not working. since i tried to replace it with GMT time, but it's not working. and i tried to replace it with system/server time, but still not working.

Expected behavior
when i do
when it's 08:00am in real world: restart server
, server should restart at 08:00am ( 11:00pm GMT ).

To Reproduce
`when it's 08:00am in real world:
restart server
#not working

when it's 11:00pm GMT:
restart server
#still not working
`

Information
Give us your server version, platform, and SkJade version.
server platform & version = paper-1.17.1-116
Skjade = latest.

Additional context
None

[ISSUE] Laser Beam reflection failed to initialize.

Describe the issue
Whenever I load my server with the plugin, it gives the following error:

[18:19:42 INFO]: [SkJade] Enabling SkJade v1.4.1
[18:19:42 WARN]: java.lang.NoSuchMethodException: net.minecraft.network.syncher.DataWatcher.b(java.lang.Integer,java.lang.Object)
[18:19:42 WARN]:        at java.base/java.lang.Class.getDeclaredMethod(Class.java:2675)
[18:19:42 WARN]:        at SkJade.jar//com.ankoki.skjade.elements.lasers.Laser$Packets.<clinit>(Laser.java:709)
[18:19:42 WARN]:        at java.base/java.lang.Class.forName0(Native Method)
[18:19:42 WARN]:        at java.base/java.lang.Class.forName(Class.java:467)
[18:19:42 WARN]:        at Skript.jar//ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:107)
[18:19:42 WARN]:        at SkJade.jar//com.ankoki.skjade.SkJade.loadElements(SkJade.java:144)
[18:19:42 WARN]:        at SkJade.jar//com.ankoki.skjade.SkJade.onEnable(SkJade.java:66)
[18:19:42 WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[18:19:42 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[18:19:42 WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:501)
[18:19:42 WARN]:        at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:559)
[18:19:42 WARN]:        at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:473)
[18:19:42 WARN]:        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:664)
[18:19:42 WARN]:        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:431)
[18:19:42 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
[18:19:42 WARN]:        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1163)
[18:19:42 WARN]:        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315)
[18:19:42 WARN]:        at java.base/java.lang.Thread.run(Thread.java:833)
[18:19:42 ERROR]: [SkJade] [STDERR] Laser Beam reflection failed to initialize. The util is disabled. Please ensure your version (org.bukkit.craftbukkit.v1_18_R2) is supported.
[18:19:42 WARN]: Nag author(s): '[Ankoki]' of 'SkJade' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).

This, coincidentally, is the one feature I need from the plugin, so that I can create guardian lasers. I am unsure of how to get it working, and assume its an issue/bug.

Expected behavior
I expect the plugin to be able to initialize "Laser Beam reflection", so that it can be used within skripts.

To Reproduce
Occurs on startup, unsure of how to reproduce

Information
Server version: 1.18.2 PaperMC, SkJade version: 1.4.1

Additional context
I may be missing something about if "Laser Beam reflection" requires anything else, but I could not find anything to say it requires anything so I assume its on the plugin's end and not my fault.

(Suggestion) Show/Clear mining stages

Hello, I'd like to suggest to add a syntax for the packet that shows block break animations, since the one already out are outdated and don't allow to reset the animation.
I'd imagine the syntax looking like:

show mining stage %number% at %location% to %players%
reset/clear mining stage at %location% for %players%

Thanks in advice for reading and I hope to see this implemented!

[ISSUE] Condition "player is in rain or bubble column" is not working in most recent 1.17 version (SkJade 1.3.3)

Describe the issue

Condition "player is in rain or bubble column" is not working in most recent 1.17 version (SkJade 1.3.3)
ERROR: "Can't compare a player with ('in rain' or 'bubble column')"

I tried:

player is in rain
player is in bubble column
player is standing in rain
player is standing in bubble column
player is in rain or bubble column
player is standing in rain or bubble column

Expected behavior

Condition should not give errors
This condition was working in 1.16 version

To Reproduce

command /test:
trigger:
if player is in rain or bubble column:
broadcast "yes"

Information

paper-1.17.1-137
SkJade 1.3.3

[SUGGESTION] Item Cooldown for Multiple Items

Describe what you want added
Add support to add cooldowns to multiple items at once. The would make things easier and help us avoid loops.

Proposed Syntax
set the cooldown of {_items::*} for player to 1 second
set the cooldown of all pickaxes for player to 3 second
set the cooldown of all wool for player to 15 second

Skript?
If you have created this in skript as a replica, feel free to drop your script here to make my job easier!

on place:
	loop all items in player's inventory where [input is a block]:
		set the cooldown of loop-item for player to 1 second

[Suggestion] Adding map support syntax

Hey. Skellett has slowly lost all usage as its various parts stop working- and now there is no more map support. It would be amazing if you could add proper map syntax, such as drawing pixels on a map, rotating maps, and more. I guarantee you I wouldn't be the only one happy to see this. Please consider this suggestion, thank you! :D

[SUGGESTION] Guardian Lasers

Describe what you want added
A way to create guardian lasers from a certain position to another.

Proposed Syntax
`create guardian laser from %location% to %location with id %string%'

Skript?

All Known Issues - READ BEFORE CREATING AN ISSUE

Here imma write all the issues i know about, so you don't need to create a new issue if its here:)

  • Elementals hook is a mess and doesn't work fully. PRIORITY - LOWEST, i don't think this is used at all x)

Ok that was it, i'll add to this when i find out more:p

[ISSUE] IRL Time misleading syntax

Describe the issue
The event at x irl|gmt|in real life does not behave as expected. The event only triggers based on local server time, even when using GMT in the syntax.

Expected behavior
I expected it to trigger at local time when using irl or in real life, and at GMT time when using GMT.

To Reproduce
Hard to test if you're in GMT, but just use two times that should be identical. This is for EST.

at 01:53 GMT:
    broadcast "test gmt (%now%)"

at 20:53 irl:
    broadcast "test est (%now%)"

image

Information
Paper 1.19.2, Skript 2.6.3 (structure API), SkJade 1.4.2
image

Additional context
Looks like there just isn't any difference in the code between using GMT and IRL. Perhaps this is intentional, and if so, I think the GMT syntax should be removed as it's misleading.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.