-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with lift 63 and minecraft 1.15.1 #177
Comments
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 < ***@***.***> 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
<#177?email_source=notifications&email_token=AAA5V57JRBJUC5V4TRBIXDTQ74PCRA5CNFSM4KMFU7SKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4II76PLQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5V53GSY7GB6S3LSBZ6E3Q74PCRANCNFSM4KMFU7SA>
.
--
- David - Proud to be saving the world since 1984
|
Oh, i forgot to say i already found the solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I get these error with this plugin :
How can i correct this ?
The text was updated successfully, but these errors were encountered: