settings:
debug: false
default-limit: 4 # This is the base number of custom spawners a player can place
spawners:
COW:
display-name: '&#BC6EFFCow Spawner'
mob-type: COW
loot:
LEATHER:
chance: 100
min: 1
max: 3
price: 5.0
BEEF:
chance: 100
min: 1
max: 2
price: 3.0
base:
production-interval: 400
# This is how often that spawner produces loot, in ticks.
# 400 ticks is 20 seconds.
# Lower number = faster production
# higher number = slower production