Config

 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
# Tamed
# This is the config file


horse:
  # Set this to false if you want the cooldown time to be in minutes
  cooldownHours: true
  # This is the amount of time it will take before another horse or donkey or mule or skeleton horse or undead horse is spawned, set this to 0 if you want no cooldown
  cooldownDelay: 24
  maxHealth: 100
  jumpPower: 2.0

wolf:
  # Set this to false if you want the cooldown time to be in minutes
  cooldownHours: true
  # This is the amount of time it will take before another wolf is spawned, set this to 0 if you want no cooldown
  cooldownDelay: 24

cat:
  # Set this to false if you want the cooldown time to be in minutes
  cooldownHours: true
  # This is the amount of time it will take before another cat is spawned, set this to 0 if you want no cooldown
  cooldownDelay: 24



# The End :)