elian1203 / ezAuctions

A simple, text-based auction plugin based on the Spigot Minecraft server software
https://www.spigotmc.org/resources/ezauctions.42574/
GNU General Public License v3.0
4 stars 4 forks source link

Fix exception from MiniMessage when item has colors in name/lore #47

Closed elian1203 closed 11 months ago

elian1203 commented 11 months ago

An exception can be generated by MiniMessage when item NBT contains the section character to add color to name/lore. This error serves no purpose and is not easily disabled, so reconstructing of the components with nbt filled in afterwards was necessary as a workaround.