# GiveMeOp Configuration File
MobSettings:
# Should mobs be spawned by the player? Defaults to true.
SpawnMobByPlayer: true
# What type of mob should be spawned? Defaults to zombie. Zombie is used if MobType is invalid.
# Only applicable if SpawnMobByPlayer is true.
# Valid creatures: creeper, skeleton, spider, giant, slime, ghast, pig_zombie, enderman
# Valid creatures: cave_spider, silverfish, blaze, magma_cube, witch, zombie
MobType: zombie
# How many mobs should be spawned by player? Defaults to 5.
# Only applicable if SpawnMobByPlayer is true.
MobAmount: 5
# Do not mess with config version.
Config:
Version: 1.0