EvModder / DropHeads

A highly configurable head collecting plugin for Minecraft
GNU Lesser General Public License v3.0
36 stars 29 forks source link

Bungeecord Chat API not supporting chat component arrays in translatable component withs #36

Closed EvModder closed 3 years ago

EvModder commented 3 years ago

This causes issues with plugins such as interactivechat: example And with QuickShop: example

Namely this part:

{id: "minecraft:player_head", tag: {display: {Name: '{"translate":"%s%s %s","with":[[{"translate":"color.minecraft.gray"}," "],{"translate":"entity.minecraft.sheep"},{"translate":"Head"}],"italic":false}', Lore: ['{"extra":[{"bold":false,"italic":false,"underlin...

Solution 1 (best): Talk with Spigot team to fix the Bungeecoord Chat API for array support Solution 2 (good): Work with interactivechat and QuickShop plugin authors to add a workaround Solution 3 (worst): Remove arrays in the item name, which will undo some of the translation support...

EvModder commented 3 years ago

Work-around fix included in v3.6.3 out now