Configurations

ChunkPersistance.yml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#Should this part of the plugin Enable on startup?
Enabled: true

#The minimum lifetime of inactive chunks in seconds
lifetime: 100000

#The cycle in which inactive chunks are cleared
prune: 3

#The radius of chunks that load around the player. Don't change this!
spawnChunkRadius: 64

MonsterLimiter.yml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#Should this part of the plugin Enable on startup?
Enabled: true

#MaxMobs: Max amount of total mobs allowed alive at any given time
MaxMobs: 2500

#List of worlds for configuration
worlds:
  kingscraft:
# MonsterLimit: The max hostile mobs at any given time
    monsterLimit: 2400
# AnimalLimit: The max friendly mobs at any given time
    animalLimit: 2400

AutoSaveStopper.yml

1
2
3
4
5
#Should this part of the plugin Enable on startup?
Enabled: true

#Interval: How many ticks before each Min-Save
interval: 50000

Comments

Posts Quoted:
Reply
Clear All Quotes