... | @@ -3,7 +3,7 @@ |
... | @@ -3,7 +3,7 @@ |
|
# http://www.mythiccraft.io
|
|
# http://www.mythiccraft.io
|
|
#
|
|
#
|
|
Configuration:
|
|
Configuration:
|
|
Version: 5.0.3
|
|
Version: 5.2
|
|
General:
|
|
General:
|
|
AllowMetrics: true
|
|
AllowMetrics: true
|
|
CheckForUpdates: true
|
|
CheckForUpdates: true
|
... | @@ -11,12 +11,12 @@ Configuration: |
... | @@ -11,12 +11,12 @@ Configuration: |
|
DebugLevel: 0
|
|
DebugLevel: 0
|
|
ErrorLogging: true
|
|
ErrorLogging: true
|
|
Language: enUS
|
|
Language: enUS
|
|
UseVolatileFeatures: true
|
|
|
|
SendGiveItemFeedback: true
|
|
SendGiveItemFeedback: true
|
|
Clock:
|
|
Clock:
|
|
ClockInterval: 1
|
|
ClockInterval: 1
|
|
SaveInterval: 5
|
|
SaveInterval: 5
|
|
SpawnsInterval: 2
|
|
SpawnsInterval: 2
|
|
|
|
RandomSpawningInterval: 1
|
|
ScannerInterval: 10
|
|
ScannerInterval: 10
|
|
CleanupInterval: 600
|
|
CleanupInterval: 600
|
|
Components:
|
|
Components:
|
... | @@ -46,7 +46,7 @@ Configuration: |
... | @@ -46,7 +46,7 @@ Configuration: |
|
Mobs:
|
|
Mobs:
|
|
DespawnByDefault: true
|
|
DespawnByDefault: true
|
|
EnableAIModifiers: true
|
|
EnableAIModifiers: true
|
|
EnableTimerSkills: true
|
|
EnableTimerSkills: true
|
|
EnableThreatTables: true
|
|
EnableThreatTables: true
|
|
EnablePlayerFactions: true
|
|
EnablePlayerFactions: true
|
|
EnableLegacySkills: false
|
|
EnableLegacySkills: false
|
... | @@ -55,6 +55,7 @@ Configuration: |
... | @@ -55,6 +55,7 @@ Configuration: |
|
Scaling:
|
|
Scaling:
|
|
Default:
|
|
Default:
|
|
Enabled: true
|
|
Enabled: true
|
|
|
|
ScaleVanillaMobs: true
|
|
PerBlocksFromSpawn: 250
|
|
PerBlocksFromSpawn: 250
|
|
world2:
|
|
world2:
|
|
Enabled: true
|
|
Enabled: true
|
... | @@ -65,23 +66,18 @@ Configuration: |
... | @@ -65,23 +66,18 @@ Configuration: |
|
BossBar:
|
|
BossBar:
|
|
UpdateInterval: 20
|
|
UpdateInterval: 20
|
|
ScalingEquations:
|
|
ScalingEquations:
|
|
Health: 'V * ((1.05)^(L-1))'
|
|
Health: V * ((1.05)^(L-1))
|
|
Damage: 'V * ((1.05)^(L-1))'
|
|
Damage: V * ((1.05)^(L-1))
|
|
DefaultLevelModifiers:
|
|
DefaultLevelModifiers:
|
|
Health: 0.1
|
|
Health: 0.1
|
|
Armor: 0
|
|
Armor: 0
|
|
Damage: 0
|
|
Damage: 0
|
|
KnockbackResistance: 0
|
|
KnockbackResistance: 0
|
|
Power: 0
|
|
Power: 0
|
|
ShowHealth:
|
|
|
|
Radius: 25
|
|
|
|
Format: $mobname: $mobhp/$mobmaxhp
|
|
|
|
|
|
|
|
RandomSpawning:
|
|
RandomSpawning:
|
|
DisableVanillaSpawns: false
|
|
DisableVanillaSpawns: false
|
|
GenerateSpawnPoints: false
|
|
GenerateSpawnPoints: false
|
|
MaxMobsPerChunk: 2
|
|
MaxMobsMultiplier: 1.0
|
|
SpawnRadiusPerPlayer: 64
|
|
|
|
SpawnRadiusPerPlayerY: 32
|
|
SpawnRadiusPerPlayerY: 32
|
|
DespawnLazyRandomMobs: true
|
|
DespawnLazyRandomMobs: true
|
|
MaxGenerationTime: 20
|
|
MaxGenerationTime: 20
|
... | @@ -106,4 +102,5 @@ Configuration: |
... | @@ -106,4 +102,5 @@ Configuration: |
|
Enabled: true
|
|
Enabled: true
|
|
ShowMoneyMessage: true
|
|
ShowMoneyMessage: true
|
|
MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
|
|
MoneyMessageFormat: '&7You receive <drop.amount> currency for slaying <dropper.name>'
|
|
|
|
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |