kitUIN / ChatImage

A Minecraft Mod Which Could Show Image In Chat Line
https://chatimage.kituin.fun
32 stars 5 forks source link

[Feat] 支持原始 json 文本 #30

Closed hyplant closed 7 months ago

hyplant commented 7 months ago

目前该模组使用原始 json 文本 hoverEvent":{"action":"show_chatimage","contents":{"code":"[[CICode,url=https://blog.kituin.fun/img/bg.png,name=Image]]"}} 来显示图片,但在命令/tellraw和成书中并不支持该聊天组件。 希望可以让这个聊天组件支持更多用法,例如在命令/tellraw,甚至成书和告示牌中使用。

kitUIN commented 7 months ago

其实不需要使用json,用单纯的CICode文本就行

/tellraw @a ["","[[CICode,url=https://blog.kituin.fun/img/bg.png,name=Image]]"]

hyplant commented 7 months ago

CICode 会导致名称旁边出现括号,使文本无法很好地嵌入在一大段文字中。另有一种解决方法,是为 CICode 添加一个参数,可以禁止显示括号。

kitUIN commented 7 months ago

将下个版本支持