Facebook
From ManSpooks, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 112
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #  
  4. Configuration:
  5.   Version: 4.9
  6.   General:
  7.     AllowMetrics: true
  8.     CheckForUpdates: true
  9.     CompatibilityMode: true
  10.     DebugLevel: 0
  11.     ErrorLogging: true
  12.     Language: enUS
  13.     UseVolatileFeatures: true
  14.   Clock:
  15.     ClockInterval: 1
  16.     SaveInterval: 5
  17.     SpawnsInterval: 2
  18.     ScannerInterval: 10
  19.     CleanupInterval: 600
  20.   Components:
  21.     CustomSpawners: true
  22.     RandomSpawning: true
  23.   Mobs:
  24.     DespawnByDefault: true
  25.     EnableAIModifiers: true
  26.     EnableTimerSkills: true
  27.     EnableThreatTables: true
  28.     EnablePlayerFactions: true
  29.     EnableLegacySkills: false
  30.     KillMessagePrefix: ''
  31.     PreventOtherDropsByDefault: true
  32.     Scaling:
  33.       Default:
  34.         Enabled: true
  35.         PerBlocksFromSpawn: 500
  36.       world2:
  37.         Enabled: true
  38.         PerBlocksFromSpawn: 2000
  39.       world2_nether:
  40.         Enabled: true
  41.         PerBlocksFromSpawn: 3000
  42.     ScalingEquations:
  43.       Health: V * 2.718 ^ (0.1 * L)
  44.       Damage: V * 2.718 ^ (0.1 * L)
  45.     DefaultLevelModifiers:
  46.       Health: 0.1
  47.       Armor: 0.1
  48.       Damage: 0.1
  49.       KnockbackResistance: 0.1
  50.       Power: 0.1
  51.   RandomSpawning:
  52.     DisableVanillaSpawns: false
  53.     GenerateSpawnPoints: false
  54.     MaxMobsPerChunk: 4
  55.     SpawnRadiusPerPlayer: 64
  56.     SpawnRadiusPerPlayerY: 32
  57.     DespawnLazyRandomMobs: true
  58.     MaxGenerationTime: 20
  59.     PointsPerSecond:
  60.       Land: 5
  61.       Air: 0
  62.       Sea: 2
  63.       Lava: 0
  64.       Ground: 0
  65.   Compatibility:
  66.     Heroes:
  67.       Enabled: true
  68.     McMMO:
  69.       Enabled: true
  70.       ShowXPMessage: true
  71.       XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  72.     SkillAPI:
  73.       Enabled: true
  74.       ShowXPMessage: true
  75.       XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  76.     Vault:
  77.       Enabled: true
  78.       ShowMoneyMessage: true
  79.       MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
  80.