Advertisement
Guest User

Untitled

a guest
Mar 15th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. #
  2. # General settings and configurations for Mythic
  3. #
  4. # For more information, check out the plugin manual or join us on Discord:
  5. #
  6. # Manual - https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/home
  7. # Discord - https://www.discord.gg/MythicCraft
  8. #
  9. Configuration:
  10. Version: 5.5
  11. General:
  12. AllowMetrics: true
  13. CheckForUpdates: true
  14. CompatibilityMode: false
  15. CancelDamageIfZero: false
  16. DebugLevel: 0
  17. ErrorLogging: true
  18. SendGiveItemFeedback: true
  19. LoadExampleConfigs: true
  20. Clock:
  21. Main: 1
  22. Saving: 300
  23. SpawnsInterval: 2
  24. RandomSpawning: 1
  25. ScannerInterval: 10
  26. CleanupInterval: 600
  27. Components:
  28. CustomSpawners: true
  29. RandomSpawning: true
  30. ItemUpdating:
  31. Enabled: true
  32. LoadExampleConfigs: true
  33. Targeters:
  34. Filters:
  35. Default:
  36. TargetSelf: false
  37. TargetPlayers: true
  38. TargetArmorStands: false
  39. TargetMarkers: false
  40. TargetCreativeMode: true
  41. TargetSpectatorMode: true
  42. TargetCitizensNPCs: false
  43. TargetAnimals: true
  44. TargetCreatures: true
  45. TargetMonsters: true
  46. TargetWaterMobs: true
  47. TargetFlyingMobs: true
  48. TargetSameFaction: true
  49. TargetOwner: true
  50. TargetNonMythic: true
  51. TargetVillagers: true
  52. Mobs:
  53. DespawnByDefault: true
  54. EnableAIModifiers: true
  55. EnableTimerSkills: true
  56. EnableThreatTables: true
  57. EnablePlayerFactions: true
  58. EnableLegacySkills: false
  59. KillMessagePrefix: ''
  60. PreventOtherDropsByDefault: false
  61. Scaling:
  62. Default:
  63. Enabled: true
  64. ScaleVanillaMobs: true
  65. PerBlocksFromSpawn: 250
  66. world2:
  67. Enabled: true
  68. PerBlocksFromSpawn: 250
  69. world2_nether:
  70. Enabled: false
  71. PerBlocksFromSpawn: 100
  72. BossBar:
  73. UpdateInterval: 20
  74. ScalingEquations:
  75. Health: V * ((1.05)^(L-1))
  76. Damage: V * ((1.05)^(L-1))
  77. DefaultLevelModifiers:
  78. Health: 0.1
  79. Armor: 0
  80. Damage: 0
  81. KnockbackResistance: 0
  82. Power: 0
  83. RandomSpawning:
  84. DisableVanillaSpawns: false
  85. GenerateSpawnPoints: false
  86. SpawnRadiusPerPlayerY: 32
  87. DespawnLazyRandomMobs: false
  88. MaxGenerationTime: 20
  89. PointsPerSecond:
  90. Land: 5
  91. Air: 0
  92. Sea: 2
  93. Lava: 0
  94. Ground: 0
  95. Compatibility:
  96. Heroes:
  97. Enabled: false
  98. McMMO:
  99. Enabled: false
  100. ShowXPMessage: false
  101. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  102. SkillAPI:
  103. Enabled: false
  104. ShowXPMessage: false
  105. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  106. Vault:
  107. Enabled: true
  108. ShowMoneyMessage: true
  109. MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
  110.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement