-
Notifications
You must be signed in to change notification settings - Fork 10
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
Plugin Fails after a restart #12
Comments
Hi, If you let me know that woudl be great. |
Hi @mcraftpete , When the plugin is loaded, it gets all of the chests from the config files. As you noticed this issue is caused by one or more of the chests not loading correctly which could be caused by one of many things:
I suggest making sure the config files were actually deleted and regenerated if you're using an online file manager or FTP client to edit your server files as in my experience they can become out of sync. Also make sure that all of the chest locations are actually chests, and that the world(s) are loaded on startup (if you're using a plugin like Multiverse a world may not be loaded until you teleport there or manually load it). If none of these are the issue let me know! I could have missed something since I haven't touched the code in 2 years and something could've changed on the bukkit/minecraft end. |
Hi, |
Ok so i did lots more over the last hour and even teh plugman enabling is not working , obviously that risks corrupting plugin anyways so i re download fresh jars. |
[04:21:40] [Server thread/ERROR]: Error occurred while enabling DropParty v3.1 (Is it up to date?)
java.lang.NullPointerException
at me.ampayne2.dropparty.parties.Party.updateChestList(Party.java:439) ~[?:?]
at me.ampayne2.dropparty.parties.Party.(Party.java:136) ~[?:?]
at me.ampayne2.dropparty.PartyManager.(PartyManager.java:55) ~[?:?]
at me.ampayne2.dropparty.DropParty.onEnable(DropParty.java:85) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
The text was updated successfully, but these errors were encountered: