Open snowy6409 opened 2 years ago
This build doesn't work on Paper 1.18.2. The latest one fixes it.
This build doesn't work on Paper 1.18.2. The latest one fixes it.
Where would one go to find the latest one. Spigot? or http://erethon.de/repo/de/erethon/dungeonsxl/dungeonsxl-dist/ or somewhere else?
Spigot or build from source
Just re-downloaded the plguin from spigot and also itemxl from spigot. Now I have a different error I am getting a.
[14:07:10] [Server thread/INFO]: [DungeonsXL] Could not find compatible Citizens plugin. The mob provider Citizens ("CI") will not get enabled...
[14:07:10] [Server thread/ERROR]: Error occurred while enabling DungeonsXL v0.18-SNAPSHOT-1149 (Is it up to date?)
java.lang.NullPointerException: Cannot read the array length because "<local3>" is null
at de.erethon.bedrock.misc.FileUtil.copyDir(FileUtil.java:70) ~[itemsxl-1.1.jar:?]
at de.erethon.dungeonsxl.DungeonsXL.checkState(DungeonsXL.java:449) ~[dungeonsxl-dist-0.18-SNAPSHOT-1149.jar:?]
at de.erethon.dungeonsxl.DungeonsXL.onEnable(DungeonsXL.java:250) ~[dungeonsxl-dist-0.18-SNAPSHOT-1149.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-299]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-299]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:664) ~[paper-1.18.2.jar:git-Paper-299]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:431) ~[paper-1.18.2.jar:git-Paper-299]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-299]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1163) ~[paper-1.18.2.jar:git-Paper-299]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.18.2.jar:git-Paper-299]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[14:07:10] [Server thread/INFO]: [DungeonsXL] Disabling DungeonsXL v0.18-SNAPSHOT-1149
Description
When I do a fresh install of the dev build on paper 1.18.2 and try to run /dxl help it throws an error about a missing method for kyori. I don't know if this is a known issue, or I am doing something wrong and grabbed the wrong files, or if it is because the build failed for the latest GitHub push from you and it is using the old jar.
Log File