configuration/config.yml

config.yml Contains flags to enable/disable each component of MobManager

# MobManager Config v2.5a
# 
# 
# Valid EntityTypes:
# CREEPER, PIG, MUSHROOM_COW, CAVE_SPIDER, SKELETON, WITHER, PLAYER,
# SKELETON_WITHER, PIG_ZOMBIE, CHICKEN, MAGMA_CUBE, ENDERMAN, SQUID, OCELOT,
# BLAZE, ENDER_DRAGON, COW, UNKNOWN, GHAST, IRON_GOLEM, VILLAGER, SPIDER, WOLF,
# SILVERFISH, SLIME, GIANT, ZOMBIE, SNOWMAN, BAT, SHEEP, WITCH
# 
# #######################################################################
# EnableLimiter
# #######################################################################
# Enables the limiter component of MobManager
# 
# MobManager's Limiter aims to reduce the number of mobs which spawn
#      in places where players will never come across them.
#      e.g. far below players in caves.
#      
# The Limiter is capable of massively reducing the number of mobs on
#     your server without reducing the number of mobs which a player
#     gets the chance to interact with.
#     (Do your setup right and you can have less mobs in total, and
#     have your players think there are actually more) 
# 
# #######################################################################
# EnableAbilities
# #######################################################################
# Enables the abilities component of MobManager
# 
# MobManager's Abilities aims to allow you to fully customize the
#     strength of each mob to provide a more or less challenging
#     environment for players.
#     
# Abilities all have chances, so you can have variety between mobs
#     i.e. (You can have 1 in 100 zombies be very strong)
# 
# #######################################################################
# EnableVersionCheck
# #######################################################################
# If false /mm version will only provide the current version and not
#     check for a new version
# 
# #######################################################################
# Integration.EpicBossRecoded
# #######################################################################
# Enables integration of EpicBossRecoded to prevent EpicBosses from
#     having their abilities messed up or from being de-spawned
#     
# EpicBoss-BukkitDev: http://dev.bukkit.org/server-mods/epicboss/
# 
# #######################################################################
EnableLimiter: true
EnableAbilities: true
EnableVersionCheck: true
Integration:
  EpicBossRecoded: true
Version: 2.5a

Comments

Posts Quoted:
Reply
Clear All Quotes