NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
253 stars 20 forks source link

Bold formatting not resetting in lore #66

Closed Lorenzo0111 closed 8 months ago

Lorenzo0111 commented 8 months ago

If I set a lore using the setLegacyLore method, some format is messed up. As an example if I use the following: &lHello &rWorld

The World word is in bold even if I've used the &r.

NichtStudioCode commented 8 months ago

Don't use legacy formatting.

Dani3l63 commented 4 months ago

the problem persists even if legacy formatting is not used