From 09e9fb88bfca97e1e35afeb7ab271a6da63530a9 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Sun, 13 Mar 2022 13:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=92=E4=BB=B6=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 5e63e40..d53cd81 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -21,25 +21,4 @@ cooldown: #是否启用冷却功能 enable: true # 冷却的事件,单位为毫秒 1秒 = 1000毫秒 = 20ticks - time: 3000 - -log-storage: - # 是否启用日志记录存储 - # 可用于追踪物品的发放、领取情况与执行记录。 - enable: true - - # 启用日志记录存储时的数据库配置 - database: - # 数据库驱动路径,默认为 MySQL - driver: "com.mysql.cj.jdbc.Driver" - # 数据库连接配置 - host: "127.0.0.1" - port: 3306 - database: "minecraft" - username: "username" - password: "password" - extra: "?useSSL=false" - # 插件相关表的名称 - tables: - give: "log_item_give" - take: "log_item_take" \ No newline at end of file + time: 3000 \ No newline at end of file