pluginiPlugin

主配置

config.yml
database:
  enable: false
  host: localhost
  port: 3306
  user: root
  password: password
  database: database
  table: inn
 
setting:
  # 服务器唯一ID
  id: mc1
  # 最多家园容量,-1无上限
  home:
    max: 1
  # 冷却时间,单位秒
  invite:
    cooldown: 10
 
redis:
  enable: true
  host: redis_container
  port: 6379
  #  auth: root
  #  pass: root
  connect: 32
  timeout: 1000

On this page

No Headings