Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # MobManager v3.0.1 by Michael McKnight (ShadowDog007)
- # http://dev.bukkit.org/bukkit-mods/mobmanager/
- # Global Config
- #
- # Valid EntityTypes:
- # CREEPER, PIG, MUSHROOM_COW, CAVE_SPIDER, SKELETON, WITHER, PLAYER,
- # SKELETON_WITHER, PIG_ZOMBIE, CHICKEN, MAGMA_CUBE, HORSE, 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)
- #
- # #######################################################################
- # EnableBounty
- # #######################################################################
- # Enables the Bounty component of MobManager
- #
- # MobMananger's Bounty allows you to provide players with rewards
- # (Or fines) to players when they kill mobs.
- #
- # Rewards can be Money, Items or Experience
- #
- # #######################################################################
- # EnableSpawner
- # #######################################################################
- # Enables the Spawner component of MobManager (Requires Limiter)
- #
- # MobMananger's Spawner allows you to have much more control over spawns
- #
- # You can use it to provide a more consistent experience for players
- # by having a fixed number of mobs spawn around each player
- # periodically. This means that groups of players will meet larger
- # amounts of mobs.
- #
- # The Spawner hooks into both MobManager's Limiter and Abilities
- # components.
- # For limiter, it bypasses the normal spawn checks and completes
- # them itself in a slightly more efficient manner.
- # For abilities, it allows you to directly spawn mobs with chosen
- # ability sets.
- #
- # The Spawner also uses Regions which allows even more power by allowing
- # different mobs to spawn in different defined regions.
- #
- # The Spawner can also allow mobs to spawn in locations they normally
- # wouldn't. Such as zombies in daylight, or have naturally spawning
- # Giants
- #
- # #######################################################################
- # EnableVersionCheck
- # #######################################################################
- # If false /mm version will only provide the current version and not
- # check for a new version
- #
- # #######################################################################
- # EnableAutoUpdater
- # #######################################################################
- # If true MobManager will check for new Approved Downloads from BukkitDev
- # and automatically download and install them.
- #
- # A restart or /reload will be required to use them.
- # MobManager will automatically backup your configuration files for you
- # before updating
- #
- # #######################################################################
- # 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
- EnableBounty: true
- EnableSpawner: true
- EnableVersionCheck: false
- EnableAutoUpdater: false
- Integration:
- EpicBossRecoded: true
- Version: 3.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement