[INACTIVE][ADMN] MobLimiter v1.1 - Set Creature Limits and Blacklists! [617]

Discussion in 'Inactive/Unsupported Plugins' started by VicWhiten, Apr 1, 2011.

  1. Offline

    VicWhiten

    MobLimiter
    Version: v1.11

    Download and Source: https://github.com/VicWhiten/MobLimiter
    Click the download link on github to download the jar

    After writing my RedstoneMobSpawn plugin, we had an issue where sometimes the mobs wouldn't spawn when the circuit was triggered. After looking into it, the server was using a custom version of WorldGuard that was edited to set a spawn limit to creatures. This was a pain, so I decided to write my own, separate plugin to limit mob spawning.


    Features:
    • Set a maximum amount of mobs that can be alive at one time!
    • Blacklist specific creatures to fit your server!
    • remove all creatures in your world with one command!
    • permission checks, either Op, GroupManager, or Permissions!
    Changelog:
    Version 1.11
    • Fixed commands
    • Fixed config-file generation

    Version 1.1

    • added permissions, either Op, GroupManager or Permissions
    • added blacklist commands
    • added purge command
    • updated for Minecraft Beta 1.4
    Version 1.0

    • Initial Release
    TODO:
    • Multi-world support[HIGH]
    • individual mob limits?[MEDIUM]
    Use:

    MobLimiter is a Bukkit Plugin for Minecraft that lets you limit creature spawn amounts and blacklist specific creatures.

    VALUES FOR MOBMAX:
    -1: No Limit (Default)
    0: No creatures will spawn
    x: x number of mobs is the limit, where x is a positive integer
    Config File:

    The config file is located in <plugin_location>/MobLimiter/config.yml . If the config file is not there, the plugin will generate a default one.

    mob-max: <amount> : sets the mob max to the amount
    mob-blacklist: arg1 arg2 arg3 ... argn : the list of mobs that will not spawn on your server

    Example Config File:
    mob-max: -1
    mob-blacklist: squid wolf sheep creeper

    Config File:
    /moblimiter setmax <amount> : sets the mob max to amount.
    /moblimiter purge : kills all mobs on the current world
    /moblimiter addblacklist <type> : adds the given creature type to the blacklist
    /moblimiter removeblacklist <type> : removes the given creature type from the blacklist
    Permissions:

    moblimiter.setmax
    moblimiter.purge
    moblimiter.blacklistHelp/Contact:

    Either respond here or email me at [email protected], and I'll try to get back to you ASAP!
     
    Maxwolf Goodliffe likes this.
  2. Offline

    Rytharr

    Does this stop the mobs from spawning or just kill them off after they spawn?
     
  3. Offline

    oliverw92

    Stops them spawning. It hooks the onCreatureSpawn event.
     
  4. Offline

    davr

  5. Offline

    dompie

  6. Offline

    Kartus

    i think he don't blacklist squid, he limit just squid population:
    Bug: Slimes actually can't be disabled? They still spawn even if I blacklist "SLIME".
     
  7. Offline

    ioScream

    I keep switching between these types of plugins. Can one of you keep these up-to-date :)
     
  8. Offline

    City Builder

    I noticed that you have multiworld support in your to-do list.

    So a question then...

    I don't need to limit mobs in my world, but I do need to limit ghasts in our multiverse nether world, so can I use this on the nether world and not the regular world? Or does multiworld support mean that it will only work on the regular world and no other world at this time?

    Thanks
     
  9. Offline

    bar10dr

    Is it possible to also increase the default spawn rate with this mod? If so, what is the default spawn rate?
     
  10. Offline

    JHeim

    EXACTLY what I was looking for... Thanks so much =)
     
  11. this can diable natural spawning of mobs, but allow spawners to spawn them?
     
  12. Offline

    Master

    Wish this plugin had individual mob limits. Im trying to limit the number of ghasts that spawn in the nether.
     
  13. Offline

    City Builder

    Same thing that we need it for.
     
  14. Offline

    spunkiie

    you're my new personal GOD. :-]

    Awesome plugin
     
  15. Offline

    imaxorz

    I love this plug in, got rid of lag for me that was caused by too many mobs spawning in one place.

    Would love to see per world support.
     
  16. Offline

    6y7t8h

    please update this for 1.5![creeper]
     
  17. Offline

    City Builder

    What settings did you use to help you get rid of lag?
     
  18. Offline

    imaxorz

    Using this plug in helped me.
     
  19. Offline

    xlilcasper

    I can't seem to get more then 100-150 mobs to spawn with this. I have the limit set at 800 and still only get about 150.
     
  20. Offline

    Freakapotamus

    I dont seem to get any errors in CB711 but it seems like its not limiting the spawning of the mobs either. Since trying CB711 I seem to have a huge increase of skeletons,spiders,creepers and zombies.
     
  21. Offline

    6y7t8h

    sorry my bad, it still works guys!
     
  22. Offline

    KompotPL

    It doesn't work. It loads properly, but then, it doesn't seem to block mobs from mobs blacklist. I wanted to block all the mobs, and make the spawn-monsters flag true, so there will be no auto health regen. Can someone try to fix this? The plugin autor also left the plugin's source code, so someone can do it. Please.
     
  23. Offline

    6y7t8h

    What build are you using? I'm using 711 and it works fine.
     
  24. Offline

    Lunar Delta

    Thank you for this plugin. It has finally allowed me to enable hostile mobs on my server when nothing else worked. I hope you maintain it for a long time. =)
     
  25. Offline

    Thumm

    Right now I am using Davr's squid limiter plugin but would love to be able to limit each individual mob spawn. I see it in your todo list any idea of when that might be ready?
     
  26. Offline

    imaxorz

    The developer of this plug in has not been on since April 10th.

    I hope to see him comeback as this is a really awesome plug in.
     
  27. Offline

    Plague

    considered inactive
     
  28. Offline

    PeterFour

    I hope it's inactive for a better come back.
    It'll be perfect with multiworld support
     
  29. Offline

    VicWhiten

    I'm planning on updating both this and my Redstone Mob Spawner sometime this week/weekend :)
     
    o0AzzA0o likes this.
  30. Offline

    o0AzzA0o

    If you get MobLimiter back up it will be only viable option for me alot of the other plugins over complicate methods. I acctualy started watching java tutorials on youtube put eclipse on and was about to start watching tutorials form this forum just so I could have a stab at recompiling this plugin to work with 860.
    Anyhow glad to see you haven’t disappeared.
     

Share This Page