1 | [20:36:10] [Server thread/INFO]: [BLib] Loading BLib v1.3.2-beta
|
2 | [20:36:10] [Server thread/ERROR]: net/kyori/adventure/text/Component initializing BLib v1.3.2-beta (Is it up to date?)
|
3 | java.lang.NoClassDefFoundError: net/kyori/adventure/text/Component
|
4 | at org.by1337.blib.core.BApi.<init>(BApi.java:55) ~[?:?]
|
5 | at org.by1337.blib.core.BLib.onLoad(BLib.java:47) ~[?:?]
|
6 | at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:435) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
7 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
8 | at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:975) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
9 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
10 | at java.lang.Thread.run(Thread.java:1589) ~[?:?]
|
11 | Caused by: java.lang.ClassNotFoundException: net.kyori.adventure.text.Component
|
12 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
13 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
14 | at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
|