From 26fcb448c961d1081b6d2e7524db52197eed25b8 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Mon, 5 Sep 2016 17:48:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- src/main/resources/config.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3895522..06111bb 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -9,8 +9,9 @@ Format: #悬浮提示 支持PAPI tip: - '&6当前所在位置:' - - '&6世界: &d%layer_world%' - - '&6坐标: &aX:%layer_x% Y: %player_y% Z: %player_z%' + - '&6世界: &d%player_world%' + - '&6坐标: &aX:%player_x% Y: %player_y% Z: %player_z%' + - '' - '&c点击即可TP我!' #点击操作 click: @@ -24,7 +25,13 @@ Format: Player: text: '&6[&b%player_name%&6] ' tip: - - '点击与我聊天' + - '&6玩家名称: &b%player_name%' + - '&6玩家等级: &a%player_level%' + - '&6玩家血量: &c%player_health%' + - '&6玩家饥饿: &d%player_food_level%' + - '&6游戏模式: &4%player_gamemode%' + - '' + - '&c点击与我聊天' click: type: 'SUGGEST' command: '/tell %player_name%' @@ -36,5 +43,4 @@ Format: # - '变量1提示' # click: # type: 'COMMAND' -# command: 'say 命令执行' - \ No newline at end of file +# command: 'say 命令执行' \ No newline at end of file