Skip to content

配置文件(Mythicmobs)

默认配置文件

Version: 2.4
General:
  AllowMetrics: true
  CheckForUpdates: true
  CompatibilityMode: false
  DebugLevel: 0
  ErrorLogging: true
  UseVolatileFeatures: true
Clock:
  ClockInterval: 5
  SaveInterval: 5
  SpawnsInterval: 2
  ScannerInterval: 10
  CleanupInterval: 600
Components:
  CustomSpawners: true
  RandomSpawning: true
Mobs:
  EnableAIModifiers: true
  EnableTimerSkills: true
  EnableThreatTables: true
  EnablePlayerFactions: true
  EnableLegacySkills: true
  KillMessagePrefix: ''
  ShowHealth:
    Radius: 25
    Format: <mob.name> - <mob.php> (<mob.hp> / <mob.mhp>)
  Scaling:
    Default:
      Enabled: true
      PerBlocksFromSpawn: 250
    world2:
      Enabled: true
      PerBlocksFromSpawn: 250
    world2_nether:
      Enabled: false
      PerBlocksFromSpawn: 100
  DefaultLevelModifiers:
  Health: 0.1
  Armor: 0
  Damage: 0
  KnockbackResistance: 0
  Power: 0

Version

版本

general

AllowMetrics

是否发送 MythicMobs 的统计信息

CheckForUpdates

是否检查新版本

CompatibilityMode

是否开启兼容模式

DebugLevel

设置 Debug 等级

ErrorLogging

是否保存错误信息

UseVolatileFeatures

是否开启易变功能(自定义AI等)

Clock

ClockInterval

最低的可用的间隔时间(应用于“~onTimer:xx“)

SaveInterval

多久保存一次 MythicMobs 的信息

SpawnsInterval

多久执行一次生成

ScannerInterval

多久进行一次扫描、清除不活跃的 MythicMobs

CleanupInterval