Closed Bagu closed 4 years ago
Looks like a change in Bukkit/Spigot. I'll need to take a look at it!
On Mon, Jan 27, 2020 at 10:06 AM Hugues Cheguillaume < notifications@github.com> wrote:
Hello,
I get these error with this plugin :
27/01/2020 19:03:40 [ERROR] Error occurred while enabling Lift v63 (Is it up to date?) 27/01/2020 19:03:40 java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.STAINED_GLASS 27/01/2020 19:03:40 at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_241] 27/01/2020 19:03:40 at org.bukkit.Material.valueOf(Material.java:1) ~[spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:40 at net.croxis.plugins.lift.BukkitConfig.loadConfig(BukkitConfig.java:65) ~[?:?] 27/01/2020 19:03:40 at net.croxis.plugins.lift.BukkitLift.onEnable(BukkitLift.java:68) ~[?:?] 27/01/2020 19:03:40 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:40 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:40 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:40 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:40 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:41 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:41 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:41 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc] 27/01/2020 19:03:41 at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
How can i correct this ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/croxis/Lift/issues/177?email_source=notifications&email_token=AAA5V57JRBJUC5V4TRBIXDTQ74PCRA5CNFSM4KMFU7SKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4II76PLQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5V53GSY7GB6S3LSBZ6E3Q74PCRANCNFSM4KMFU7SA .
--
Oh, i forgot to say i already found the solution. I had an old version of lift. And its configuration files were problematic. I deleted them and everything works again. Thanks again for this plugin. Now, i need to find quantumconnector for 1.15.1 and the sun will shine again ;)
Hello,
I get these error with this plugin :
How can i correct this ?