John000708 / Barrels

A plugin which replicates the popular barrels found in modpacks.
GNU General Public License v3.0
4 stars 18 forks source link

[Spigot 1.16+] Putting any item into a barrel adds an empty line of lore to it #28

Closed ghost closed 4 years ago

ghost commented 4 years ago

Due to LORE_DATA in Barrel.java being mostly invalid formatting code, it gets truncated to "§e§l" rather than "§b§a§r§r§e§l". This causes the empty line in the lore and leads to updateBarrel() never finding lore that matches LORE_DATA, which means the blank line is never removed. It's a simple fix, either remove the invalid parts of LORE_DATA or change it to something else entirely without using invalid formatting codes.

100petr commented 4 years ago

Screenshot_20200715-183122_Discord From sf discord.

TheBusyBiscuit commented 4 years ago

Fixed.