Advertisement
LifesPrison

Untitled

Oct 2nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException
  2. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  3. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  4. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  5. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  6. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  7. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  8. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  9. Caused by: java.lang.NullPointerException
  10. at com.vk2gpz.vkgrenade.a.b.g.a.getCheckType(a.java:146) ~[?:?]
  11. at com.vk2gpz.vkgrenade.d.<init>(d.java:58) ~[?:?]
  12. at com.vk2gpz.vkgrenade.VKGrenade.<init>(VKGrenade.java:28) ~[?:?]
  13. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  14. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_171]
  15. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_171]
  16. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_171]
  17. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_171]
  18. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  19. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
  20. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement