From fa958f85078f3c1440393e4c4cd38c97c93c5571 Mon Sep 17 00:00:00 2001 From: Carm Date: Fri, 25 Feb 2022 06:05:27 +0800 Subject: [PATCH] =?UTF-8?q?[no=20ci]=20=E7=A7=BB=E9=99=A4=E5=AF=B9?= =?UTF-8?q?=E4=BA=8E=E2=80=9Cmysql=E2=80=9D=E5=AD=98=E5=82=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E6=8E=A8=E8=8D=90=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0dd5305..bd436e6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -18,7 +18,7 @@ check-update: true # 注意:存储配置不会通过重载指令生效,如有修改请重新启动服务器。 storage: - # 存储方式,可选 [ yaml | json | mysql(跨服推荐) | Essential(须安装ess插件) ] + # 存储方式,可选 [ yaml | json | mysql | Essential(须安装ess插件) ] method: yaml # 选择 yaml/json 存储方式时的存储路径 @@ -58,4 +58,4 @@ death-back: true # 危险的方块类型,将判断目的地脚下的方块的类型是否在这个列表中 dangerous-blocks: - LAVA - - AIR \ No newline at end of file + - AIR