EpicBanItemTeam / VirtualChest

A sponge plugin providing virtual chest GUIs for menus like ChestCommands
https://ore.spongepowered.org/zzzz/VirtualChest
GNU Lesser General Public License v3.0
34 stars 12 forks source link

Problem with Papi and custom parameters. #84

Closed drassasmc closed 5 years ago

drassasmc commented 5 years ago

When I create a menu with an item if I put a papi with custom parameter it is not shown. Ex.: Plugins: Sponge(vanilla/forge),Nucleus, Papi, VirtualChest

Server: "/nick &aNew&1name" (My nick it's now Newname in light green & dark blue)

VirtualChest config:

virtualchest { TextTitle = "&3&lProfile" Rows = 3 UpdateIntervalTick = 20 AcceptableActionIntervalTick = 20 Slot10 { Item { ItemType = "minecraft:skull" Count = 1 UnsafeDamage = 3 RepresentedPlayer = { UUID = "%player_uuid%" } DisplayName = "&3%player_name%" ItemLore = [ "" "&7Nick: %nucleus_displayname%" ] } }

When I use that menu I see Newname without color in the item lore. I tested it with the name of the item too.

Can you fix it? Thanks & Regards!

ustc-zzzz commented 5 years ago

Fixed in v1.0.0-rc-2