Nutty101 / DynmapNPCs

Show citizens NPC's on your Dynmap
1 stars 1 forks source link

Causes "Legacy Material Support" to be initialised #5

Open nzbart opened 2 years ago

nzbart commented 2 years ago

When I start up PaperMC with this plugin, I see the following error:

[13:50:01] [Server thread/ERROR]: [[STDERR] ] org.bukkit.craftbukkit.v1_17_R1.legacy.CraftLegacy Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[13:50:11] [Server thread/WARN]: Legacy plugin DynMapNPC v2.0.0 does not specify an api-version.

Is it possible for you to specify an API version? I believe you'd add the version to plugin.yml as per these docs:

Nutty101 commented 2 years ago

Yeah, needs to show the 1.13 API in the plugin.yml. It really does not even use the material so it shouldn't be my plugin causing the legacy material error. I can push an update for the plugin to address this though.