Advertisement
Guest User

config

a guest
Dec 12th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 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.6
  6. General:
  7. AllowMetrics: false
  8. CheckForUpdates: false
  9. CompatibilityMode: false
  10. DebugLevel: 0
  11. ErrorLogging: false
  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. ShowHealth:
  33. Radius: 25
  34. Format: <mob.name> - <mob.php> (<mob.hp> / <mob.mhp>)
  35. Scaling:
  36. Default:
  37. Enabled: false
  38. PerBlocksFromSpawn: 250
  39. world2:
  40. Enabled: false
  41. PerBlocksFromSpawn: 250
  42. world2_nether:
  43. Enabled: false
  44. PerBlocksFromSpawn: 100
  45. DefaultLevelModifiers:
  46. Health: 0.1
  47. Armor: 0
  48. Damage: 0
  49. KnockbackResistance: 0
  50. Power: 0
  51. RandomSpawning:
  52. DisableVanillaSpawns: true
  53. GenerateSpawnPoints: false
  54. MaxMobsPerChunk: 2
  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: false
  68. McMMO:
  69. Enabled: false
  70. ShowXPMessage: true
  71. XPMessageFormat: You receive <drops.mcmmo> experience for slaying <mob.name>
  72. SkillAPI:
  73. Enabled: false
  74. ShowXPMessage: true
  75. XPMessageFormat: You receive <drops.skillapi> experience for slaying <mob.name>
  76. Vault:
  77. Enabled: true
  78. ShowMoneyMessage: true
  79. MoneyMessageFormat: You receive <drops.money> currency for slaying <mob.name>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement