-
Notifications
You must be signed in to change notification settings - Fork 114
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 on clean install of v2.0.1-R0.7 #42
Comments
I got error too on clean start of R07 [19:45:41] [Server thread/INFO]: [uSkyBlock] Enabling uSkyBlock v2.0.1-SNAPSHOT-8772ba generates the files in the plugin folder, but doesn't generate a world |
It's due to the removal of the allowPvp flag, that wasn't removed from the code, only the config. I'll fix the code ASAP. |
and thats why i didnt remove it, didnt know what it might do XD Edit - ok it broke because i DID remove it. My bad :) |
[19:46:41] [Server thread/ERROR]: Error occurred while enabling uSkyBlock v2.0.1-SNAPSHOT-8772ba (Is it up to date?)
java.lang.NullPointerException
at us.talabrek.ultimateskyblock.Settings.loadPluginConfig(Settings.java:118) ~[?:?]
at us.talabrek.ultimateskyblock.uSkyBlock.onEnable(uSkyBlock.java:152) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:153) [spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [spigot-1.8.jar:git-Spigot-edf691c-f48410a]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
[19:46:41] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
The text was updated successfully, but these errors were encountered: