Configuration

Although the in-game commands are easier to use in many circumstances, it is still useful to be able to check and modify all of the settings for ThrottleMobSpawn at once in its config.yml file.

This file is in YAML format, and should be edited using a simple text editor, just like the bukkit.yml or any other .yml file. If you are unsure how to edit a YAML file, please consult the Bukkit documentation, and always make a backup of any file before making changes.

Default Configuration File

## ThrottleMobSpawn configuration file
##
## spawns: - The default number of mob spawns allowed within a period
## interval: - The period of time in whole minutes
## natural: - Overrides world settings for natural spawns due to spawn 
##            tick
##   spawns: - The default number of natural mob spawns allowed within 
##             a period
##   interval: - The period of time in whole minutes for this category
## spawner: - Overrides world settings for mob spawners
##   spawns: - The default number of spawner mob spawns allowed within 
##             a period
##   interval: - The period of time in whole minutes for this category
## breeding: - Overrides world settings for animal breeding
##   spawns: - The default number of breeding mob spawns allowed within 
##             a period
##   interval: - The period of time in whole minutes for this category
## worlds: - This section contains world-specific settings
##   world_name: - replace with the name of the world for which these 
##                 settings apply
##     spawns: - The default number of mob spawns allowed within a 
##               period in this world
##     interval: - The period of time in whole minutes in this world
##     natural: - Overrides world settings for natural spawns due to 
##                spawn tick
##       spawns: - The number of natural mob spawns allowed within a 
##                 period in this world
##       interval: - The period of time in whole minutes for this 
##                   category
##     spawner: - Overrides world settings for mob spawners
##       spawns: - The number of spawner mob spawns allowed within a 
##                 period in this world
##       interval: - The period of time in whole minutes for this 
##                   category
##     breeding: - Overrides world settings for animal breeding
##       spawns: - The number of breeding mob spawns allowed within a 
##                 period in this world
##       interval: - The period of time in whole minutes for this 
##                   category
##
## Optional extra spawn types (these are unlimited unless specifically 
## added):
##   jockey: - mainly spider jockey spawns
##   chunk_gen: - when chunks are first created
##   egg: - a chicken spawns from an egg
##   spawner_egg: - A mob spawns from a Spawn Egg
##   lightning: - lightning strikes
##   build_snowman: - when a snowman is built
##   build_irongolem: - when an iron golem is built
##   build_wither: - when a wither is built
##   village_defense: - when a golem is spawned to defend a village
##   village_invasion: - when zombies are spawned to invade a village
##   slime_split: - when smaller slimes spawn from bigger slimes
##   custom: - when a mob is spawned by a plugin
##   default: - mob is spawned for unknown, possibly mysterious reasons
---
spawns: 16
interval: 60

A full list of spawn reasons can be found in the Bukkit javadocs: http://jd.bukkit.org/dev/doxygen/d6/d38/enumorg_1_1bukkit_1_1event_1_1entity_1_1CreatureSpawnEvent_1_1SpawnReason.html


Comments

Posts Quoted:
Reply
Clear All Quotes