
在一些群聊中,当有人发送于上条消息相同内容的消息时,会在消息后面出现一个+1,点击后玩家就会复述此消息并且计数加一,成为+2
Inspired by popular messaging apps, if a message matches the last one sent, a '+1' indicator pops up. Players can click it to echo the message, bumping the counter to +2.

可以自定义到达一定数量后,更改+X的颜色

后面再开发到一定数量后,触发命令啥的
Ченджлог
0.0.4Бета1.21.9, 1.21.10, 1.21.11 · 28 января 2026 г.
添加配置文件,可以配置达到一定+1数量后,后缀颜色更改

# SayAgain 插件配置文件
# 配置不同重复次数对应的 [+X] 颜色
colors:
# 颜色配置数组 - 每个元素包含一个阈值和对应的颜色
# 格式: { threshold: 次数阈值, color: 颜色名称 }
- threshold: 5
color: GREEN
- threshold: 10
color: YELLOW
- threshold: 20
color: GOLD
# - threshold: 30
# color: RED
#
# - threshold: 50
# color: DARK_RED
# 颜色选项: AQUA, BLACK, BLUE, DARK_BLUE, DARK_GRAY, DARK_GREEN,
# DARK_PURPLE, DARK_RED, GOLD, GRAY, GREEN, LIGHT_PURPLE, RED, WHITE, YELLOW
0.0.2Бета1.21.9, 1.21.10, 1.21.11 · 20 января 2026 г.
修复当消息被拦截时,计数错误的bug
Fix bug where counting errors occur when messages are intercepted
0.0.1Бета1.21.9, 1.21.10, 1.21.11 · 15 января 2026 г.
出版!
Комментарии
Загружаем…