ZNPCsPlus
ZNPCsPlus copied to clipboard
Fix hologram text serialization for 1.8
Hologram text was displaying as raw JSON strings in Minecraft 1.8 and earlier versions. This occurred because the legacy serialization path was using AdventureSerializer.asJson() which output JSON format that older clients couldn't properly parse.
Have you tested this on a version like 1.12?
legacySerialization is true only when the server version is lower than 1.9 so it should work