Brewery

Brewery

101k Downloads

Error occoured while brewery on 1.7.5

MarkLyck opened this issue ยท 1 comments

commented

Getting this error, when I start my server.

[06:19:06] [Server thread/INFO]: [Brewery] Enabling Brewery v1.1
[06:19:06] [Server thread/ERROR]: Error occurred while enabling Brewery v1.1 (Is it up to date?)
java.lang.NullPointerException
at com.dre.brewery.Barrel.(Barrel.java:49) ~[?:?]
at com.dre.brewery.P.loadWorldData(P.java:387) ~[?:?]
at com.dre.brewery.P.readData(P.java:300) ~[?:?]
at com.dre.brewery.P.onEnable(P.java:51) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot.jar:git-Spigot-1370]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1370]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1370]
at me.Incomprehendable.WorldPlugins.FakePluginManager.enablePlugin(FakePluginManager.java:238) [PerWorldPlugins.jar:?]
at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugin(CraftServer.java:462) [spigot.jar:git-Spigot-1370]
at org.bukkit.craftbukkit.v1_7_R2.CraftServer.enablePlugins(CraftServer.java:380) [spigot.jar:git-Spigot-1370]
at net.minecraft.server.v1_7_R2.MinecraftServer.n(MinecraftServer.java:351) [spigot.jar:git-Spigot-1370]
at net.minecraft.server.v1_7_R2.MinecraftServer.g(MinecraftServer.java:326) [spigot.jar:git-Spigot-1370]
at net.minecraft.server.v1_7_R2.MinecraftServer.a(MinecraftServer.java:282) [spigot.jar:git-Spigot-1370]
at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1370]
at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:440) [spigot.jar:git-Spigot-1370]
at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1370]

I take it the plugin isn't compatible with v. 1.7.5 yet?

commented

It is compatible, this is just an error from some newer commit. I will fix it soon, in the meantime please use the newest version available on the bukkit page.