Guest User

Config.yml

a guest
Sep 26th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.03 KB | None | 0 0
  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: false
  10.     DebugLevel: 0
  11.     ErrorLogging: true
  12.     Language: enUS
  13.     UseVolatileFeatures: true
  14.   Clock:
  15.     ClockInterval: 1
  16.     SaveInterval: 5
  17.     SpawnsInterval: 10
  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: false
  32.     Scaling:
  33.       world:
  34.         Enabled: true
  35.         PerBlocksFromSpawn: 125
  36.       world2:
  37.         Enabled: false
  38.         PerBlocksFromSpawn: 250
  39.       world2_nether:
  40.         Enabled: false
  41.         PerBlocksFromSpawn: 100
  42.     ScalingEquations:
  43.       Health: V * ((1.05)^(L-1))
  44.       Damage: V * ((1.05)^(L-1))
  45.     DefaultLevelModifiers:
  46.       Health: 5.0
  47.       Armor: 2.0
  48.       Damage: 1.5
  49.       KnockbackResistance: 1.0
  50.       Power: 0.1
  51.   RandomSpawning:
  52.     DisableVanillaSpawns: true
  53.     GenerateSpawnPoints: true
  54.     MaxMobsPerChunk: 2
  55.     SpawnRadiusPerPlayer: 80
  56.     SpawnRadiusPerPlayerY: 64
  57.     DespawnLazyRandomMobs: true
  58.     MaxGenerationTime: 20
  59.     PointsPerSecond:
  60.       Land: 3
  61.       Air: 0
  62.       Sea: 0
  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.  
Add Comment
Please, Sign In to add comment