diff --git a/pom.xml b/pom.xml index c866bee..a1e2854 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 pw.yumc MiaoBoard - 1.0 + 1.1 MiaoBoard ${project.name} diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index df0a7e9..92792df 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -14,8 +14,8 @@ Boards: permission: mb.default lines: - '&6玩家名称: &a%player_displayname%' - - '&7------------------------------' + - '&1&7------------------------------' - '&6您所在的位置: &b%player_world% &a%player_x%,%player_y%,%player_z%' - - '&7------------------------------' + - '&2&7------------------------------' - '&6服务器使用内存: &a%server_ram_used%/%server_ram_total%' - \ No newline at end of file + - '&3&7------------------------------' \ No newline at end of file