Skip to content
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

Closed
pickledrange opened this issue Dec 11, 2014 · 3 comments
Closed

ERROR on clean install of v2.0.1-R0.7 #42

pickledrange opened this issue Dec 11, 2014 · 3 comments
Labels

Comments

@pickledrange
Copy link
Contributor

[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 ****

@dutchy1001
Copy link
Contributor

I got error too on clean start of R07

[19:45:41] [Server thread/INFO]: [uSkyBlock] Enabling uSkyBlock v2.0.1-SNAPSHOT-8772ba
[19:45:41] [Server thread/INFO]: [uSkyBlock] 0 schematics loaded.
[19:45: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:316) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:333) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:153) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:496) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-5c676c7]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]

generates the files in the plugin folder, but doesn't generate a world

@rlf rlf added the A bug label Dec 11, 2014
@rlf
Copy link
Owner

rlf commented Dec 11, 2014

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.

@pickledrange
Copy link
Contributor Author

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 :)

@rlf rlf closed this as completed in 61dfa50 Dec 11, 2014
rlf pushed a commit that referenced this issue Dec 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants