Qveshn / LightAPI

Bukkit Library for create invisible light source
Other
29 stars 12 forks source link

Console Errors #14

Open BboyZeroOne opened 4 years ago

BboyZeroOne commented 4 years ago

Here are some console errors for the latest version.

PaperSpigot 1.15.2

https://pastebin.com/NASDxDgM

Qveshn commented 4 years ago

I have downloaded paper-239.jar from here:https://papermc.io/downloads all works correct while server starts up.

May be the problem is in plugin chatreaction? I do not see in your errors list any lines with lightapi (except first that is not error).

Are these errors on server start up?

If it is on server startup, then post more lines after and before this errors. I mean that "-------< LightAPI-fork 3.4.3 >-------" is printed in two cases: when LightAPI checks update and when command /LightAPI is executed in console. In both cases there should be lines like:

[19:09:39 INFO]: -------< LightAPI-fork 3.4.3 >-------
[19:09:39 INFO]: You are running the latest version!

or

[19:20:36 INFO]: -------< LightAPI-fork 3.4.3 >-------
[19:20:36 INFO]: Developers: BeYkeRYkt, Qveshn
[19:20:36 INFO]: Source code: https://github.com/Qveshn/LightAPI
[19:20:36 INFO]: Licensed under: MIT License
[19:20:36 INFO]: Minecraft server: Paper git-Paper-239 (MC: 1.15.2)

I want to see what it prints next.

Also give me more lines in stack trace if they are exits.