FancyMcPlugins / FancyNpcs

FancyNpcs is a simple, lightweight and fast npc plugin using packets
https://modrinth.com/plugin/fancynpcs
MIT License
98 stars 23 forks source link

prevent legacy material initialization, update cloud, fix a few bugs related to 1.19.4 #119

Closed Grabsky closed 1 month ago

Grabsky commented 1 month ago

Starting from https://github.com/PaperMC/paper/commit/ac554ad46dabb20bbfee5f3b576baa53485b2ac7, this warning is appearing in the console:

[org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!

While this should only affect versions 1.20.6 and higher, I changed this logic in all modules.

This PR also fixes /npc equipment command causing plugin loading failure on 1.19.4.

Grabsky commented 1 month ago

Tested on 1.19.4 and 1.20.6.