You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
我的服务器核心是Spigot
配置文件如下:
format: #格式和Bungee的配置文件中的消息格式一致,但是这里的内容支持PlaceholderAPI变量
hover: 所在服务器:%A Minecraft Server%
click: /server %A Minecraft Server%
hover: 点击私聊
click: /msg {displayName}
toFormat:
hover: 所在服务器:%A Minecraft Server%
click: /server %A Minecraft Server%
hover: 点击私聊
click: /msg {displayName}
fromFormat:
hover: 点击私聊
click: /msg {displayName}
eventDelayTime: 50 #接收消息处理延时,单位为毫秒,用于处理部分需要使用聊天栏信息来交互的插件的运行(比如箱子商店等),延时时间就是等待其他插件处理的时间
messageHandles: #自定义消息内容替换,比如下面默认的设置,发送消息时,消息中含有[p]的,[p]会被替换为位置
format: #替换成的消息样式,格式和前面的format格式一致,支持papi变量
hover: |-
所在服务器:A Minecraft Server
所在世界:%player_world%
坐标:X:%player_x% Y:%player_y% Z:%player_z%
click: ''
configVersion: 1 #配置文件的版本,请勿修改
The text was updated successfully, but these errors were encountered: