1 | [20:37:03] [Server thread/INFO]: [BAuction] Enabling BAuction v1.3.2
|
2 | [20:37:03] [Server thread/ERROR]: Error occurred while enabling BAuction v1.3.2 (Is it up to date?)
|
3 | java.lang.NullPointerException: Cannot invoke "org.by1337.bauction.util.plugin.PluginEnablePipeline.onEnable()" because "this.enablePipeline" is null
|
4 | at org.by1337.bauction.Main.onEnable(Main.java:221) ~[?:?]
|
5 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
6 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
7 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
8 | at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:541) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
9 | at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:455) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
10 | at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:589) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
11 | at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:414) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
12 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:250) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
13 | at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:975) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
14 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
15 | at java.lang.Thread.run(Thread.java:1589) ~[?:?]
|
16 |
|
17 | [20:36:10] [Server thread/INFO]: [BAuction] Loading BAuction v1.3.2
|
18 | [20:36:10] [Server thread/ERROR]: net/kyori/adventure/text/Component initializing BAuction v1.3.2 (Is it up to date?)
|
19 | java.lang.NoClassDefFoundError: net/kyori/adventure/text/Component
|
20 | at org.by1337.bauction.Main.onLoad(Main.java:99) ~[?:?]
|
21 | at org.bukkit.craftbukkit.v1_19_R3.CraftServer.loadPlugins(CraftServer.java:435) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
22 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
23 | at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:975) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
24 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.19.4-R0.1-SNAPSHOT.jar:3763-Spigot-7d7b241-5a5e43e]
|
25 | at java.lang.Thread.run(Thread.java:1589) ~[?:?]
|
26 | Caused by: java.lang.ClassNotFoundException: net.kyori.adventure.text.Component
|
27 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
28 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19.4-R0.1-SNAPSHOT.jar:?]
|
29 | at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
|
30 | ... 6 more
|