Advertisement
Guest User

Untitled

a guest
Apr 11th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. [01:42:24] [Server thread/WARN]: Plugin StarGaze v1.0 does not specify an api-version.
  2. [01:42:24] [Server thread/ERROR]: Could not load 'plugins\StarGaze.jar' in folder 'plugins'
  3. org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException
  4. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  5. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  6. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  7. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  8. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.reload(CraftServer.java:809) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  9. at org.bukkit.Bukkit.reload(Bukkit.java:576) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  10. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  11. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  12. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  13. at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  14. at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  15. at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  16. at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  17. at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  18. at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-800b93f-8160e29]
  19. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-800b93f-8160e29]
  20. at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-800b93f-8160e29]
  21. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-800b93f-8160e29]
  22. at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:918) [spigot.jar:git-Spigot-800b93f-8160e29]
  23. at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:911) [spigot.jar:git-Spigot-800b93f-8160e29]
  24. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot.jar:git-Spigot-800b93f-8160e29]
  25. at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:895) [spigot.jar:git-Spigot-800b93f-8160e29]
  26. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:828) [spigot.jar:git-Spigot-800b93f-8160e29]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212-1-ojdkbuild]
  28. Caused by: java.lang.NullPointerException
  29. at stargaze.plugin.events.BanEvents.<init>(BanEvents.java:21) ~[?:?]
  30. at stargaze.plugin.Main.<init>(Main.java:14) ~[?:?]
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212-1-ojdkbuild]
  32. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212-1-ojdkbuild]
  33. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212-1-ojdkbuild]
  34. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212-1-ojdkbuild]
  35. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212-1-ojdkbuild]
  36. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:72) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.jar:git-Spigot-800b93f-8160e29]
  38. ... 23 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement