pluginiPlugin

主要配置

database:
  enable: false
  host: localhost
  port: 3306
  user: root
  password: root
  database: imipetcore
  table: imipetcore
 
debug: false

节点

database

数据存储设置,用于定义数据的存储方式和连接信息。

database:
  enable: false
  host: localhost
  port: 3306
  user: root
  password: root
  database: imipetcore
  table: imipetcore
节点描述
enable是否使用数据库,否则使用本地 SQLite 存储
host数据库地址
port数据库端口
user数据库用户名
password数据库密码
database数据库名
table表名

debug

debug: false  // [!code highlight]
节点描述
debug调式信息模式,用于命令系统 /pet send 发给宠物显示信息

目录