Advertisement
acuddlyheadcrab

config.yml for MobAge

Jan 22nd, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.30 KB | None | 0 0
  1. # This is the config for MobAge. Start reading it :)
  2. # The time-related number will be in the format of server ticks, for more options
  3. # 20 ticks = 1 second. It's actually quite simple
  4. # ...
  5. # HOW TO USE:
  6. # "Mob check delay": This is how often the plugin should check for 'old' mobs to kill. Be cautious with this. Small changes...
  7. # "Age limit": This is limit of age (in ticks) that a mob can have.
  8. #     Remember that their age is reset via a number of ways
  9. # "Mob limit": How many mobs are allowed. 0 means no limit
  10. # "Inhabited radius": This is the radius (in blocks) around each player that is considered "inhabited".
  11. # Whitelist: Pretty simple.
  12. # ^ Did I forget any mobs? Contact me via bukkit forums please :)
  13.  
  14. Age_Check_delay: 10
  15. AgeLimit: 900
  16. MobLimit: 100
  17. Active_Radius: 50
  18. Whitelist:
  19.    Enabled: false
  20.    Monsters:
  21.       Blaze: true
  22.       CaveSpider: true
  23.       Creeper: true
  24.       Enderman: true  
  25.       Ghast: true
  26.       Giant: true
  27.       MagmaCube: true
  28.       PigZombie: true
  29.       SilverFish: true
  30.       Skeleton: true
  31.       Spider: true
  32.       Zombie: true
  33.    Animals:
  34.       Chicken: true
  35.       Cow: true
  36.       Mooshroom: true
  37.       Sheep: true
  38.       Slime: true
  39.       Squid: true
  40.       Villager: true
  41.       Wolf: true
  42. Debug_onStartup: false
  43. Debug_for_spawning: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement