[MERGED][MECH] MobControl merged with CrowdControl

Discussion in 'Inactive/Unsupported Plugins' started by WinSock, Feb 18, 2011.

  1. Offline

    WinSock

  2. Offline

    WinSock

    Why thanks for the pressure :p
     
  3. Offline

    dslip

    Getting the following error, Advice ?

    Show Spoiler
    Code:
    [SEVERE] Could not pass event ENTITY_TARGET to MobControl
    java.lang.NullPointerException
            at com.WinSock.MobControl.Listeners.MobControlEntityListener.onEntityTarget(MobControlEntityListener.java:237)
            at org.bukkit.plugin.java.JavaPluginLoader$43.execute(JavaPluginLoader.java:381)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
            at net.minecraft.server.EntityCreature.c_(EntityCreature.java:31)
            at net.minecraft.server.EntityLiving.q(EntityLiving.java:649)
            at net.minecraft.server.EntityMonster.q(EntityMonster.java:30)
            at net.minecraft.server.EntitySkeleton.q(EntitySkeleton.java:56)
            at net.minecraft.server.EntityLiving.f_(EntityLiving.java:231)
            at net.minecraft.server.EntityMonster.f_(EntityMonster.java:34)
            at net.minecraft.server.World.a(World.java:1017)
            at net.minecraft.server.WorldServer.a(WorldServer.java:53)
            at net.minecraft.server.World.f(World.java:999)
            at net.minecraft.server.World.d(World.java:976)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:354)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    
     
  4. Offline

    xCody_F


    I am getting the same error. I've turned off spawning of slimes and ever since I've gotten this.

    Edit: it hasnt stopped slimes from spawning either
     
  5. Offline

    koneko

    Just got updated on all my mods and CB. Removed the old MobControl to be on the safe side when I installed the updated version. Just got this error:

    Code:
    15:14:35 [SEVERE] Could not pass event ENTITY_TARGET to MobControl
    java.lang.NullPointerException
            at com.WinSock.MobControl.Listeners.MobControlEntityListener.onEntityTa
    get(MobControlEntityListener.java:248)
            at org.bukkit.plugin.java.JavaPluginLoader$43.execute(JavaPluginLoader.
    ava:381)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:255)
            at net.minecraft.server.EntityCreature.c_(EntityCreature.java:31)
            at net.minecraft.server.EntityLiving.q(EntityLiving.java:649)
            at net.minecraft.server.EntityMonster.q(EntityMonster.java:30)
            at net.minecraft.server.EntityLiving.f_(EntityLiving.java:231)
            at net.minecraft.server.EntityMonster.f_(EntityMonster.java:34)
            at net.minecraft.server.World.a(World.java:1017)
            at net.minecraft.server.WorldServer.a(WorldServer.java:53)
            at net.minecraft.server.World.f(World.java:999)
            at net.minecraft.server.World.d(World.java:976)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:354)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    15:14:58 [SEVERE] Could not pass event ENTITY_TARGET to MobControl
    java.lang.NullPointerException
            at com.WinSock.MobControl.Listeners.MobControlEntityListener.onEntityTa
    get(MobControlEntityListener.java:248)
            at org.bukkit.plugin.java.JavaPluginLoader$43.execute(JavaPluginLoader.
    ava:381)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:255)
            at net.minecraft.server.EntityCreature.c_(EntityCreature.java:31)
            at net.minecraft.server.EntityLiving.q(EntityLiving.java:649)
            at net.minecraft.server.EntityMonster.q(EntityMonster.java:30)
            at net.minecraft.server.EntityLiving.f_(EntityLiving.java:231)
            at net.minecraft.server.EntityMonster.f_(EntityMonster.java:34)
            at net.minecraft.server.World.a(World.java:1017)
            at net.minecraft.server.WorldServer.a(WorldServer.java:53)
            at net.minecraft.server.World.f(World.java:999)
            at net.minecraft.server.World.d(World.java:976)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:354)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    >
     
  6. Offline

    wildshoetwt

    yep, I'm getting a similar error, was trying to see whether pigs were neutral and if they would attack me when i slapped them and they weren't...meanwhile console was spitting this error

     
  7. Offline

    Cha0sPudd1ng

  8. Offline

    sintri

    Not entirely sure if this plugin even works, supposely set creeprs to a max light of 1, but still spawning on the surface, near lit areas nonetheless. The config file's also bit of a mess, block spawns aren't indented properly for notepad++ so it's a bit hard going through the files. Would be nice if it was either indented properly or all parsed on one line.
     
  9. Offline

    ledhead900

    You could always just prase it into one line your self, If is using YML then it wont matter what direction u have the text going as long as its still got its ' at the start and the end of the section '

    Kinda like how Essentials re layed out your old permissions files back before Groupmanger. Same deal mate if you don't like how it is layed out lay the lot out however u wish so its easier for your to read just make sure u dont use tabs or mess up the markings that determin the areas it detects information from :D

    Edit:

    Don't forget to run your new config passed an online YML praser to check it outputs properly after your done!
     
  10. Offline

    QQCucumber

    Really hoping for an update to this plugin soon, my server's slime problem is getting a bit out of hand..
     
    Fugensnot likes this.
  11. Offline

    Owl

    Any updates on if the "Could not pass event ENTITY_TARGET to MobControl" issue is going to be resolved anytime soon? I want friendly creepers! FOR HUGGING!
     
  12. Offline

    Mentioum

    Would love this to be working again... slimes are such a pain!
     
    Fugensnot likes this.
  13. Offline

    ledhead900

  14. Offline

    Madogi

    id love it if authors were gonna let a plugin die to at least tell the public that there gonna let it die ffs man up ether fix it or release the code for other ppl to fix it and if u being a noob and installing something else then fixing it uve wasted alot of peoples time hurry up cause its gotten to the point of my survival servers have had to shut off monsters cause of the insane amount of slimes

    p.s theres about 15 other server owners who share the same opinion as this
     
  15. Offline

    davr

    bMobs doesn't stop squids :(

    I'm hoping this plugin will be able to
     
  16. Offline

    KiloWhiskey

    @WinSock is there any way you could add in a distance from spawn option so it will stop mobs from spawning within 'x' blocks of 0x0? Regions would be great, distance from spawn is a good secondary option.
     
  17. Offline

    ledhead900

    Actually I don't think it could at the time since Craftbukkit 560 ish not 556 but one above it only just added the squid entity event allowing them to be controled by plugins.
     
  18. Offline

    davr

    You're right...I tried a newer CB and it seemed to work. Anyway I still hope this plugin gets updated, it has a lot more control over settings than the other ones do.
     
  19. Offline

    DevRW

    Pains me so much that I do not understand Java one bit. :(
     
  20. Offline

    Madogi

    not sure if this is up to date dude but http://forums.bukkit.org/threads/misc-izone-v5-6-a-zone-protection-system-531.5781/ use this to stop mob spawnin in a certain area :D also can lock down ur spawn to protect from greifing
     
  21. Offline

    ledhead900

    Yea I prey for this plugin to be revived as well I like that it can control spawnrates and all of the small details, it just needs to add MAX mobs per chunk and its totally seller. But what can I do other then hound and hound about, for now at least Bmobs is your best shot at control over buggy or unwanted entitys.
     
  22. Offline

    Geoff Winans

    Mod still works great for me, however;

    It says there is multi-world support but no documentation on how to make it happen.

    Anyone have an idea how to work with the multiworld support? I'd like to entirely disable all mob spawns in my creative world (done via MultiVerse, but MV's directives are being ignored)
     
  23. Offline

    Casper85


    Which server build are you using? I've been playing around with a few and it doesn't seem to work for me. Would love to have this working as it does everything I need it to from what I can see
     
  24. Offline

    Legolas75893

    Could you maybe add support for entity "Monster"? I would like them spawning naturally on my Zombie Apocalypse server...so they could be raiders... :D
     
  25. Offline

    Geoff Winans


    Latest recommended - 556
     
  26. Offline

    sintri

    doesn't work here either.
     
  27. Offline

    Zonkcraft

    I just tried this plugin for the first time. My bukkit is up to date, and the plugin worked and made the folder for the config.

    The reason I got the plugin is, my server wanted to start exploring the nether. And the Ghasts were just destroying the world. So I wanted to set Ghasts to Neutral so we could fight them but they all won't spam us. I editted the config file, I found two locations the world Ghast showed up, and changed the Nature: Neutral. When I reset server after the edits, the plugin and server still worked, the second I teleported into the nether (within ghast range) the server freezes up. It seems like making Ghast to neutral is the cause. Once I remove the plugin server runs fine and I can go to /world 1 and get raped by Ghasts.
     
  28. Offline

    Casper85

    Thanks, I'll have another play around with it later today :)
     
  29. Offline

    ledhead900

    Someone please fork this!
     
  30. Offline

    WinSock

    I'm sooooo sorry i have horrible memory and i completely forgot about this plugin. I still cannot reproduce many of these NPE's though. I don't expect you to forgive me but now im on spring break and i WILL update this. If for some reason i forget bug me on Google Chat/Email: andrewquerol"at"gmail"dot"com.
     
  31. Offline

    mjc506

    Ach, poor excuse :p

    One question, if you set the spawnrate to something greater than one, does it increase the spawn rate, or just leave it as '1'?
     

Share This Page