-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModelConfig.txt
More file actions
44 lines (37 loc) · 1.32 KB
/
ModelConfig.txt
File metadata and controls
44 lines (37 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# AngryMobs Configuration
#
# Each file only affects the world named in the filename.
# Debug Messages
# This can activate debug output messages for if you
# understand the source code and want to find the origin
# of and issue.
debug=false
# Monster Alert Range
# Here you set the distance (in blocks) at which a monster
# entity will target your player.
alertRange=16
# Monster Alert Frequency
# Here you set the frequency (in seconds) at which a
# monster within the alert range will decide that it
# wants to kill you.
alertFrequency=5
# Monster Spawn Proximity
# The minimum distance (in blocks) that a monster can spawn
# from a player.
monsterSpawnDistance=24
# Spawnable Monsters
# Here you put a list of monsters that can be spawned in
# the world (separated by commas), and the ratios at which
# you wish them to be spawned using. For example:
# 'Giant:5,Ghast:4' will spawn giants and ghasts in
# a 5:4 ratio.
spawnableMonsters=Creeper,Skeleton,Spider,Zombie
# Spawnable Light Level
# This option lets you choose the maximum light level in
# which a monster will be able to spawn in. (0 - 15)
spawnMaxLight=7
# Disable Normal Monster Spawn
# Here you can turn off the normal monsters spawning of a
# world. Thus making all monsters spawned only from this
# plugin.
disableNormalMonsters=false