Advertisement
Guest User

Untitled

a guest
Jun 20th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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.0.3
  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. ItemUpdating:
  25. Enabled: true
  26. Targeters:
  27. Filters:
  28. Default:
  29. TargetSelf: false
  30. TargetPlayers: true
  31. TargetArmorStands: false
  32. TargetMarkers: false
  33. TargetCreativeMode: true
  34. TargetSpectatorMode: true
  35. TargetCitizensNPCs: false
  36. TargetAnimals: true
  37. TargetCreatures: true
  38. TargetMonsters: true
  39. TargetWaterMobs: true
  40. TargetFlyingMobs: true
  41. TargetSameFaction: true
  42. TargetOwner: true
  43. TargetNonMythic: true
  44. TargetVillagers: true
  45. Mobs:
  46. DespawnByDefault: true
  47. EnableAIModifiers: true
  48. EnableTimerSkills: true
  49. EnableThreatTables: true
  50. EnablePlayerFactions: true
  51. EnableLegacySkills: false
  52. KillMessagePrefix: ''
  53. PreventOtherDropsByDefault: false
  54. Scaling:
  55. Default:
  56. Enabled: true
  57. PerBlocksFromSpawn: 250
  58. world2:
  59. Enabled: true
  60. PerBlocksFromSpawn: 250
  61. world2_nether:
  62. Enabled: false
  63. PerBlocksFromSpawn: 100
  64. BossBar:
  65. UpdateInterval: 20
  66. ScalingEquations:
  67. Health: V * ((1.05)^(L-1))
  68. Damage: V * ((1.05)^(L-1))
  69. DefaultLevelModifiers:
  70. Health: 0.1
  71. Armor: 0
  72. Damage: 0
  73. KnockbackResistance: 0
  74. Power: 0
  75. RandomSpawning:
  76. DisableVanillaSpawns: true
  77. GenerateSpawnPoints: true
  78. MaxMobsPerChunk: 2
  79. SpawnRadiusPerPlayer: 64
  80. SpawnRadiusPerPlayerY: 32
  81. DespawnLazyRandomMobs: true
  82. MaxGenerationTime: 20
  83. PointsPerSecond:
  84. Land: 5
  85. Air: 0
  86. Sea: 2
  87. Lava: 0
  88. Ground: 0
  89. Compatibility:
  90. Heroes:
  91. Enabled: true
  92. McMMO:
  93. Enabled: true
  94. ShowXPMessage: true
  95. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  96. SkillAPI:
  97. Enabled: true
  98. ShowXPMessage: true
  99. XPMessageFormat: '&7You receive <drop.amount> experience for slaying <dropper.name>'
  100. Vault:
  101. Enabled: true
  102. ShowMoneyMessage: true
  103. MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement