NerdNu / MobLimiter

Actively limit mobs per chunk
MIT License
14 stars 12 forks source link

Reappering entries in config #4

Closed riddle closed 11 years ago

riddle commented 11 years ago

I want to prevent dogs and cats from being managed so I deleted

ocelot: 4
wolf: 4

But they keep reappearing. Should I do this? Or what exactly would prevent them from being managed?

ocelot: 
wolf: 

Or?

ocelot: -1
wolf: -1

I’m confused.

totemo commented 11 years ago

Those entries keep reappearing because they're the defaults in the config.yml file built into the plugin JAR.

I've incorporated your idea from many months ago of letting a negative number signify no limit on that particular mob.

riddle commented 11 years ago

Thanks. Please see https://github.com/MCNSA/MobLimiter - we’ve made some changes and added functionality. If you want to merge them back, we’d be thrilled.

totemo commented 11 years ago

Thnak you.