Meteor___
本帖最后由 1594425141 于 2019-4-7 15:29 编辑


2019-04-07-1.log.gz (157.33 KB, 下载次数: 4)

可rmb报酬

帕帕武
最重要的报错好像是protocol连接不到更新服务器
建议关闭protocol/config中的检测更新

Meteor___
g530775 发表于 2019-4-7 15:23
最重要的报错好像是protocol连接不到更新服务器
建议关闭protocol/config中的检测更新
...
  1. global:
  2.   # Settings for the automatic version updater
  3.   auto updater:
  4.     notify: false
  5.     download: false
  6.    
  7.     # Number of seconds to wait until a new update is downloaded
  8.     delay: 43200 # 12 hours

  9.   metrics: true
  10.   
  11.   # Automatically compile structure modifiers
  12.   background compiler: true
  13.   
  14.   # Disable version checking for the given Minecraft version. Backup your world first!
  15.   ignore version check:
  16.   
  17.   # Override the starting injecting method
  18.   injection method:
  19.   
  20.   # Whether or not to enable the filter command
  21.   debug: false
  22.   
  23.   # Whether or not to print a stack trace for every warning
  24.   detailed error: false
  25.   
  26.   # The engine used by the filter command
  27.   script engine: JavaScript
  28.   
  29.   suppressed reports:
复制代码

已经关闭了的

下一页 最后一页