Skellett - The beast addon!

Addon Skellett - The beast addon! 2.0.10

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

You can loop all entities and check if the entity id matches the loop-entity, then use the loop-entity.
Yes, that's what i do but I have a lot of entities and "loop all entities" can cause lag.
( It can be minimum 200 entities * 20 players.check in a packet that can't be delayed )

If every entity have an unique ID it could be more optimized to get the entity associated without using a loop (need java) ?

Or if you wan't, do you know a method to do it with Skript-mirror ?


EDIT: I do some search on spigot and it appear that it's not possible to get an entity from his ID or UUID without using a loop (or store all ID in a list) :/ "confirmed by md_5 in 2015"
 
Last edited:
Found bug, then I enable FAWE option for my regenerator and I have a code
code_language.skript:
on skript unload:
    loop all regenerator ids:
        regenerate regenerator with ID loop-value

on skript load: 
    loop {sw::arena::*}:
        if regenerator with id "%loop-index%" does exist:
            reconfigure regenerator with ID "%loop-index%"   
        else:
            create a regenerator with ID "%loop-index%" from {sw::arena::%loop-index%::pos1} to {sw::arena::%loop-index%::pos2}

to load and create unloaded regenerators. Without FAWE option it's works, but with FAWE it's not working doesn't regenerate

Please fix @LimeGlass
 
what is clickeventaction and hovereventaction
can list out for me????
i just get hover-SHOW_TEXT
can click-RUN_COMMAND , OPEN_URL , CHANGE_PAGE
any else??? like run function or something
 
Hi, it would be nice if you add the feature "update inventory of player" who comes from Umbaska. Thank you !
 
I don't know if you can do something for this , i'm using Skript alpha in version 1.13.1 with Spigot 1.13.1

https://pastebin.com/fnDbYKjM
Disable the hang event in configurations, or update your Minecraft server version, I'm actually curious what the Bank plugin you have is. It seems to hook into Skript, may you provide a link if possible?
 
Sorry for answerring only now

i'm using : https://www.spigotmc.org/resources/bank-lite-updated-for-1-13.18968/

Config skelett proxy :
code_language.skript:
# Skellett the addon with the beast name!
# By LimeGlass

# The Host must be the main IP of the BungeeCord that is hosting SkellettProxy.
# If the bungeecord and this server are on the same machine, you can leave it as localhost.

# The port must match the same port that is in the SkellettProxy config.
SkellettProxy: true
Host: 127.0.0.1
Port: 7332

# Heartbeat is a running task that SkellettProxy uses to check that servers are still connected.
# This is in milliseconds.
Heartbeat: 50

# Disconnect if the Bungeecord is offline.
# If this is set to false. Skellett will keep making attempts at connecting.
Disconnect: false

# Enable Bungeecord events.
# This will run a repeating task to handle the listener.
# This needs to be enabled if you want to use;
# Bungeecord events, Evaluate effect, Max players, Whitelisted players, Network variables, Global scripts and much more!
Events: false
# The event port is what SkellettProxy looks for when a bungee event has been triggered.
# This can match the port defined in the SkellettProxy settings above. It doesn't really matter.
# The port above is the port from the bungeecord side SkellettProxy config, where as this port is for this server.
# This port has to be DIFFERENT on every one of your bungeecord server if your servers run on the same machine.
EventPort: 7331

# A message that is displayed to the console to notify that a GlobalScript has been reloaded.
GlobalScriptReloadMessage: true


Config skelett :

code_language.skript:
# Skellett the addon with the beast name!
# By the one and only LimeGlass

version: "1.9.6b"

# The syntax debug will change the colour of the found syntax option. That way it's easier to tell if that syntax was registered out of all the debug messages.
syntaxDebug: "Sound"
debug: false

# Checks for the latest Skellett version from Spigot.
VersionChecker: true

# Save input so you can get the last known client border data of a player in an expression.
# If this is set to false. It can cause alot of lag if you don't have the greatest server.
ClientWorldBordersSave: true
# This makes the client border syntax modify the border of the world a player is in and not make them client side.
NormalBorders: false

# Broadcast all the syntax that didn't register to the console.
NotRegisteredSyntax: false

# Disables the warning message saying a syntax can't be registered due to current spigot version.
DisableCompatableWarning: false

# Disables the message saying the total number of syntax registered and the final registered message.
DisableRegisteredInfo: false

# In the center message effect. This changes the length of the centered character.
CenterMessageSize: 62

# Runs Regenerators Asynchronously. Requires FAWE https://www.spigotmc.org/resources/free-fast-async-worldedit.13932/
Async: false
# Should FAWE start regenerating the Regenerator before all the blocks are calculated? (This speeds up the regenerators)
RegeneratorAutoQueue: false

# Enables 1.8 pvp combat speeds if you run a 1.11 server with protocolsupport.
Enable1_8pvp: false

PluginHooks:

# This allows for custom tablist players using plugin https://www.spigotmc.org/resources/api-tablistapi-1-7-1-8-1-9.9667/
  TabListAPI: false
# The TabClearPlayer tells skellett if it should clear just Tab Items or clear players and Tab Items when using the clear tablist expression.
  TabClearPlayer: false

  LibsDisguises: false

# If you use Fedual https://www.spigotmc.org/resources/feudal-completely-configurable.22873/
  Feudal: false

# If you use OITB https://www.spigotmc.org/resources/%E2%99%9B-one-in-the-battle-advanced-%E2%99%9B-unlimited-fun-%E2%99%A5-for-all-kinds-of-players-%E2%99%A5.24702/
  OITB: false

# If you use ProtocolSupport https://www.spigotmc.org/resources/protocolsupport.7201
  ProtocolSupport: false
 
# If you use SquidHQ http://squidhq.com/
  SquidHQ: false

# If you use Citizens https://www.spigotmc.org/resources/citizens.13811/
  Npc: false

# If you use zPermissions https://dev.bukkit.org/projects/zpermissions
  zPermissions: false

# If you use Holograms https://www.spigotmc.org/resources/holograms.4924/
  Holograms: false
 
# If you use RPG Leveling https://www.spigotmc.org/resources/rpg-player-leveling.11096/
  RpgLeveling: false

# If you use CorpseReborn https://www.spigotmc.org/resources/corpsereborn.29875/
  CorpseReborn: false
 
# If you use PlayerPoints https://dev.bukkit.org/projects/playerpoints
  PlayerPoints: false

# If you use Eggwars https://www.spigotmc.org/resources/eggwars-villagers-multiarena-bungee-generators-configurable.14476/
  Eggwars: false
 
# If you use PlaceholderAPI https://www.spigotmc.org/resources/placeholderapi.6245/
  PlaceholderAPI: false

# If you use RedisBungee https://www.spigotmc.org/resources/redisbungee.13494/
# This needs SkellettProxy installed and connected.
  RedisBungee: false

# If you use NametagEdit https://www.spigotmc.org/resources/nametagedit.3836/
  NametagEdit: false

# If you use Worldedit https://dev.bukkit.org/projects/worldedit
  Worldedit: false




This problem still here.
I'm running paper 1.13.2

code_language.skript:
05.12 14:39:50
[Server] ERROR #!#! 05.12 14:39:50
[Server] ERROR #!#! [Skript] Severe Error: 05.12 14:39:50
[Server] ERROR #!#! 05.12 14:39:50 [Server] ERROR #!#! Something went horribly wrong with Skript. 05.12 14:39:50
[Server] ERROR #!#! This issue is NOT your fault! You probably can't fix it yourself, either. 05.12 14:39:50
[Server] ERROR #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). 05.12 14:39:50
[Server] ERROR #!#! Here is full list of them: 05.12 14:39:50
[Server] ERROR #!#! Bank SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) 05.12 14:39:50 [
Server] ERROR #!#! We could not identify which of those are specially related, so this might also be Skript issue. 05.12 14:39:50
[Server] ERROR #!#! You should try disabling those plugins one by one, trying to find which one causes it. 05.12 14:39:50
[Server] ERROR #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. 05.12 14:39:50
[Server] ERROR #!#! In that case, you will be given instruction on how should you report it. 05.12 14:39:50 
[Server] ERROR #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. 05.12 14:39:50
[Server] ERROR #!#! Only if the author tells you to do so, report it to Skript's issue tracker. 05.12 14:39:50
[Server] ERROR #!#! 05.12 14:39:50
[Server] ERROR #!#! Stack trace: 05.12 14:39:50
[Server] ERROR #!#! java.lang.NullPointerException 05.12 14:39:50
[Server] ERROR #!#! at ch.njol.skript.aliases.ItemType.getEnchantmentTypes(ItemType.java:1094) 05.12 14:39:50 [Server] ERROR #!#! at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) 05.12 14:39:50 [Server] ERROR #!#! at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) 05.12 14:39:50 [Server] ERROR #!#! at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) 05.12 14:39:50
[Server] ERROR #!#! at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) 05.12 14:39:50 
[Server] ERROR #!#! at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545) 05.12 14:39:50
[Server] ERROR #!#! at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) 05.12 14:39:50
[Server] ERROR #!#! at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438) 05.12 14:39:50
[Server] ERROR #!#! at ch.njol.skript.expressions.ExprEnchantmentLevel.get(ExprEnchantmentLevel.java:80) 05.12 14:39:50
[Server] ERROR #!#! at ch.njol.skript.expressions.ExprEnchantmentLevel.get(ExprEnchantmentLevel.java:1) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:161) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:253) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.lang.Condition.run(Condition.java:56) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.lang.Conditional.walk(Conditional.java:51) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:57) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152) 05.12 14:39:50 
[Server] ERROR #!#! at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110) 05.12 14:39:50

[Server] ERROR #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) 05.12 14:39:50 [Server] ERROR #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 05.12 14:39:50 [Server] ERROR #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) 05.12 14:39:50
[Server] ERROR #!#! at net.minecraft.server.v1_13_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:299) 05.12 14:39:50
[Server] ERROR #!#! at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:198) 05.12 14:39:50
[Server] ERROR #!#! at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1251) 05.12 14:39:50
[Server] ERROR #!#! at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) 05.12 14:39:50 [Server] ERROR #!#! at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) 05.12 14:39:50
[Server] ERROR #!#! at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:12) 05.12 14:39:50
[Server] ERROR #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 05.12 14:39:50 [Server] ERROR #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) 05.12 14:39:50 [Server] ERROR #!#! at net.minecraft.server.v1_13_R2.SystemUtils.a(SystemUtils.java:109) 05.12 14:39:50
[Server] ERROR #!#! at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1016) 05.12 14:39:50 [Server] ERROR #!#! at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) 05.12 14:39:50 [Server] ERROR #!#! at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
 
The "material" syntax of Skellett in 1.13.2 returns old materials though. And other problems related to the fact that skellett is not api-version: 1.13.
 
open book to player doesn't work on 1.13.2. @LimeGlass
This is the error:
Code:
06.02 09:42:55 [Server] WARN java.lang.NoSuchMethodException: net.minecraft.server.v1_13_R2.PacketPlayOutCustomPayload.<init>(java.lang.String, net.minecraft.server.v1_13_R2.PacketDataSerializer)
06.02 09:42:55 [Server] WARN at java.lang.Class.getConstructor0(Class.java:3082)
06.02 09:42:55 [Server] WARN at java.lang.Class.getConstructor(Class.java:1825)
06.02 09:42:55 [Server] WARN at com.gmail.thelimeglass.Books.EffOpenBook.execute(EffOpenBook.java:52)
06.02 09:42:55 [Server] WARN at ch.njol.skript.lang.Effect.run(Effect.java:52)
 
HI @LimeGlass
I get the following error on server start:

Code:
[15:24:26] [Server thread/ERROR]: #!#! Stack trace:
[15:24:26] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: zip file closed
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.zip.ZipFile.ensureOpen(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.zip.ZipFile.getEntry(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.jar.JarFile.getEntry(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.jar.JarFile.getJarEntry(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:84)
[15:24:26] [Server thread/ERROR]: #!#!     at java.lang.ClassLoader.loadClass(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.lang.ClassLoader.loadClass(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.MySQL.EffMySQLConnect.execute(EffMySQLConnect.java:35)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.events.EvtScript.register(EvtScript.java:61)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$3.call(ScriptLoader.java:757)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$3.call(ScriptLoader.java:1)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:776)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:350)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:527)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1003)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836)
[15:24:26] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!
[15:24:26] [Server thread/ERROR]: #!#! Version Information:
[15:24:26] [Server thread/ERROR]: #!#!   Skript: 2.3.5 (latest)
[15:24:26] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[15:24:26] [Server thread/ERROR]: #!#!     Date: 2019-02-09
[15:24:26] [Server thread/ERROR]: #!#!   Bukkit: 1.13.2-R0.1-SNAPSHOT
[15:24:26] [Server thread/ERROR]: #!#!   Minecraft: 1.13.2
[15:24:26] [Server thread/ERROR]: #!#!   Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
[15:24:26] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
[15:24:26] [Server thread/ERROR]: #!#!
[15:24:26] [Server thread/ERROR]: #!#! Server platform: Paper
[15:24:26] [Server thread/ERROR]: #!#!
[15:24:26] [Server thread/ERROR]: #!#! Current node: null
[15:24:26] [Server thread/ERROR]: #!#! Current item: [skellett] connect [to] mysql

What does it mean?
 
HI @LimeGlass
I get the following error on server start:

Code:
[15:24:26] [Server thread/ERROR]: #!#! Stack trace:
[15:24:26] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: zip file closed
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.zip.ZipFile.ensureOpen(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.zip.ZipFile.getEntry(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.jar.JarFile.getEntry(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.util.jar.JarFile.getJarEntry(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:84)
[15:24:26] [Server thread/ERROR]: #!#!     at java.lang.ClassLoader.loadClass(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at java.lang.ClassLoader.loadClass(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.MySQL.EffMySQLConnect.execute(EffMySQLConnect.java:35)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.events.EvtScript.register(EvtScript.java:61)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$3.call(ScriptLoader.java:757)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$3.call(ScriptLoader.java:1)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:776)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:409)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:428)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:350)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:380)
[15:24:26] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:527)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82)
[15:24:26] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1003)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938)
[15:24:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836)
[15:24:26] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[15:24:26] [Server thread/ERROR]: #!#!
[15:24:26] [Server thread/ERROR]: #!#! Version Information:
[15:24:26] [Server thread/ERROR]: #!#!   Skript: 2.3.5 (latest)
[15:24:26] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[15:24:26] [Server thread/ERROR]: #!#!     Date: 2019-02-09
[15:24:26] [Server thread/ERROR]: #!#!   Bukkit: 1.13.2-R0.1-SNAPSHOT
[15:24:26] [Server thread/ERROR]: #!#!   Minecraft: 1.13.2
[15:24:26] [Server thread/ERROR]: #!#!   Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
[15:24:26] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
[15:24:26] [Server thread/ERROR]: #!#!
[15:24:26] [Server thread/ERROR]: #!#! Server platform: Paper
[15:24:26] [Server thread/ERROR]: #!#!
[15:24:26] [Server thread/ERROR]: #!#! Current node: null
[15:24:26] [Server thread/ERROR]: #!#! Current item: [skellett] connect [to] mysql

What does it mean?
Something about a zip file.