Advertisement
Guest User

Untitled

a guest
May 10th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 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.11
  6. General:
  7. AllowMetrics: true
  8. CheckForUpdates: true
  9. CompatibilityMode: false
  10. DebugLevel: 0
  11. ErrorLogging: true
  12. Language: enUS
  13. UseVolatileFeatures: true
  14. SendGiveItemFeedback: true
  15. Clock:
  16. ClockInterval: 1
  17. SaveInterval: 5
  18. SpawnsInterval: 2
  19. ScannerInterval: 10
  20. CleanupInterval: 600
  21. Components:
  22. CustomSpawners: true
  23. RandomSpawning: true
  24. Mobs:
  25. DespawnByDefault: true
  26. EnableAIModifiers: true
  27. EnableTimerSkills: true
  28. EnableThreatTables: true
  29. EnablePlayerFactions: true
  30. EnableLegacySkills: false
  31. KillMessagePrefix: ''
  32. PreventOtherDropsByDefault: false
  33. Scaling:
  34. Default:
  35. Enabled: false
  36. PerBlocksFromSpawn: 250
  37. world2:
  38. Enabled: false
  39. PerBlocksFromSpawn: 250
  40. world2_nether:
  41. Enabled: false
  42. PerBlocksFromSpawn: 100
  43. ScalingEquations:
  44. Health: V * ((1.05)^(L-1))
  45. Damage: V * ((1.05)^(L-1))
  46. DefaultLevelModifiers:
  47. Health: 0.1
  48. Armor: 0
  49. Damage: 0
  50. KnockbackResistance: 0
  51. Power: 0
  52. RandomSpawning:
  53. DisableVanillaSpawns: false
  54. GenerateSpawnPoints: true
  55. MaxMobsPerChunk: 10
  56. SpawnRadiusPerPlayer: 48
  57. SpawnRadiusPerPlayerY: 32
  58. DespawnLazyRandomMobs: true
  59. MaxGenerationTime: 20
  60. PointsPerSecond:
  61. Land: 25
  62. Air: 0
  63. Sea: 2
  64. Lava: 0
  65. Ground: 0
  66. Compatibility:
  67. Heroes:
  68. Enabled: false
  69. McMMO:
  70. Enabled: false
  71. ShowXPMessage: true
  72. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  73. SkillAPI:
  74. Enabled: false
  75. ShowXPMessage: true
  76. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  77. Vault:
  78. Enabled: false
  79. ShowMoneyMessage: true
  80. MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement