1
mirror of https://github.com/CarmJos/ScriptItems synced 2024-09-19 21:35:50 +00:00

补充插件介绍

This commit is contained in:
Carm Jos 2022-03-13 13:50:43 +08:00
parent abcee4212e
commit 09e9fb88bf

View File

@ -21,25 +21,4 @@ cooldown:
#是否启用冷却功能 #是否启用冷却功能
enable: true enable: true
# 冷却的事件,单位为毫秒 1秒 = 1000毫秒 = 20ticks # 冷却的事件,单位为毫秒 1秒 = 1000毫秒 = 20ticks
time: 3000 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"