Advertisement
Guest User

Untitled

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