pluginiPlugin
Configuration

Config

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

Nodes

database

Data storage settings used to define the method of data storage and connection information.

database:
  enable: false
  host: localhost
  port: 3306
  user: root
  password: root
  database: imipetcore
  table: imipetcore
NodeDescriptionOptions
enableWhether to use a database; otherwise, local SQLite storage will be used
hostDatabase Address
portDatabase Port
userDatabase User
passwordDatabase Password
databaseDatabase Name
tableTable Name

debug

debug: false  // [!code highlight]
NodeDescription
debugDebug information mode used to send messages to pets with the command /pet send

On this page