SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.02k stars 358 forks source link

Help error #5730

Closed LFCraftNetwork closed 1 year ago

LFCraftNetwork commented 1 year ago

Skript/Server Version

Skript] Enabling Skript v2.6.1
2023/06/03 17:39:18.158 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.158 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! [Skript] Severe Error:
2023/06/03 17:39:18.164 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.164 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Something went horribly wrong with Skript.
2023/06/03 17:39:18.165 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
2023/06/03 17:39:18.165 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service).
2023/06/03 17:39:18.165 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.
2023/06/03 17:39:18.171 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.173 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Stack trace:
2023/06/03 17:39:18.174 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! java.util.zip.ZipException: zip END header not found
2023/06/03 17:39:18.175 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1786)
2023/06/03 17:39:18.176 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1047)
2023/06/03 17:39:18.177 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1056)
2023/06/03 17:39:18.178 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.<init>(ZipFileSystem.java:130)
2023/06/03 17:39:18.179 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:136)
2023/06/03 17:39:18.182 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:406)
2023/06/03 17:39:18.183 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at ch.njol.skript.aliases.Aliases.loadInternal(Aliases.java:432)
2023/06/03 17:39:18.185 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at ch.njol.skript.aliases.Aliases.load(Aliases.java:392)
2023/06/03 17:39:18.186 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at ch.njol.skript.Skript.onEnable(Skript.java:467)
2023/06/03 17:39:18.187 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
2023/06/03 17:39:18.188 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
2023/06/03 17:39:18.190 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
2023/06/03 17:39:18.192 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
2023/06/03 17:39:18.193 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
2023/06/03 17:39:18.195 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
2023/06/03 17:39:18.195 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
2023/06/03 17:39:18.196 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
2023/06/03 17:39:18.198 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
2023/06/03 17:39:18.200 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
2023/06/03 17:39:18.201 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:829)
2023/06/03 17:39:18.202 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.203 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Version Information:
2023/06/03 17:39:18.203 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!   Skript: 2.6.1
2023/06/03 17:39:18.203 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     Flavor: skriptlang-github
2023/06/03 17:39:18.204 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!     Date: 22:18:42.554713200
2023/06/03 17:39:18.204 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT
2023/06/03 17:39:18.204 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!   Minecraft: 1.12.2
2023/06/03 17:39:18.205 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!   Java: 11.0.13 (OpenJDK 64-Bit Server VM 11.0.13+8)
2023/06/03 17:39:18.205 [serv  ≡≡  ] [17:39:18 ERROR]: #!#!   OS: Linux amd64 5.19.0-42-generic
2023/06/03 17:39:18.206 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.206 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Server platform: Paper
2023/06/03 17:39:18.206 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.206 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Current node: null
2023/06/03 17:39:18.206 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Current item: null
2023/06/03 17:39:18.206 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.207 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Thread: Server thread
2023/06/03 17:39:18.207 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.207 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Language: english
2023/06/03 17:39:18.207 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! Link parse mode: DISABLED
2023/06/03 17:39:18.208 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.208 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! End of Error.
2023/06/03 17:39:18.208 [serv  ≡≡  ] [17:39:18 ERROR]: #!#! 
2023/06/03 17:39:18.665 [serv  ≡≡  ] [17:39:18 ERROR]: [Skript] Checking for updates failed. Do you have Internet connection?
2023/06/03 17:39:18.665 [serv  ≡≡  ] [17:39:18 WARN]: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
2023/06/03 17:39:18.666 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
2023/06/03 17:39:18.667 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
2023/06/03 17:39:18.669 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
2023/06/03 17:39:18.670 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
2023/06/03 17:39:18.670 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
2023/06/03 17:39:18.671 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
2023/06/03 17:39:18.672 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
2023/06/03 17:39:18.673 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
2023/06/03 17:39:18.673 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
2023/06/03 17:39:18.674 [serv  ≡≡  ] [17:39:18 WARN]: Caused by: java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
2023/06/03 17:39:18.680 [serv  ≡≡  ] [17:39:18 WARN]: at ch.njol.skript.update.GithubChecker.lambda$check$0(GithubChecker.java:111)
2023/06/03 17:39:18.681 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
2023/06/03 17:39:18.688 [serv  ≡≡  ] [17:39:18 WARN]: ... 6 more
2023/06/03 17:39:18.689 [serv  ≡≡  ] [17:39:18 WARN]: Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.github.com/repos/SkriptLang/Skript/releases
2023/06/03 17:39:18.692 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924)
2023/06/03 17:39:18.696 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
2023/06/03 17:39:18.699 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
2023/06/03 17:39:18.699 [serv  ≡≡  ] [17:39:18 WARN]: at java.base/java.net.URL.openStream(URL.java:1165)
2023/06/03 17:39:18.700 [serv  ≡≡  ] [17:39:18 WARN]: at ch.njol.skript.update.GithubChecker.lambda$check$0(GithubChecker.java:105)
2023/06/03 17:39:18.700 [serv  ≡≡  ] [17:39:18 WARN]: ... 7 more
2023/06/03 17:39:18.980 [serv  ≡≡  ] [17:39:18 ERROR]: Error occurred while enabling Skript v2.6.1 (Is it up to date?)
2023/06/03 17:39:18.980 [serv  ≡≡  ] java.lang.ExceptionInInitializerError: null
2023/06/03 17:39:18.980 [serv  ≡≡  ] at ch.njol.skript.Skript.onEnable(Skript.java:494) ~[?:?]
2023/06/03 17:39:18.983 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.983 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.983 [serv  ≡≡  ] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.983 [serv  ≡≡  ] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.984 [serv  ≡≡  ] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.984 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.984 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.984 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.985 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.985 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e]
2023/06/03 17:39:18.986 [serv  ≡≡  ] at java.lang.Thread.run(Thread.java:829) [?:?]
2023/06/03 17:39:18.986 [serv  ≡≡  ] Caused by: java.lang.IllegalArgumentException: type stationary water not found
2023/06/03 17:39:18.986 [serv  ≡≡  ] at ch.njol.skript.aliases.Aliases.javaItemType(Aliases.java:571) ~[?:?]
2023/06/03 17:39:18.987 [serv  ≡≡  ] at ch.njol.skript.classes.data.BukkitEventValues.<clinit>(BukkitEventValues.java:320) ~[?:?]
2023/06/03 17:39:18.990 [serv  ≡≡  ] ... 12 more
2023/06/03 17:39:18.991 [serv  ≡≡  ] [17:39:18 INFO]: [Skript] Disabling Skript v2.6.1

Bug Description

Pizdez blyat

Expected Behavior

1

Steps to Reproduce

1

Errors or Screenshots

https://i.imgur.com/qwDCHr5.png

Other

No response

Agreement

AyhamAl-Ali commented 1 year ago

Can you try 1- Update Skript to 2.6.4 2- Removing materials.json 3- Backup and remove aliases folder in Skript folder

LFCraftNetwork commented 1 year ago
[Skript] Enabling Skript v2.6.4
2023/06/04 15:53:40.268 [serv  ≡≡  ] [15:53:40 ERROR]: [Skript] Plugin Skript v2.6.4 has failed to register events for class ch.njol.skript.Skript because ch/njol/skript/lang/SkriptEventInfo does not exist.
2023/06/04 15:53:40.276 [serv  ≡≡  ] [15:53:40 ERROR]: Error occurred while enabling Skript v2.6.4 (Is it up to date?)
2023/06/04 15:53:40.276 [serv  ≡≡  ] java.lang.NoClassDefFoundError: ch/njol/skript/SkriptAddon
2023/06/04 15:53:40.276 [serv  ≡≡  ] at ch.njol.skript.Skript.getAddonInstance(Skript.java:1277) ~[?:?]
2023/06/04 15:53:40.276 [serv  ≡≡  ] at ch.njol.skript.Skript.onEnable(Skript.java:356) ~[?:?]
2023/06/04 15:53:40.276 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.276 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.276 [serv  ≡≡  ] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.276 [serv  ≡≡  ] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.277 [serv  ≡≡  ] at java.lang.Thread.run(Thread.java:829) [?:?]
2023/06/04 15:53:40.277 [serv  ≡≡  ] Caused by: java.lang.ClassNotFoundException: ch.njol.skript.SkriptAddon
2023/06/04 15:53:40.277 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:128) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.281 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.281 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
2023/06/04 15:53:40.281 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
2023/06/04 15:53:40.281 [serv  ≡≡  ] ... 13 more
2023/06/04 15:53:40.281 [serv  ≡≡  ] Caused by: java.util.zip.ZipException: ZipFile invalid LOC header (bad signature)
2023/06/04 15:53:40.282 [serv  ≡≡  ] at java.util.zip.ZipFile$ZipFileInputStream.initDataOffset(ZipFile.java:1009) ~[?:?]
2023/06/04 15:53:40.282 [serv  ≡≡  ] at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:1019) ~[?:?]
2023/06/04 15:53:40.282 [serv  ≡≡  ] at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:469) ~[?:?]
2023/06/04 15:53:40.282 [serv  ≡≡  ] at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159) ~[?:?]
2023/06/04 15:53:40.282 [serv  ≡≡  ] at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[?:?]
2023/06/04 15:53:40.283 [serv  ≡≡  ] at com.google.common.io.ByteStreams.copy(ByteStreams.java:106) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.283 [serv  ≡≡  ] at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:166) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.283 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:126) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.284 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.284 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
2023/06/04 15:53:40.284 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
2023/06/04 15:53:40.284 [serv  ≡≡  ] ... 13 more
2023/06/04 15:53:40.284 [serv  ≡≡  ] [15:53:40 INFO]: [Skript] Disabling Skript v2.6.4
2023/06/04 15:53:40.312 [serv  ≡≡  ] [15:53:40 ERROR]: Error occurred while disabling Skript v2.6.4 (Is it up to date?)
2023/06/04 15:53:40.314 [serv  ≡≡  ] java.lang.NoClassDefFoundError: ch/njol/skript/events/EvtSkript
2023/06/04 15:53:40.315 [serv  ≡≡  ] at ch.njol.skript.Skript.beforeDisable(Skript.java:1116) ~[?:?]
2023/06/04 15:53:40.315 [serv  ≡≡  ] at ch.njol.skript.Skript.onDisable(Skript.java:1128) ~[?:?]
2023/06/04 15:53:40.317 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.317 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:350) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.318 [serv  ≡≡  ] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:437) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.318 [serv  ≡≡  ] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:320) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.319 [serv  ≡≡  ] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.320 [serv  ≡≡  ] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.320 [serv  ≡≡  ] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.320 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.321 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.321 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.322 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.322 [serv  ≡≡  ] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.322 [serv  ≡≡  ] at java.lang.Thread.run(Thread.java:829) [?:?]
2023/06/04 15:53:40.323 [serv  ≡≡  ] Caused by: java.lang.ClassNotFoundException: ch.njol.skript.events.EvtSkript
2023/06/04 15:53:40.323 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:128) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.324 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.324 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
2023/06/04 15:53:40.325 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
2023/06/04 15:53:40.325 [serv  ≡≡  ] ... 15 more
2023/06/04 15:53:40.326 [serv  ≡≡  ] Caused by: java.util.zip.ZipException: ZipFile invalid LOC header (bad signature)
2023/06/04 15:53:40.326 [serv  ≡≡  ] at java.util.zip.ZipFile$ZipFileInputStream.initDataOffset(ZipFile.java:1009) ~[?:?]
2023/06/04 15:53:40.327 [serv  ≡≡  ] at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:1019) ~[?:?]
2023/06/04 15:53:40.327 [serv  ≡≡  ] at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:469) ~[?:?]
2023/06/04 15:53:40.328 [serv  ≡≡  ] at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159) ~[?:?]
2023/06/04 15:53:40.328 [serv  ≡≡  ] at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[?:?]
2023/06/04 15:53:40.329 [serv  ≡≡  ] at com.google.common.io.ByteStreams.copy(ByteStreams.java:106) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.329 [serv  ≡≡  ] at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:166) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.329 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:126) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.330 [serv  ≡≡  ] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
2023/06/04 15:53:40.330 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
2023/06/04 15:53:40.330 [serv  ≡≡  ] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
2023/06/04 15:53:40.330 [serv  ≡≡  ] ... 15 more
AyhamAl-Ali commented 1 year ago

Send full console log please Also what steps have you done? all fo them?

TheLimeGlass commented 1 year ago

Ensure you're download the Skript jar from https://github.com/SkriptLang/Skript/releases

AyhamAl-Ali commented 1 year ago

Closing the issue due to no response. If issue still persists let us know.

LFCraftNetwork commented 1 year ago
[15:13:02] [Server thread/INFO]: Starting minecraft server version 1.12.2
[15:13:02] [Server thread/INFO]: Loading properties
[15:13:02] [Server thread/INFO]: Default game type: SURVIVAL
[15:13:03] [Server thread/INFO]: This server is running Paper version git-Paper-33d42c8e (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[15:13:03] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:13:03] [Server thread/INFO]: Debug logging is disabled
[15:13:03] [Server thread/INFO]: Generating keypair
[15:13:04] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:10460
[15:13:05] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[15:13:12] [Server thread/INFO]: [EpicCraftings] Loading EpicCraftings v2.3.1
[15:13:12] [Server thread/INFO]: [ItemEffects] Loading ItemEffects v1.0.8-2
[15:13:12] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[15:13:12] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v1.0
[15:13:12] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v1.0
[15:13:12] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.10.0
[15:13:12] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v1.0
[15:13:12] [Server thread/INFO]: [RogueParkour] Loading RogueParkour v4.3
[15:13:12] [Server thread/INFO]: [TrollBoss] Loading TrollBoss v6.3.7
[15:13:12] [Server thread/INFO]: [BrawlFish] Loading BrawlFish v1.0
[15:13:12] [Server thread/INFO]: [ViaVersion] Loading ViaVersion vBrawlStars
[15:13:12] [Server thread/INFO]: [ViaVersion] ViaVersion BrawlStars is now loaded, waiting for boot. (late-bind)
[15:13:12] [Server thread/INFO]: [HoweBosses] Loading HoweBosses v1.0
[15:13:12] [Server thread/INFO]: [HightFullServerJoin] Loading HightFullServerJoin v1.0
[15:13:12] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.3
[15:13:12] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.79
[15:13:13] [Server thread/INFO]: [WorldEdit] Loading WorldEdit vBrawlStars
[15:13:13] [Server thread/INFO]: [GreatKits] Loading GreatKits v2.9
[15:13:13] [Server thread/INFO]: [EasyPayments] Loading EasyPayments v2.0.9
[15:13:13] [Server thread/INFO]: [CommandBlocker] Loading CommandBlocker v1.0
[15:13:13] [Server thread/INFO]: [ClearLag] Loading ClearLag v1.0
[15:13:13] [Server thread/INFO]: [AkyloffChat] Loading AkyloffChat v1.0
[15:13:13] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.11
[15:13:13] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.0
[15:13:13] [Server thread/INFO]: [UltimateServerProtector] Loading UltimateServerProtector v1.0
[15:13:13] [Server thread/INFO]: [BlockSyntax] Loading BlockSyntax vBrawlStars
[15:13:13] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0
[15:13:16] [Server thread/INFO]: [exoVkReward] Loading exoVkReward v1.0
[15:13:16] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.4.19-Release
[15:13:16] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
[15:13:16] [Server thread/INFO]: [AntiAura-ML] Loading AntiAura-ML v1.0
[15:13:16] [Server thread/INFO]: [HideAchievements] Loading HideAchievements v1.0
[15:13:16] [Server thread/INFO]: [UniversalCode] Loading UniversalCode v1.0
[15:13:16] [Server thread/INFO]: [AntiAura] Loading AntiAura v0.3.1
[15:13:16] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
[15:13:16] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[15:13:16] [Server thread/INFO]: [DailyRewards] Loading DailyRewards v1.3.7g
[15:13:16] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.0
[15:13:16] [Server thread/INFO]: [LootChest] Loading LootChest v2.3.4
[15:13:16] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;
[15:13:16] [Server thread/INFO]: [CarrierJob] Loading CarrierJob v1.0
[15:13:16] [Server thread/INFO]: [InventorySaver] Loading InventorySaver v3.5.4-VERSION-1.12
[15:13:16] [Server thread/INFO]: [ArcanixKinghill] Loading ArcanixKinghill v1.0
[15:13:16] [Server thread/INFO]: [Images] Loading Images v1.0
[15:13:16] [Server thread/INFO]: [Drop2Inventory] Loading Drop2Inventory v4.9.5
[15:13:16] [Server thread/INFO]: [BungeeGuard] Loading BungeeGuard v1.3-SNAPSHOT
[15:13:16] [Server thread/INFO]: [MoonCases] Loading MoonCases v1.0
[15:13:16] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.1
[15:13:16] [Server thread/INFO]: [Skript] Loading Skript v2.6.4
[15:13:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0
[15:13:16] [Server thread/INFO]: [RestrictCreative] Loading RestrictCreative v5.1
[15:13:16] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v3.0.13
[15:13:16] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2103)
[15:13:16] [Server thread/INFO]: [BlockBall] Loading BlockBall v6.29.3
[15:13:16] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.26.2
[15:13:16] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.3.1
[15:13:16] [Server thread/INFO]: [TAB] Loading TAB v2.8.10-pre1
[15:13:16] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.6
[15:13:16] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v1.0
[15:13:16] [Server thread/INFO]: [AkyloffWoodCutter] Loading AkyloffWoodCutter v1.0
[15:13:16] [Server thread/INFO]: [MoarBows] Loading MoarBows v2.4.2
[15:13:16] [Server thread/INFO]: [dtlTradersPlus] Loading dtlTradersPlus v6.4.12
[15:13:16] [Server thread/INFO]: [PluginCore] Loading PluginCore v1.5.12
[15:13:16] [Server thread/INFO]: [Duels] Loading Duels v3.5.3
[15:13:16] [Server thread/INFO]: [BattlePass] Loading BattlePass v3.7.3
[15:13:16] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[15:13:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0
[15:13:16] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.20
[15:13:16] [Server thread/INFO]: [DestroyRank] Loading DestroyRank v3.6.8
[15:13:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:13:16] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.10.0
[15:13:16] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.12.2
[15:13:16] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[15:13:16] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[15:13:16] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[15:13:16] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.79
[15:13:17] [Server thread/INFO]:         __    
[15:13:17] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.79
[15:13:17] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[15:13:17] [Server thread/INFO]: 
[15:13:17] [Server thread/INFO]: [LuckPerms] Loading configuration...
[15:13:19] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[15:13:24] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[15:13:25] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[15:13:27] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 10704ms)
[15:13:27] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0
[15:13:27] [Server thread/INFO]: [BungeeGuard] Enabling BungeeGuard v1.3-SNAPSHOT
[15:13:27] [Server thread/INFO]: [BungeeGuard] Using Paper's PlayerHandshakeEvent to listen for connections.
[15:13:27] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[15:13:27] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[15:13:27] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[15:13:27] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[15:13:27] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[15:13:27] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[15:13:27] [Server thread/INFO]: Preparing level "world"
[15:13:27] [Server thread/INFO]: -------- World Settings For [world] --------
[15:13:27] [Server thread/INFO]: Mob Spawn Range: 4
[15:13:27] [Server thread/INFO]: Cactus Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Cane Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Melon Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Mushroom Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Pumpkin Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Sapling Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Wheat Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: NetherWart Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Vine Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Cocoa Growth Modifier: 800%
[15:13:27] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Mi 2 / Tiv true
[15:13:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:13:27] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[15:13:27] [Server thread/INFO]: Random Lighting Updates: false
[15:13:27] [Server thread/INFO]: Structure Info Saving: true
[15:13:27] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[15:13:27] [Server thread/INFO]: Max TNT Explosions: 100
[15:13:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:13:27] [Server thread/INFO]: View Distance: 4
[15:13:27] [Server thread/INFO]: Item Despawn Rate: 6000
[15:13:27] [Server thread/INFO]: Item Merge Radius: 4.0
[15:13:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:13:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:13:27] [Server thread/INFO]: Experience Merge Radius: 6.0
[15:13:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:13:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:13:31] [Server thread/INFO]: Preparing start region for level 0 (Seed: -8262512608861412411)
[15:13:32] [Server thread/INFO]: Preparing spawn area: 7%
[15:13:32] [Server thread/INFO]: [EpicCraftings] Enabling EpicCraftings v2.3.1
[15:13:32] [Server thread/INFO]: [EpicCraftings] Has been enabled! Version: 2.3.1
[15:13:32] [Server thread/INFO]: [EpicCraftings] Thanks for using my plugin!  ~Ajneb97
[15:13:32] [Server thread/INFO]: [ItemEffects] Enabling ItemEffects v1.0.8-2
[15:13:32] [Server thread/INFO]: ------------------------------------------------------
[15:13:32] [Server thread/INFO]: 
[15:13:32] [Server thread/INFO]: ._   _   _____  __  __  _       _____
[15:13:32] [Server thread/INFO]: | | | | | ____| \ \/ / | |     | ____|                         
[15:13:32] [Server thread/INFO]: | |_| | |  _|    \  /  | |     |  _|                           
[15:13:32] [Server thread/INFO]: |  _  | | |___   /  \  | |___  | |___
[15:13:32] [Server thread/INFO]: |_| |_| |_____| /_/\_\ |_____| |_____|
[15:13:32] [Server thread/INFO]: 
[15:13:32] [Server thread/INFO]: Hexle_Development_Systems - http://hexle.at
[15:13:32] [Server thread/INFO]: 
[15:13:32] [Server thread/INFO]: 
[15:13:33] [Server thread/INFO]: [Item Effects] Found correct language: en
[15:13:33] [Server thread/INFO]: [Item Effects] Your server is running a compatible version: v1_12_R1
[15:13:33] [Server thread/INFO]: [Item Effects] By Beni and Henrik. Finished loading!
[15:13:33] [Server thread/INFO]: 
[15:13:33] [Server thread/INFO]: ------------------------------------------------------
[15:13:33] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[15:13:33] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[15:13:33] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v1.0
[15:13:34] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v1.0
[15:13:34] [Server thread/WARN]: Can't set value to 'private java.util.List ru.leymooo.antirelog.config.Settings.disabledWorlds (List)', because 'disabledWorlds' is not set or null
[15:13:34] [Server thread/INFO]: [AntiRelog] Detected version: 1.12.2
[15:13:34] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v1.0
[15:13:34] [Server thread/INFO]: -------- World Settings For [111] --------
[15:13:34] [Server thread/INFO]: Mob Spawn Range: 4
[15:13:34] [Server thread/INFO]: Cactus Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Cane Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Melon Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Mushroom Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Pumpkin Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Sapling Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Wheat Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: NetherWart Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Vine Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Cocoa Growth Modifier: 800%
[15:13:34] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Mi 2 / Tiv true
[15:13:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:13:34] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[15:13:34] [Server thread/INFO]: Random Lighting Updates: false
[15:13:34] [Server thread/INFO]: Structure Info Saving: true
[15:13:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[15:13:34] [Server thread/INFO]: Max TNT Explosions: 100
[15:13:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:13:34] [Server thread/INFO]: View Distance: 4
[15:13:34] [Server thread/INFO]: Item Despawn Rate: 6000
[15:13:34] [Server thread/INFO]: Item Merge Radius: 4.0
[15:13:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:13:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:13:34] [Server thread/INFO]: Experience Merge Radius: 6.0
[15:13:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:13:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:13:34] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6064525880471696)
[15:13:36] [Server thread/INFO]: Preparing spawn area for 111, 0%
[15:13:36] [Server thread/INFO]: -------- World Settings For [222] --------
[15:13:36] [Server thread/INFO]: Mob Spawn Range: 4
[15:13:36] [Server thread/INFO]: Cactus Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Cane Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Melon Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Mushroom Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Pumpkin Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Sapling Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Wheat Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: NetherWart Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Vine Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Cocoa Growth Modifier: 800%
[15:13:36] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Mi 2 / Tiv true
[15:13:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:13:36] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[15:13:36] [Server thread/INFO]: Random Lighting Updates: false
[15:13:36] [Server thread/INFO]: Structure Info Saving: true
[15:13:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[15:13:36] [Server thread/INFO]: Max TNT Explosions: 100
[15:13:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:13:36] [Server thread/INFO]: View Distance: 4
[15:13:36] [Server thread/INFO]: Item Despawn Rate: 6000
[15:13:36] [Server thread/INFO]: Item Merge Radius: 4.0
[15:13:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:13:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:13:36] [Server thread/INFO]: Experience Merge Radius: 6.0
[15:13:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:13:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:13:36] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4438724504229534725)
[15:13:37] [Server thread/INFO]: Preparing spawn area for 222, 0%
[15:13:38] [Server thread/INFO]: -------- World Settings For [brawlmc1] --------
[15:13:38] [Server thread/INFO]: Mob Spawn Range: 4
[15:13:38] [Server thread/INFO]: Cactus Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Cane Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Melon Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Mushroom Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Pumpkin Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Sapling Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Wheat Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: NetherWart Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Vine Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Cocoa Growth Modifier: 800%
[15:13:38] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Mi 2 / Tiv true
[15:13:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[15:13:38] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[15:13:38] [Server thread/INFO]: Random Lighting Updates: false
[15:13:38] [Server thread/INFO]: Structure Info Saving: true
[15:13:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[15:13:38] [Server thread/INFO]: Max TNT Explosions: 100
[15:13:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[15:13:38] [Server thread/INFO]: View Distance: 4
[15:13:38] [Server thread/INFO]: Item Despawn Rate: 6000
[15:13:38] [Server thread/INFO]: Item Merge Radius: 4.0
[15:13:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[15:13:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[15:13:38] [Server thread/INFO]: Experience Merge Radius: 6.0
[15:13:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[15:13:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[15:13:38] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5975040326374346938)
[15:13:39] [Server thread/INFO]: [MultiWorld] v1.0 enabled.
[15:13:39] [Server thread/INFO]: [RogueParkour] Enabling RogueParkour v4.3
[15:13:39] [Server thread/INFO]: --------------------------------------
[15:13:39] [Server thread/INFO]: RogueParkour 4.3 enabling
[15:13:39] [Server thread/INFO]: Made by: Kledioz (omegacraft.cl)
[15:13:39] [Server thread/INFO]: Any feedbacks on Spigot PM: Kledioz
[15:13:39] [Server thread/INFO]: --------------------------------------
[15:13:39] [Server thread/INFO]: RP> Using players.yml flatfile..
[15:13:39] [Server thread/INFO]: [TrollBoss] Enabling TrollBoss v6.3.7
[15:13:39] [Server thread/INFO]: [TrollBoss] Plugin enabled!
[15:13:39] [Server thread/INFO]: [BrawlFish] Enabling BrawlFish v1.0
[15:13:39] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion vBrawlStars
[15:13:40] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[15:13:40] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[15:13:40] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[15:13:40] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[15:13:41] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[15:13:41] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[15:13:41] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[15:13:41] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[15:13:42] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[15:13:42] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
[15:13:42] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.19 -> 1.19.3 mappings...
[15:13:42] [Server thread/INFO]: [HoweBosses] Enabling HoweBosses v1.0
[15:13:43] [Server thread/INFO]: [HightFullServerJoin] Enabling HightFullServerJoin v1.0
[15:13:43] [Server thread/INFO]: [�9HightFullServerJoin�r] by �cwhymakud �renabled!
[15:13:43] [Server thread/INFO]: [�9HightFullServerJoin�r] Permission: �2hightfullserverjoin.allow
[15:13:43] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.3
[15:13:45] [Server thread/INFO]: CratesPlus Version 4.5.3
[15:13:45] [Server thread/INFO]: HolographicDisplays was found, hooking in!
[15:13:45] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit vBrawlStars
[15:13:46] [Server thread/INFO]: WEPIF: Использование Bukkit Permissions API.
[15:13:47] [Server thread/INFO]: [WorldEdit] Использую com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 для Bukkit адаптеров
[15:13:47] [Server thread/INFO]: [GreatKits] Enabling GreatKits v2.9
[15:13:47] [Server thread/INFO]: GreatKits 2.9.0 --> ON
[15:13:47] [Server thread/INFO]: [EasyPayments] Enabling EasyPayments v2.0.9
[15:13:47] [Server thread/INFO]: [EasyPayments] Detected NMS version: 1_12_R1 (MC 1.12.2)
[15:13:47] [Server thread/INFO]: [EasyPayments]  
[15:13:47] [Server thread/INFO]: [EasyPayments]  EasyPayments is an official payment processing implementation.
[15:13:47] [Server thread/INFO]: [EasyPayments]  © EasyDonate 2020-2023 - All rights reserved.
[15:13:47] [Server thread/INFO]: [EasyPayments]  
[15:13:47] [Server thread/INFO]: [CommandBlocker] Enabling CommandBlocker v1.0
[15:13:47] [Server thread/INFO]: [CommandBlocker] 6 command(s) founded for block
[15:13:47] [Server thread/INFO]: [CommandBlocker] 2 command(s) founded for setting only consle acces
[15:13:47] [Server thread/INFO]: [CommandBlocker] CommandBlocker by Blc enabled
[15:13:47] [Server thread/INFO]: [ClearLag] Enabling ClearLag v1.0
[15:13:47] [Server thread/INFO]: [ClearLag] Using version-adapter: LegacyVersionAdapter
[15:13:48] [Server thread/INFO]: [ClearLag] Loading modules...
[15:13:48] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[15:13:48] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[15:13:48] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[15:13:48] [Server thread/INFO]: [AkyloffChat] Enabling AkyloffChat v1.0
[15:13:48] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.11
[15:13:48] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
[15:13:48] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.0
[15:13:48] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
[15:13:48] [Server thread/INFO]: [UltimateServerProtector] Enabling UltimateServerProtector v1.0
[15:13:48] [Server thread/INFO]: [UltimateServerProtector] For entering admin-password you need to write it into the chat!
[15:13:48] [Server thread/INFO]: [UltimateServerProtector] Plugin started in 316 ms
[15:13:48] [Server thread/INFO]: [BlockSyntax] Enabling BlockSyntax vBrawlStars
[15:13:48] [Server thread/INFO]: [exoVkReward] Enabling exoVkReward v1.0
[15:13:48] [Server thread/INFO]: Сессия SQLite запущена.
[15:13:48] [Server thread/INFO]: LongPool подключен успешно!
[15:13:48] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.4.19-Release
[15:13:48] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
[15:13:48] [Server thread/INFO]: [Minepacks] Config file successfully loaded.
[15:13:49] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english  Author: GeorgH93
[15:13:49] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting...
[15:13:49] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed.
[15:13:49] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :) 
[15:13:49] [Server thread/INFO]: [AntiAura-ML] Enabling AntiAura-ML v1.0
[15:13:49] [Server thread/INFO]: Machine learning killaura enabled!
[15:13:49] [Server thread/INFO]: [HideAchievements] Enabling HideAchievements v1.0
[15:13:49] [Server thread/INFO]: [UniversalCode] Enabling UniversalCode v1.0
[15:13:49] [Server thread/INFO]: [UniversalCode/INFO] Промокод ustudio успешно загружен!
[15:13:49] [Server thread/INFO]: [UniversalCode/INFO] Промокод test2 успешно загружен!
[15:13:49] [Server thread/INFO]: [UniversalCode] The plugin started successfully! Website: u-studio.su
[15:13:49] [Server thread/INFO]: [AntiAura] Enabling AntiAura v0.3.1
[15:14:02] [Server thread/INFO]:  Downloaded from https://directleaks.to 
[15:14:02] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin AntiAura tried to register listener for unknown packet GROUND[PLAY, CLIENT, 23, classNames: [net.minecraft.server.v1_12_R1.PacketPlayInFlying$PacketPlayInD, net.minecraft.network.protocol.game.ServerboundFlying$dPacket] (unregistered)] [direction: from CLIENT]
[15:14:03] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 831 ms to scan 1 urls, producing 400 keys and 1769 values 
[15:14:03] [Server thread/INFO]: [org.nd4j.linalg.factory.Nd4jBackend] Loaded [CpuBackend] backend
[15:14:03] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 293 ms to scan 1 urls, producing 23913 keys and 24891 values 
[15:14:03] [Server thread/INFO]: [org.nd4j.nativeblas.NativeOpsHolder] Number of threads used for NativeOps: 12
[15:14:04] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 341 ms to scan 1 urls, producing 31 keys and 227 values 
[15:14:04] [Server thread/INFO]: [org.nd4j.nativeblas.Nd4jBlas] Number of threads used for BLAS: 12
[15:14:04] [Server thread/INFO]: [org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner] Backend used: [CPU]; OS: [Linux]
[15:14:04] [Server thread/INFO]: [org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner] Cores: [48]; Memory: [5.0GB];
[15:14:04] [Server thread/INFO]: [org.nd4j.linalg.api.ops.executioner.DefaultOpExecutioner] Blas vendor: [OPENBLAS]
[15:14:07] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 1980 ms to scan 1 urls, producing 2247 keys and 9262 values 
[15:14:07] [Server thread/INFO]: [org.deeplearning4j.nn.multilayer.MultiLayerNetwork] Starting MultiLayerNetwork with WorkspaceModes set to [training: NONE; inference: SEPARATE]
[15:14:07] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 227 ms to scan 1 urls, producing 387 keys and 1538 values 
[15:14:07] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.7
[15:14:07] [Server thread/INFO]: [MineResetLite] MRL is managed and developed by Boomclaw under the Apache 2.0 license.
[15:14:07] [Server thread/INFO]: [MineResetLite] For any issues or suggestions, use the Spigot discussion thread. Do not PM any of the developers.
[15:14:07] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine.mine.yml'...
[15:14:07] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[15:14:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[15:14:07] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[15:14:08] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[15:14:08] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[15:14:08] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v1.3.7g
[15:14:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: dailyrewards [1.3.7g]
[15:14:08] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.0
[15:14:08] [Server thread/WARN]: [SimpleSit] Using legacy armor stand align, for mc versions 1.12 and below.
[15:14:08] [Server thread/INFO]: [LootChest] Enabling LootChest v2.3.4
[15:14:08] [Server thread/INFO]: [LootChest] Server version: 1.12
[15:14:08] [Server thread/INFO]: [LootChest] Loading config files...
[15:14:08] [Server thread/INFO]: [LootChest] Starting particles...
[15:14:08] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;
[15:14:08] [Server thread/INFO]: [WorldGuard] (world) Поджигание TNT РАЗРЕШЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] (world) Зажигалки РАЗРЕШЕНЫ.
[15:14:08] [Server thread/INFO]: [WorldGuard] (world) Огонь лавы отключен.
[15:14:08] [Server thread/INFO]: [WorldGuard] (world) Распространение огня НЕОГРАНИЧЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world'
[15:14:08] [Server thread/INFO]: [WorldGuard] (111) Поджигание TNT РАЗРЕШЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] (111) Зажигалки РАЗРЕШЕНЫ.
[15:14:08] [Server thread/INFO]: [WorldGuard] (111) Огонь лавы отключен.
[15:14:08] [Server thread/INFO]: [WorldGuard] (111) Распространение огня НЕОГРАНИЧЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира '111'
[15:14:08] [Server thread/INFO]: [WorldGuard] (222) Поджигание TNT РАЗРЕШЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] (222) Зажигалки РАЗРЕШЕНЫ.
[15:14:08] [Server thread/INFO]: [WorldGuard] (222) Огонь лавы отключен.
[15:14:08] [Server thread/INFO]: [WorldGuard] (222) Распространение огня НЕОГРАНИЧЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира '222'
[15:14:08] [Server thread/INFO]: [WorldGuard] (brawlmc1) Поджигание TNT РАЗРЕШЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] (brawlmc1) Зажигалки РАЗРЕШЕНЫ.
[15:14:08] [Server thread/INFO]: [WorldGuard] (brawlmc1) Огонь лавы отключен.
[15:14:08] [Server thread/INFO]: [WorldGuard] (brawlmc1) Распространение огня НЕОГРАНИЧЕНО.
[15:14:08] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'brawlmc1'
[15:14:08] [Server thread/INFO]: [WorldGuard] Загрузка данных региона...
[15:14:09] [Server thread/INFO]: [CarrierJob] Enabling CarrierJob v1.0
[15:14:09] [Server thread/INFO]: CarrierJob Enabled! Plugin redone player ClaytonLegend - vk.com/claytonlegends
[15:14:09] [Server thread/INFO]: [CarrierJob] CarrierJob Enabled! Plugin redone player ClaytonLegend - vk.com/claytonlegends
[15:14:09] [Server thread/INFO]: [InventorySaver] Enabling InventorySaver v3.5.4-VERSION-1.12
[15:14:09] [Server thread/INFO]: [InventorySaver] Configuration file found. Loading configuration file.
[15:14:09] [Server thread/INFO]: [InventorySaver] [History - SQLite] Database connection was successful created.
[15:14:10] [Server thread/INFO]: [ArcanixKinghill] Enabling ArcanixKinghill v1.0
[15:14:10] [Server thread/INFO]: [Images] Enabling Images v1.0
[15:14:10] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
[15:14:10] [Server thread/INFO]: [Drop2Inventory] Enabling Drop2Inventory v4.9.5
[15:14:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: drop2inventory [GENERIC]
[15:14:10] [Server thread/INFO]: [MoonCases] Enabling MoonCases v1.0
[15:14:10] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.1
[15:14:10] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.1*-=-=-=-=-=-=-=-=-=-*
[15:14:10] [Server thread/INFO]: | You're using an not fully supported server version. (v1_12_R1)
[15:14:10] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[15:14:10] [Server thread/INFO]: | Command file(s) found : 1
[15:14:10] [Server thread/INFO]: | Config : Ready.
[15:14:10] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[15:14:10] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[15:14:10] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[15:14:10] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[15:14:10] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[15:14:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[15:14:10] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[15:14:10] [Server thread/INFO]: | Custom commands loaded : 60
[15:14:10] [Server thread/INFO]: | You're running the latest version of MyCommand.
[15:14:10] [Server thread/INFO]: | 0 (custom) commands in cooldown added.
[15:14:10] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[15:14:10] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[15:14:10] [Server thread/INFO]: [Skript] Enabling Skript v2.6.4
[15:14:10] [Server thread/ERROR]: [Skript] Plugin Skript v2.6.4 has failed to register events for class ch.njol.skript.Skript because ch/njol/skript/lang/SkriptEventInfo does not exist.
[15:14:10] [Server thread/ERROR]: Error occurred while enabling Skript v2.6.4 (Is it up to date?)
java.lang.NoClassDefFoundError: ch/njol/skript/SkriptAddon
    at ch.njol.skript.Skript.getAddonInstance(Skript.java:1277) ~[?:?]
    at ch.njol.skript.Skript.onEnable(Skript.java:356) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.ClassNotFoundException: ch.njol.skript.SkriptAddon
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:128) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
    ... 13 more
Caused by: java.util.zip.ZipException: ZipFile invalid LOC header (bad signature)
    at java.util.zip.ZipFile$ZipFileInputStream.initDataOffset(ZipFile.java:1009) ~[?:?]
    at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:1019) ~[?:?]
    at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:469) ~[?:?]
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159) ~[?:?]
    at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[?:?]
    at com.google.common.io.ByteStreams.copy(ByteStreams.java:106) ~[server.jar:git-Paper-33d42c8e]
    at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:166) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:126) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
    ... 13 more
[15:14:10] [Server thread/INFO]: [Skript] Disabling Skript v2.6.4
[15:14:10] [Server thread/ERROR]: Error occurred while disabling Skript v2.6.4 (Is it up to date?)
java.lang.NoClassDefFoundError: ch/njol/skript/events/EvtSkript
    at ch.njol.skript.Skript.beforeDisable(Skript.java:1116) ~[?:?]
    at ch.njol.skript.Skript.onDisable(Skript.java:1128) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:350) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:437) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:320) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.ClassNotFoundException: ch.njol.skript.events.EvtSkript
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:128) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
    ... 15 more
Caused by: java.util.zip.ZipException: ZipFile invalid LOC header (bad signature)
    at java.util.zip.ZipFile$ZipFileInputStream.initDataOffset(ZipFile.java:1009) ~[?:?]
    at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:1019) ~[?:?]
    at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:469) ~[?:?]
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159) ~[?:?]
    at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[?:?]
    at com.google.common.io.ByteStreams.copy(ByteStreams.java:106) ~[server.jar:git-Paper-33d42c8e]
    at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:166) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:126) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
    ... 15 more
[15:14:10] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0
[15:14:11] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[15:14:11] [Server thread/INFO]: [Essentials] No kits found to migrate.
[15:14:11] [Server thread/INFO]: [Essentials] Loaded 853 items from items.csv.
[15:14:11] [Server thread/INFO]: [Essentials] Using locale ru
[15:14:11] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[15:14:12] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[15:14:12] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[15:14:12] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[15:14:12] [Server thread/INFO]: [RestrictCreative] Enabling RestrictCreative v5.1
[15:14:13] [Server thread/INFO]: Using offline database.
[15:14:13] [Server thread/WARN]: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (table RestrictCreative already exists)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.newSQLException(DB.java:909)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.newSQLException(DB.java:921)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.throwex(DB.java:886)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.NativeDB.prepare_utf8(Native Method)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.NativeDB.prepare(NativeDB.java:127)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.prepare(DB.java:227)
[15:14:13] [Server thread/WARN]:    at org.sqlite.jdbc3.JDBC3Statement.execute(JDBC3Statement.java:60)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.createNewTableOffline(MySQLHandler.java:120)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.mysqlopenConnection(MySQLHandler.java:81)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.setupConnection(MySQLHandler.java:43)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.<init>(MySQLHandler.java:27)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.Main.onEnable(Main.java:44)
[15:14:13] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[15:14:13] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
[15:14:13] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[15:14:13] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
[15:14:13] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
[15:14:13] [Server thread/WARN]:    at java.base/java.lang.Thread.run(Thread.java:829)
[15:14:13] [Server thread/INFO]: Using offline database.
[15:14:13] [Server thread/WARN]: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (table RestrictCreative already exists)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.newSQLException(DB.java:909)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.newSQLException(DB.java:921)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.throwex(DB.java:886)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.NativeDB.prepare_utf8(Native Method)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.NativeDB.prepare(NativeDB.java:127)
[15:14:13] [Server thread/WARN]:    at org.sqlite.core.DB.prepare(DB.java:227)
[15:14:13] [Server thread/WARN]:    at org.sqlite.jdbc3.JDBC3Statement.execute(JDBC3Statement.java:60)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.createNewTableOffline(MySQLHandler.java:120)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.mysqlopenConnection(MySQLHandler.java:81)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.mySQL.MySQLHandler.setupConnection(MySQLHandler.java:43)
[15:14:13] [Server thread/WARN]:    at ro.deiutzblaxo.RestrictCreative.Main.onEnable(Main.java:46)
[15:14:13] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[15:14:13] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
[15:14:13] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[15:14:13] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
[15:14:13] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
[15:14:13] [Server thread/WARN]:    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
[15:14:13] [Server thread/WARN]:    at java.base/java.lang.Thread.run(Thread.java:829)
[15:14:13] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.0.13
[15:14:14] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[15:14:14] [Server thread/INFO]: [ItemEdit] Hooking into PlaceholderApi
[15:14:14] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI:
[15:14:14] [Server thread/INFO]: [ItemEdit] placeholders:
[15:14:14] [Server thread/INFO]: [ItemEdit]   %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
[15:14:14] [Server thread/INFO]: [ItemEdit]     shows how many itemid player has on slot
[15:14:14] [Server thread/INFO]: [ItemEdit]     <{itemid}> for item id on serveritem
[15:14:14] [Server thread/INFO]: [ItemEdit]     [{slot}] for the slot where the item should be counted, by default inventory
[15:14:14] [Server thread/INFO]: [ItemEdit]       Values: inventory, equip, inventoryandequip, hand, offhand, head, chest, legs, feet
[15:14:14] [Server thread/INFO]: [ItemEdit]     [{player}] for the player, by default self
[15:14:14] [Server thread/INFO]: [ItemEdit]     example: %itemedit_amount_{my_item_id}_{hand}%
[15:14:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: itemedit [1.0]
[15:14:14] [Server thread/INFO]: [ItemEdit] # Enabled (took 333 ms)
[15:14:14] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2103)
[15:14:15] [Server thread/INFO]: [BlockBall] Enabling BlockBall v6.29.3
[15:14:17] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[15:14:17] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[15:14:17] [Server thread/INFO]: [BlockBall] Connected to jdbc:sqlite:/home/container/plugins/BlockBall/BlockBall.db
[15:14:17] [Server thread/INFO]: [BlockBall] Using NMS Connector v1_12_R1.
[15:14:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: blockball [6.29.3]
[15:14:17] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[15:14:17] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.3.1
[15:14:17] [Server thread/INFO]:  
[15:14:17] [Server thread/INFO]: __________________________________________________________
[15:14:17] [Server thread/INFO]:  
[15:14:17] [Server thread/INFO]:                        TradeSystem [2.3.1]
[15:14:17] [Server thread/INFO]:  
[15:14:17] [Server thread/INFO]: Status:
[15:14:17] [Server thread/INFO]:  
[15:14:17] [Server thread/INFO]: MC-Version: 1.12.2 (R0.1-SNAPSHOT, Paper)
[15:14:17] [Server thread/INFO]:  
[15:14:18] [pool-35-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (767828469573c2f0fa3ed5a44feb0b2f15f2c02d)
[15:14:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem [1.2]
[15:14:18] [Server thread/INFO]:   > Loading sounds
[15:14:19] [Server thread/INFO]:   > Loading blacklist
[15:14:19] [Server thread/INFO]:     ...got 3 blocked item(s)
[15:14:19] [Server thread/INFO]:   > Loading layouts
[15:14:19] [Server thread/INFO]:     ...got 4 layout(s)
[15:14:19] [Server thread/INFO]:   > Database logging is disabled
[15:14:19] [Server thread/INFO]:  
[15:14:19] [Server thread/INFO]: Finished (2017ms)
[15:14:19] [Server thread/INFO]:  
[15:14:19] [Server thread/INFO]: __________________________________________________________
[15:14:19] [Server thread/INFO]:  
[15:14:19] [Server thread/INFO]: [TAB] Enabling TAB v2.8.10-pre1
[15:14:19] [Server thread/INFO]: [TAB] Server version: 1.12.2 (v1_12_R1)
[15:14:20] [Server thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file.
[15:14:20] [Server thread/INFO]: [TAB] There was 1 startup warning.
[15:14:20] [Server thread/INFO]: [TAB] Enabled in 332ms
[15:14:20] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.6
[15:14:20] [Thread-84/INFO]: [TAB] Version 2.9.2 is out! Your version: 2.8.10-pre1
[15:14:20] [Thread-84/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/83967/
[15:14:20] [Server thread/INFO]: [AncientGates] Loading conf from disk
[15:14:21] [Server thread/INFO]: [AncientGates] Enabled (789 ms)
[15:14:21] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v1.0
[15:14:21] [Server thread/INFO]: [ItemJoin] Hooked into PlaceholderAPI!
[15:14:21] [Server thread/INFO]: [ItemJoin] has been Enabled!
[15:14:21] [Server thread/INFO]: [AkyloffWoodCutter] Enabling AkyloffWoodCutter v1.0
[15:14:21] [Server thread/INFO]: [AkyloffWoodCutter] Слито лучшим майнкрафт форумом - https://hightleak.xyz/
[15:14:21] [Server thread/INFO]: [MoarBows] Enabling MoarBows v2.4.2
[15:14:21] [Server thread/INFO]: [MoarBows] Detected Bukkit Version: v1_12_R1
[15:14:21] [Server thread/INFO]: [MoarBows] Hooked onto WorldGuard
[15:14:21] [Server thread/INFO]: [dtlTradersPlus] Enabling dtlTradersPlus v6.4.12
[15:14:21] [Server thread/INFO]: dtlTradersPlus> Welcome to dtlTradersPlus v6.4.12!
[15:14:21] [Server thread/INFO]: dtlTradersPlus> Trying to hook into any Vault supported plugin...
[15:14:21] [Server thread/INFO]: dtlTradersPlus> Vault found! Trying to hook...
[15:14:21] [Server thread/INFO]: dtlTradersPlus> Found economy plugin: EssentialsX Economy
[15:14:22] [Log4j2-TF-1-AsyncLogger[AsyncContext@277050dc]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
[15:14:22] [Server thread/INFO]: dtlTradersPlus> Loaded 2 guis from the guis config!
[15:14:22] [Server thread/INFO]: dtlTradersPlus> Hooking into Citizens!
[15:14:22] [Server thread/INFO]: dtlTradersPlus> Hooking into PlaceholderAPI
[15:14:22] [Server thread/INFO]: dtlTradersPlus> dtlTraders is managed by Degitise. www.degitise.com
[15:14:22] [Server thread/INFO]: [dtlTradersPlus] Leaked by YOURNAME @ BlackSpigot.com
[15:14:22] [Server thread/INFO]: [PluginCore] Enabling PluginCore v1.5.12
[15:14:22] [Server thread/ERROR]: [PluginCore] Плагин «AuthMe» недоступен!
[15:14:23] [Log4j2-TF-1-AsyncLogger[AsyncContext@277050dc]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[15:14:24] [Server thread/INFO]: [PluginCore] Соединение с БД установлено.
[15:14:24] [Server thread/INFO]: [PluginCore] База игроков загружена.
[15:14:24] [Server thread/INFO]: [PluginCore] Продолжительность запуска: 1855 мс.
[15:14:24] [Server thread/INFO]: [Duels] Enabling Duels v3.5.3
[15:14:24] [Log4j2-TF-1-AsyncLogger[AsyncContext@277050dc]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Сервер найден G:🌵˚₊𝕃𝔽ℂ𝕣𝕒𝕗𝕥 Network₊˚🌵⚔BrawlStars🔫,    🦾Криптогород🪙(866293770717626378)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧶➢˚₊✧заметки-идеи(1084563906455928912)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔇➢˚₊✧muted(1021524689803300904)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🪑➢˚₊✧зона(1021524829356167169)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬➢˚₊✧чат┇𝕃𝔽-ℂ𝕣𝕒𝕗𝕥(867309019885338624)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌏➢˚₊✧чат┇global-brawl(1061608055831277660)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌏➢˚₊✧чат┇global-anarchy(1110551890464362546)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚀➢˚₊✧чат┇console-brawl(1061608411080441886)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚀➢˚₊✧чат┇console-anarchy(1113486975073271818)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤑➢˚₊✧чат┇спонсоров(1063129389350518915)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💵➢˚₊✧чат┇доната(1021365185119780924)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:👴🏼➢˚₊✧чат┇бабулек(1021366714337853481)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💎➢˚₊✧чат┇админов(1021366320928919572)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╭‧˟͙⊰📰⊱˟͙‧・новости(1021105143686639666)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✧‧˟͙⊰📢⊱˟͙‧・важные-новости(1105538236929028176)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✧‧˟͙⊰📑⊱˟͙‧・информация(1021111089318080612)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✧‧˟͙⊰📢⊱˟͙‧・обновления(1076911997343502476)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✧‧˟͙⊰📺⊱˟͙‧・youtube(1091825599418486866)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✦‧˟͙⊰🎯⊱˟͙‧・розыгрыши(1021109780745568387)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✷‧˟͙⊰💼⊱˟͙‧・партнеры(1021108917977227434)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✦‧˟͙⊰🍕⊱˟͙‧・ранг(1056859496326103090)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╰‧˟͙⊰👶⊱˟͙‧・новички(1021110119590805604)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❓├≻˚₊✧поддержка(1106853903766671461)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌺├≻˚₊✧отзывы(1021371167401062410)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╭🦠╮・баги・(1021369304719040532)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🌸┃・жалобы・(1021369269566582784)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🪵┃・предложения・(1021369377632833566)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🗿┃・вопросы・(1021371241229197332)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎈├≻˚₊✧набор-в-персонал(1021535434142122115)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤖╭≻˚₊✧боты(1021506961180729354)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌀├≻˚₊✧brawl-box(1021507493475659836)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎰├≻˚₊✧казино(1021508729545433189)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔞├≻˚₊✧nsfw(1021509521316790292)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎶╰≻˚₊✧диджей(1021510591640248372)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┏┋〘💀〙команды(867333281195360256)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┠┋〘💀〙логи(1021521435912577125)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┗┋〘💀〙боты(1021521595350650970)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Сервер найден G:CERF(927907755593986138)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:приветствие-и-правила(927907756093079676)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(1096040813449990246)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderator-only(1096040813449990247)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:информация-ресурсы(927907756093079677)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:помощь-с-домашней-работой(927907756093079681)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:планирование-сеансов(927907756093079682)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:пон(1048306994018263141)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:общее(927907756093079680)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:смешные-копипасты(1115542939687473234)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Сервер найден G:🗂 LFCraft Network🗂 Группа персонала(1024039152834064495)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╭🗡╮˚₊✧рп┇3d-мечи(1024046254570885161)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🪄┃˚₊✧рп┇скин-мечи(1024046294446116874)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🪓┃˚₊✧рп┇инструменты(1024046338117206097)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🧱┃˚₊✧рп┇блоки(1024048362833588234)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🪙┃˚₊✧рп┇руда•валюта(1024049049973817435)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🍕┃˚₊✧рп┇еда(1024046377547878470)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🧞┃˚₊✧рп┇скины(1024049603806494821)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╰🔮╯˚₊✧рп┇прочее(1024049902126383205)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╭⚙╮˚₊✧news(1066273692545454120)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃❓┃˚₊✧новый-персонал(1066280026800132126)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🗡┃˚₊✧статистика┇сайта(1064415983919443970)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🧞┃˚₊✧news┇mineband(1064416033940709477)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╰🔮╯˚₊✧статистика┇сервер(1064416117185052682)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╭🌍╮˚₊✧чат┇общий(1064557118675497041)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🎉┃˚₊✧чат┇прогул(1064558148419076146)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🧤┃˚₊✧нарушители(1066275697422778388)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🛡┃˚₊✧чат┇модерации(1066273035818110996)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃⛏┃˚₊✧чат┇строителей(1066273164990095392)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:╭🎵╮˚₊✧чат┇музыка(1066282249261154314)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:┃🤖┃˚₊✧верификация(1066284764413308968)
[15:14:25] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Вывод консоли успешно перенаправлен в канал TC:🚀➢˚₊✧чат┇console-brawl(1061608411080441886)
[15:14:25] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[15:14:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: duels [1.0]
[15:14:25] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[15:14:25] [Server thread/INFO]: [Duels] Using Economy Provider: com.earth2me.essentials.economy.vault.VaultEconomyProvider
[15:14:25] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[15:14:25] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[15:14:26] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 0 kit(s).
[15:14:26] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 0 arena(s).
[15:14:26] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using world's spawn location as default. Use the command /duels setlobby in-game to set the lobby location.
[15:14:26] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[15:14:26] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[15:14:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Активация Essentials подключения
[15:14:26] [Server thread/INFO]: [BattlePass] Enabling BattlePass v3.7.3
[15:14:26] [Server thread/INFO]: [BattlePass] Finished loading the week-2 quests. All quests loaded successfully.
[15:14:26] [Server thread/INFO]: [BattlePass] Finished loading the week-1 quests. All quests loaded successfully.
[15:14:26] [Server thread/INFO]: [BattlePass] Finished loading the week-3 quests. All quests loaded successfully.
[15:14:26] [Server thread/INFO]: [BattlePass] Finished loading the week-4 quests. All quests loaded successfully.
[15:14:26] [Server thread/INFO]: [BattlePass] Finished loading the daily quests. All quests loaded successfully.
[15:14:26] [Server thread/INFO]: [BattlePass] Successfully loaded the pass type with the id: premium
[15:14:26] [Server thread/INFO]: [BattlePass] Successfully loaded the pass type with the id: free
[15:14:26] [Server thread/INFO]: [BattlePass] Hooked into Citizens
[15:14:26] [Server thread/INFO]: [BattlePass] Hooked into CratesPlus
[15:14:26] [Server thread/INFO]: [BattlePass] Register PlaceholderAPI placeholders
[15:14:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: battlepass [1.1]
[15:14:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Активация LuckPerms подключения
[15:14:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Активация PlaceholderAPI подключения
[15:14:26] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
[15:14:26] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[15:14:26] [Server thread/INFO]: [CommandNPC] Initiating Database
[15:14:26] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[15:14:26] [Thread-94/INFO]: [CommandNPC] Loading commands complete!
[15:14:26] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[15:14:26] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0
[15:14:26] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[15:14:26] [Server thread/INFO]: [BeautyQuests] Enabling BeautyQuests v0.20
[15:14:26] [Server thread/INFO]: [BeautyQuests] ------------ BeautyQuests ------------
[15:14:26] [Server thread/INFO]: [BeautyQuests] Loaded valid Minecraft version 1_12_R1.
[15:14:26] [Server thread/ERROR]: [BeautyQuests] A fatal error occurred while loading plugin.
java.util.zip.ZipException: zip END header not found
    at jdk.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1786) ~[jdk.zipfs:?]
    at jdk.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1047) ~[jdk.zipfs:?]
    at jdk.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1056) ~[jdk.zipfs:?]
    at jdk.nio.zipfs.ZipFileSystem.<init>(ZipFileSystem.java:130) ~[jdk.zipfs:?]
    at jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:109) ~[jdk.zipfs:?]
    at java.nio.file.FileSystems.newFileSystem(FileSystems.java:337) ~[?:?]
    at java.nio.file.FileSystems.newFileSystem(FileSystems.java:286) ~[?:?]
    at fr.skytasul.quests.utils.Utils.walkResources(Utils.java:350) ~[?:?]
    at fr.skytasul.quests.api.Locale.loadLang(Locale.java:57) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.loadLang(BeautyQuests.java:393) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.loadConfigParameters(BeautyQuests.java:355) ~[?:?]
    at fr.skytasul.quests.BeautyQuests.onEnable(BeautyQuests.java:134) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e]
    at java.lang.Thread.run(Thread.java:829) [?:?]
[15:14:26] [Server thread/ERROR]: [BeautyQuests] Couldn't load language file.
[15:14:26] [Server thread/ERROR]: [BeautyQuests] This is a fatal error. Now disabling.
[15:14:26] [Server thread/INFO]: [DestroyRank] Enabling DestroyRank v3.6.8
[15:14:28] [Server thread/INFO]: [DestroyRank] Продолжительность запуска: 1307 мс.
[15:14:29] [Server thread/INFO]: Done (61.504s)! For help, type "help" or "?"
[15:14:29] [Server thread/INFO]: Using epoll channel type
[15:14:29] [Server thread/INFO]: Timings Reset
[15:14:29] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2 (340)
[15:14:29] [Craft Scheduler Thread - 20/INFO]: [Essentials] Получение информации о версии...
[15:14:29] [Server thread/WARN]: [ViaVersion] This version of Minecraft is extremely outdated and support for it has reached its end of life. You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. Please consider updating to give your players a better experience and to avoid issues that have long been fixed.
[15:14:29] [Server thread/WARN]: [ViaVersion] You are running an outdated Java version, please consider updating it to at least Java 17 (your version is 11.0.13). At some point in the future, ViaVersion will no longer be compatible with this version of Java.
[15:14:29] [Craft Scheduler Thread - 4/INFO]: [Item Effects] There is a new update available.
[15:14:29] [Craft Scheduler Thread - 17/INFO]: [MoarBows] A new update is available: 2.6 (you are running 2.4.2)
[15:14:29] [Craft Scheduler Thread - 17/INFO]: [MoarBows] Download it here: https://www.spigotmc.org/resources/36387/
[15:14:29] [Craft Scheduler Thread - 24/INFO]: [Duels] No updates were available. You are on the latest version!
[15:14:30] [Craft Scheduler Thread - 14/INFO]: [DailyRewards] Plugin is up to date.
[15:14:30] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[15:14:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [2.8.10-pre1]
[15:14:30] [Craft Scheduler Thread - 13/WARN]: api.longpoll.bots.exceptions.VkApiResponseException: {"error":{"error_code":38,"error_msg":"Unknown application: could not get application","request_params":[{"key":"method","value":"execute"},{"key":"oauth","value":"1"},{"key":"code","value":"return API.groups.getById()@.id[0];"},{"key":"v","value":"5.131"}]}}
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at api.longpoll.bots.methods.impl.VkMethod.execute(VkMethod.java:120)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at api.longpoll.bots.LongPollBot.initialize(LongPollBot.java:78)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at api.longpoll.bots.LongPollBot.startPolling(LongPollBot.java:46)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at lv.exosmium.exovkreward.Main.lambda$onEnable$0(Main.java:22)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[15:14:30] [Craft Scheduler Thread - 13/WARN]:  at java.base/java.lang.Thread.run(Thread.java:829)
[15:14:30] [Craft Scheduler Thread - 8/INFO]: [BlockBall] Reloaded [1] games.
[15:14:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.26.2]
[15:14:30] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[15:14:30] [Server thread/INFO]: --- AttackPatternA ---
[15:14:30] [Server thread/INFO]: Machine Learning A Loaded.
[15:14:30] [Server thread/INFO]: Machine Learning B Loaded.
[15:14:30] [Server thread/INFO]: Machine Learning C Loaded.
[15:14:30] [Server thread/INFO]: Machine Learning D Loaded.
[15:14:30] [Server thread/INFO]: Machine Learning E Loaded.
[15:14:30] [Server thread/INFO]: Machine Learning F Loaded.
[15:14:32] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
[15:14:32] [Server thread/INFO]: [AncientGates] Loading gates from disk
[15:14:32] [Server thread/INFO]: [AncientGates] Loading gates into memory
[15:14:32] [Server thread/INFO]: [AncientGates] Finished loading gates - 26 ms
[15:14:32] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[15:14:32] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v3.0.2
[15:14:32] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[15:14:32] [Server thread/INFO]: [HolographicDisplays] https://dev.bukkit.org/projects/holographic-displays
[15:14:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.4-R2]
[15:14:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[15:14:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [1.5.1]
[15:14:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.2]
[15:14:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[15:14:32] [Server thread/INFO]: 5 placeholder hook(s) registered! 2 placeholder hook(s) have an update available.
[15:14:33] [DiscordSRV - JDA Callback 57/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 3/3 guilds (0 cancelled)
[15:14:33] [Server thread/INFO]: [LootChest] Loading chests...
[15:14:33] [Server thread/INFO]: [LootChest] Removed 0 holograms
[15:14:33] [Server thread/INFO]: [LootChest] Loaded 2 Lootchests in 13 miliseconds
[15:14:33] [Server thread/INFO]: [LootChest] Starting LootChest timers asynchronously...
[15:14:33] [Server thread/INFO]: [LootChest] Plugin loaded
[15:14:34] [Craft Scheduler Thread - 14/INFO]: [Images] Loaded 0 images...
LFCraftNetwork commented 1 year ago

Ensure you're download the Skript jar from https://github.com/SkriptLang/Skript/releases

I downloaded from there

LFCraftNetwork commented 1 year ago

Closing the issue due to no response. If issue still persists let us know.

I'm sorry I lost internet for so long

AyhamAl-Ali commented 1 year ago

Seems like an error from your end, multiple plugins are having issues with unzipping

[15:14:26] [Server thread/ERROR]: [BeautyQuests] A fatal error occurred while loading plugin. java.util.zip.ZipException: zip END header not found

[Skript] Plugin Skript v2.6.4 has failed to register events for class ch.njol.skript.Skript because ch/njol/skript/lang/SkriptEventInfo does not exist.

What Java version are you running? Can you try to redownload Skript and load it alone without any other plugins.

LFCraftNetwork commented 1 year ago

Seems like an error from your end, multiple plugins are having issues with unzipping

[15:14:26] [Server thread/ERROR]: [BeautyQuests] A fatal error occurred while loading plugin. java.util.zip.ZipException: zip END header not found

[Skript] Plugin Skript v2.6.4 has failed to register events for class ch.njol.skript.Skript because ch/njol/skript/lang/SkriptEventInfo does not exist.

What Java version are you running? Can you try to redownload Skript and load it alone without any other plugins.

openjdk version "11.0.13" 2021-10-19 OpenJDK Runtime Environment Temurin-11.0.13+8 (build 11.0.13+8) OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode

LFCraftNetwork commented 1 year ago

[15:24:12] [Server thread/INFO]: Starting minecraft server version 1.12.2 [15:24:12] [Server thread/INFO]: Loading properties [15:24:12] [Server thread/INFO]: Default game type: SURVIVAL [15:24:13] [Server thread/INFO]: This server is running Paper version git-Paper-33d42c8e (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) [15:24:13] [Server thread/INFO]: Using 4 threads for Netty based IO [15:24:13] [Server thread/INFO]: Debug logging is disabled [15:24:13] [Server thread/INFO]: Generating keypair [15:24:14] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:10460 [15:24:14] [Server thread/INFO]: Set PluginClassLoader as parallel capable [15:24:14] [Server thread/INFO]: [Skript] Loading Skript v2.6.4 [15:24:14] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [15:24:14] [Server thread/WARN]: SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [15:24:14] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [15:24:14] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose. [15:24:14] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information. [15:24:14] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [15:24:14] [Server thread/INFO]: Beginning UUID conversion, this may take A LONG time **** [15:24:14] [Server thread/INFO]: Preparing level "world" [15:24:14] [Server thread/INFO]: -------- World Settings For [world] -------- [15:24:14] [Server thread/INFO]: Mob Spawn Range: 4 [15:24:14] [Server thread/INFO]: Cactus Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Cane Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Melon Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Mushroom Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Pumpkin Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Sapling Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Wheat Growth Modifier: 800% [15:24:14] [Server thread/INFO]: NetherWart Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Vine Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Cocoa Growth Modifier: 800% [15:24:14] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 10 / Mi 2 / Tiv true [15:24:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [15:24:14] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3 [15:24:14] [Server thread/INFO]: Random Lighting Updates: false [15:24:14] [Server thread/INFO]: Structure Info Saving: true [15:24:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911 [15:24:14] [Server thread/INFO]: Max TNT Explosions: 100 [15:24:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [15:24:14] [Server thread/INFO]: View Distance: 4 [15:24:14] [Server thread/INFO]: Item Despawn Rate: 6000 [15:24:14] [Server thread/INFO]: Item Merge Radius: 4.0 [15:24:14] [Server thread/INFO]: Arrow Despawn Rate: 1200 [15:24:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [15:24:14] [Server thread/INFO]: Experience Merge Radius: 6.0 [15:24:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [15:24:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [15:24:16] [Server thread/INFO]: Preparing start region for level 0 (Seed: -8262512608861412411) [15:24:17] [Server thread/INFO]: Preparing spawn area: 6% [15:24:17] [Server thread/INFO]: [Skript] Enabling Skript v2.6.4 [15:24:18] [Server thread/INFO]: [Skript] Successfully generated the config and the example scripts. [15:24:22] [ForkJoinPool.commonPool-worker-115/INFO]: [Skript] You're currently running the latest stable version of Skript. [15:24:29] [Server thread/INFO]: [Skript] Loaded 18405 aliases in 9713ms [15:24:30] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~

[15:24:30] [Server thread/INFO]: Using epoll channel type [15:24:30] [Server thread/INFO]: Timings Reset [15:24:30] [Server thread/INFO]: [Skript] Loading variables... [15:24:30] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds [15:24:30] [Server thread/INFO]: [Skript] All scripts loaded without errors. [15:24:30] [Server thread/INFO]: [Skript] No scripts were found, maybe you should write some ;) [15:24:30] [Server thread/INFO]: [Skript] Finished loading.

LFCraftNetwork commented 1 year ago

the problem is in some add-on, but I don't understand in some

AyhamAl-Ali commented 1 year ago

Skript loaded perfectly alone, seems like a plugin you have is causing issues, you need to begin filtering out a bunch at a time such as disabling 5 plugins at a time and restart, until you see the problem is fixed then you need to filter each of the 5 plugins and find out the cause.

LFCraftNetwork commented 1 year ago

Skript loaded perfectly alone, seems like a plugin you have is causing issues, you need to begin filtering out a bunch at a time such as disabling 5 plugins at a time and restart, until you see the problem is fixed then you need to filter each of the 5 plugins and find out the cause.

I did this and I have one script left and it doesn’t work even though there are no plugins, only folders from plugins are left

AyhamAl-Ali commented 1 year ago

You probably need to redownload Skript for every try to do, as that plugin is probably corrupting the Skript .jar

LFCraftNetwork commented 1 year ago

Ok, i will try

LFCraftNetwork commented 1 year ago

6:03:45 INFO]: [Skript] Enabling Skript v2.6.4 [16:03:46 INFO]: [Skript] Successfully generated the config and the example scripts. [16:03:50 INFO]: [Skript] You're currently running the latest stable version of Skript. [16:03:58 INFO]: [Skript] Loaded 18405 aliases in 10955ms 16:03:59 INFO: [Skript] ~ created by & © Peter Güttinger aka Njol ~ 16:03:59 INFO: [Duels] Enabling Duels v3.5.3 [16:03:59 ERROR]: Error occurred while enabling Duels v3.5.3 (Is it up to date?) java.lang.IllegalStateException: zip file closed at java.util.zip.ZipFile.ensureOpen(ZipFile.java:921) ~[?:?] at java.util.zip.ZipFile.getEntry(ZipFile.java:348) ~[?:?] at java.util.zip.ZipFile$1.getEntry(ZipFile.java:1143) ~[?:?] at java.util.jar.JarFile.getEntry0(JarFile.java:586) ~[?:?] at java.util.jar.JarFile.getEntry(JarFile.java:516) ~[?:?] at java.util.jar.JarFile.getJarEntry(JarFile.java:478) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:120) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:189) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:115) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] at me.realized.duels.DuelsPlugin.onEnable(DuelsPlugin.java:128) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e] at java.lang.Thread.run(Thread.java:829) ?:?: [Duels] Disabling Duels v3.5.3 [16:03:59 ERROR]: Error occurred while disabling Duels v3.5.3 (Is it up to date?) java.lang.IllegalStateException: zip file closed at java.util.zip.ZipFile.ensureOpen(ZipFile.java:921) ~[?:?] at java.util.zip.ZipFile.getEntry(ZipFile.java:348) ~[?:?] at java.util.zip.ZipFile$1.getEntry(ZipFile.java:1143) ~[?:?] at java.util.jar.JarFile.getEntry0(JarFile.java:586) ~[?:?] at java.util.jar.JarFile.getEntry(JarFile.java:516) ~[?:?] at java.util.jar.JarFile.getJarEntry(JarFile.java:478) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:120) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:189) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:115) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] at me.realized.duels.DuelsPlugin.onDisable(DuelsPlugin.java:215) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:350) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:437) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:320) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e] at java.lang.Thread.run(Thread.java:829) [?:?]

container@pterodactyl~ Server marked as running... 16:03:59 INFO: Using epoll channel type [16:04:00 INFO]: Timings Reset [16:04:00 INFO]: [Skript] Error while loading plugin hooks: zip file closed

16:04:00 ERROR: #!#! [Skript] Severe Error:

16:04:00 ERROR: #!#! Something went horribly wrong with Skript. 16:04:00 ERROR: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. 16:04:00 ERROR: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). 16:04:00 ERROR: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

16:04:00 ERROR: #!#! Stack trace: 16:04:00 ERROR: #!#! java.lang.IllegalStateException: zip file closed 16:04:00 ERROR: #!#! at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:921) 16:04:00 ERROR: #!#! at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:348) 16:04:00 ERROR: #!#! at java.base/java.util.zip.ZipFile$1.getEntry(ZipFile.java:1143) 16:04:00 ERROR: #!#! at java.base/java.util.jar.JarFile.getEntry0(JarFile.java:586) 16:04:00 ERROR: #!#! at java.base/java.util.jar.JarFile.getEntry(JarFile.java:516) 16:04:00 ERROR: #!#! at java.base/java.util.jar.JarFile.getJarEntry(JarFile.java:478) 16:04:00 ERROR: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:120) 16:04:00 ERROR: #!#! at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:189) 16:04:00 ERROR: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:115) 16:04:00 ERROR: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) 16:04:00 ERROR: #!#! at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589) 16:04:00 ERROR: #!#! at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) 16:04:00 ERROR: #!#! at java.base/java.lang.Class.forName0(Native Method) 16:04:00 ERROR: #!#! at java.base/java.lang.Class.forName(Class.java:398) 16:04:00 ERROR: #!#! at ch.njol.skript.Skript$1.run(Skript.java:534) 16:04:00 ERROR: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) 16:04:00 ERROR: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) 16:04:00 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:852) 16:04:00 ERROR: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) 16:04:00 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:786) 16:04:00 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:678) 16:04:00 ERROR: #!#! at java.base/java.lang.Thread.run(Thread.java:829)

16:04:00 ERROR: #!#! Version Information: 16:04:00 ERROR: #!#! Skript: 2.6.4 (latest) 16:04:00 ERROR: #!#! Flavor: skriptlang-github 16:04:00 ERROR: #!#! Date: 17:14:25.041218900 16:04:00 ERROR: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT 16:04:00 ERROR: #!#! Minecraft: 1.12.2 16:04:00 ERROR: #!#! Java: 11.0.13 (OpenJDK 64-Bit Server VM 11.0.13+8) 16:04:00 ERROR: #!#! OS: Linux amd64 5.19.0-43-generic

16:04:00 ERROR: #!#! Server platform: Paper

16:04:00 ERROR: #!#! Current node: null 16:04:00 ERROR: #!#! Current item: null

16:04:00 ERROR: #!#! Thread: Server thread

16:04:00 ERROR: #!#! Language: english 16:04:00 ERROR: #!#! Link parse mode: DISABLED

16:04:00 ERROR: #!#! End of Error.

[16:04:00 WARN]: [Skript] Task #15 for Skript v2.6.4 generated an exception java.lang.IllegalStateException: zip file closed at java.util.zip.ZipFile.ensureOpen(ZipFile.java:921) ~[?:?] at java.util.zip.ZipFile.getEntry(ZipFile.java:348) ~[?:?] at java.util.zip.ZipFile$1.getEntry(ZipFile.java:1143) ~[?:?] at java.util.jar.JarFile.getEntry0(JarFile.java:586) ~[?:?] at java.util.jar.JarFile.getEntry(JarFile.java:516) ~[?:?] at java.util.jar.JarFile.getJarEntry(JarFile.java:478) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:120) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:189) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:115) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[server.jar:git-Paper-33d42c8e] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] at ch.njol.skript.registrations.Converters.createChainedConverter(Converters.java:114) ~[?:?] at ch.njol.skript.registrations.Converters.createMissingConverters(Converters.java:86) ~[?:?] at ch.njol.skript.Skript.stopAcceptingRegistrations(Skript.java:1229) ~[?:?] at ch.njol.skript.Skript.access$400(Skript.java:172) ~[?:?] at ch.njol.skript.Skript$1.run(Skript.java:564) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:852) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:786) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:678) ~[server.jar:git-Paper-33d42c8e]

AyhamAl-Ali commented 1 year ago

I really recommend you scan and redownload all your plugins and make sure you don't run any pirated plugins. This is not a Skript issue therefore i will have to close this issue. If you wish to get some more support you can join our Skript Support discord at skUnity discord server.

LFCraftNetwork commented 1 year ago

I deleted all plugin [20:20:51 INFO]: [Skript] Enabling Skript v2.6.4

20:20:52 ERROR: #!#! [Skript] Severe Error:

20:20:52 ERROR: #!#! Something went horribly wrong with Skript. 20:20:52 ERROR: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. 20:20:52 ERROR: #!#! You should report it at https://github.com/SkriptLang/Skript/issues. Please copy paste this report there (or use paste service). 20:20:52 ERROR: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.

20:20:52 ERROR: #!#! Stack trace: 20:20:52 ERROR: #!#! java.util.zip.ZipException: zip END header not found 20:20:52 ERROR: #!#! at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1786) 20:20:52 ERROR: #!#! at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1047) 20:20:52 ERROR: #!#! at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1056) 20:20:52 ERROR: #!#! at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.(ZipFileSystem.java:130) 20:20:52 ERROR: #!#! at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:136) 20:20:52 ERROR: #!#! at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:406) 20:20:52 ERROR: #!#! at ch.njol.skript.aliases.Aliases.loadInternal(Aliases.java:433) 20:20:52 ERROR: #!#! at ch.njol.skript.aliases.Aliases.load(Aliases.java:393) 20:20:52 ERROR: #!#! at ch.njol.skript.Skript.onEnable(Skript.java:472) 20:20:52 ERROR: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) 20:20:52 ERROR: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) 20:20:52 ERROR: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) 20:20:52 ERROR: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) 20:20:52 ERROR: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) 20:20:52 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) 20:20:52 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) 20:20:52 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) 20:20:52 ERROR: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) 20:20:52 ERROR: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) 20:20:52 ERROR: #!#! at java.base/java.lang.Thread.run(Thread.java:829)

20:20:52 ERROR: #!#! Version Information: 20:20:52 ERROR: #!#! Skript: 2.6.4 20:20:52 ERROR: #!#! Flavor: skriptlang-github 20:20:52 ERROR: #!#! Date: 17:14:25.041218900 20:20:52 ERROR: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT 20:20:52 ERROR: #!#! Minecraft: 1.12.2 20:20:52 ERROR: #!#! Java: 11.0.13 (OpenJDK 64-Bit Server VM 11.0.13+8) 20:20:52 ERROR: #!#! OS: Linux amd64 5.19.0-43-generic

20:20:52 ERROR: #!#! Server platform: Paper

20:20:52 ERROR: #!#! Current node: null 20:20:52 ERROR: #!#! Current item: null

20:20:52 ERROR: #!#! Thread: Server thread

20:20:52 ERROR: #!#! Language: english 20:20:52 ERROR: #!#! Link parse mode: DISABLED

20:20:52 ERROR: #!#! End of Error.

[20:20:53 ERROR]: Error occurred while enabling Skript v2.6.4 (Is it up to date?) java.lang.ExceptionInInitializerError: null at ch.njol.skript.Skript.onEnable(Skript.java:499) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: java.lang.IllegalArgumentException: type stationary water not found at ch.njol.skript.aliases.Aliases.javaItemType(Aliases.java:572) ~[?:?] at ch.njol.skript.classes.data.BukkitEventValues.(BukkitEventValues.java:319) ~[?:?] ... 12 more [20:20:53 INFO]: [Skript] Disabling Skript v2.6.4 [20:20:53 ERROR]: Error occurred while disabling Skript v2.6.4 (Is it up to date?) java.lang.ExceptionInInitializerError: null at ch.njol.skript.Skript.beforeDisable(Skript.java:1116) ~[?:?] at ch.njol.skript.Skript.onDisable(Skript.java:1128) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:350) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:437) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:320) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[server.jar:git-Paper-33d42c8e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[server.jar:git-Paper-33d42c8e] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[server.jar:git-Paper-33d42c8e] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: ch.njol.skript.SkriptAPIException: Registration can only be done during plugin initialization at ch.njol.skript.Skript.checkAcceptRegistrations(Skript.java:1223) ~[?:?] at ch.njol.skript.Skript.registerEvent(Skript.java:1429) ~[?:?] at ch.njol.skript.events.EvtSkript.(EvtSkript.java:41) ~[?:?] ... 15 more

LFCraftNetwork commented 1 year ago

only the configurations and the plugin itself remain

LFCraftNetwork commented 1 year ago

the plugin itself I replaced was after removing every 5 plugins

LFCraftNetwork commented 1 year ago

Hi all! It's me again and I found the error why the Script didn't work. It didn't work because of the August virus that infected all my plugins. There were no such cases with untrusted sources.

TheLimeGlass commented 1 year ago

Hi all! It's me again and I found the error why the Script didn't work. It didn't work because of the August virus that infected all my plugins. There were no such cases with untrusted sources.

We figured as much.