Qveshn / LightAPI

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

Legacy Material WARN in Console #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

When starting the server this message appears: [21:39:22] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug [21:39:24] [Server thread/WARN]: Legacy plugin LightAPI v3.4.3 does not specify an api-version.

The Spigot page says it's for 1.8-1.15, so this shouldn't appear on 1.15.2?

LOOHP commented 4 years ago

That should be normal. Any plugin that doesn't have api-version specified in plugins.yml will cause this message to appear. Doesn't mean it isn't made from modern versions.

ghost commented 4 years ago

Is there any reason not to specify an api-version?

LOOHP commented 4 years ago

Before 1.13, the api version option doesn't exist, so I guess the thing is that there isn't a reason to add the setting as LightAPI doesn't deals with Materials anyway.

Qveshn commented 4 years ago

yes, I will add api-version Versions prior to 1.13 should also work correctly I will set it to 1.13. That should be enough for 1.13 and above versions

ghost commented 4 years ago

Thanks! 👍

Qveshn commented 4 years ago

Added 57d0276676a6ae0b19029602d49f28d1030768f8