气泡
最后更新于
你可以参考这个页面,因为它们几乎使用相同的方法工作。
气泡配置包含 4 个图像和一个 YAML 配置文件。
text-format:
start: '<black>'
end: '</black>'
display-name: White Bubbles
left:
image: chat_left
height: 13
ascent: 9
width: 3
middle:
image: chat_middle
height: 13
ascent: 9
width: 5
right:
image: chat_right
height: 13
ascent: 9
width: 3
tail:
image: chat_tail
height: 13
ascent: 9
width: 7
# 黑名单频道
blacklist-channels:
- Private
- Staff
# 如果玩家的气泡是 "none",则显示默认气泡
default-bubble: 'chat'
# 当气泡是 "none" 时的文本格式
default-format:
start: '<gradient:#F5F5F5:#E1FFFF:#F5F5F5><u>'
end: '<!u></gradient>'
# 给文本添加额外的前缀和后缀
text-prefix: ''
text-suffix: ''
# 两个气泡之间的间距
line-spacing: 0.4
# 底部线的位置
bottom-line-Y-offset: 0.4
# 气泡保留的时间(秒)
stay-time: 8
# 当文本长度超过一定值时,插件会发送另一行气泡
characters-per-line: 30
# 当文本长度超过一定值时,插件会忽略玩家的聊天消息
max-character-length: 100
# 冷却时间(秒)
cool-down: 1