RiledUpCrow / Hordes

Bukkit plugin which increases observable amount of monsters without actually spawning more of them.
GNU General Public License v3.0
8 stars 9 forks source link

Mob ratio setting #1

Closed RiledUpCrow closed 9 years ago

RiledUpCrow commented 9 years ago

This setting will control the chance that the particular type of mob will be allowed to be spawned.

Bukkit spawns mobs continuously until the limit is reached. This setting could be implemented as a number between 0 and 1, where 1 means that this mob will be allowed to spawn every time it tries and 0 means it will never be allowed to spawn.

For example reducing ratios for all mobs except Zombies will make other mobs spawn less frequently until the limit is reached by Zombies spawning freely.