[MERGED][MECH] MobControl merged with CrowdControl

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

  1. Offline

    WinSock

  2. Offline

    ledhead900

    Thank you thank you!! He has returned to us, Iv been dying to set mobrates and possible MAX mobs per chunk I see like 300 in one area sometimes I would love to windle this down to a mere 150.

    Also might wish to make two versions one for 556 and one for 561+ since dmg event handler changed in 561.
    tho many of us are still on 556 as its recommended and when it changes so do most of our plugins.
     
  3. Offline

    Futil

    Code:
    20:46:57 [SEVERE] java.lang.NullPointerException
    20:46:57 [SEVERE]     at com.WinSock.MobControl.MobControlPlugin$1.run(MobControlPlugin.java:382)
    20:46:57 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    20:46:57 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
    20:46:57 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    20:46:57 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    20:46:57 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at com.WinSock.MobControl.MobControlPlugin$1.run(MobControlPlugin.java:382)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Help?
     
  4. Offline

    Ricowan

    This plugin has every mob feature I'm looking for except one. I want to crank up the damage each mob does. Would it be possible to add this (if it's not already possible, it's not on the feature list)?

    EDIT: Apologies, I see in the config that it is possible to adjust the damage each mob does. Excellent!
     
  5. Offline

    emoknight

    Code:
    2011-03-26 15:52:49 [SEVERE] Could not pass event ENTITY_TARGET to MobControl
    java.lang.NullPointerException
        at com.WinSock.MobControl.Listeners.MobControlEntityListener.onEntityTarget(MobControlEntityListener.java:248)
        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.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)
    when i use godmode command and when mob attck me this error pop up
     
  6. Offline

    Fiddy_percent

    Does this every time I log in

    Code:
    2011-03-26 11:27:25 [INFO] Fiddy_percent [/192.168.1.1:52597] logged in with entity id 244
    2011-03-26 11:27:25 [SEVERE] java.lang.NullPointerException
    2011-03-26 11:27:25 [SEVERE]     at com.WinSock.MobControl.MobControlPlugin$1.run(MobControlPlugin.java:382)
    2011-03-26 11:27:25 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    2011-03-26 11:27:25 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
    2011-03-26 11:27:25 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-03-26 11:27:25 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 11:27:25 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at com.WinSock.MobControl.MobControlPlugin$1.run(MobControlPlugin.java:382)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
     
  7. Offline

    penter

    Code:
    22:38:27 [SCHWERWIEGEND] java.lang.NoSuchMethodError: org.bukkit.entity.Player.d
    amage(I)V
    22:38:27 [SCHWERWIEGEND]        at com.WinSock.MobControl.MobControlPlugin$2.run
    (MobControlPlugin.java:428)
    22:38:27 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.scheduler.CraftSchedul
    er.mainThreadHeartbeat(CraftScheduler.java:122)
    22:38:27 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:345)
    22:38:27 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:272)
    22:38:27 [SCHWERWIEGEND]        at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    22:38:27 [SCHWERWIEGEND] Unexpected exception
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.damage(I)V
            at com.WinSock.MobControl.MobControlPlugin$2.run(MobControlPlugin.java:4
    28)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:122)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    thats i get every time if i hit a mob

    pls fix that your plugin is great
     
  8. Offline

    WinSock

    Ugh, i should of figured my messy coding style would come back to haunt me :)
     
  9. Why did I see an error when installing mobcontrol about winsock? As far as I can see this plugin should be going nowhere near any winsock.
     
  10. Offline

    DevRW

    Because the authors name is WinSock... and pllugins use namespaces that often (if not always) include the authors name, username, website and/or email address. :)
     
  11. Offline

    IOn Vash

    crashes server when you teleport to the nether
     
  12. Offline

    zaku49

    Please fix this plugin!! Also how do you actually limit the number that spawn. I am not sure what 0.05 really is.
     
  13. Offline

    bk1138

    It would be helpful if you would include (a) the plugins you are running, (b) the versions of craftbukkit and your plugins, and (c) the error message. At least you indicated what action caused the problem, which is better than some complaints :)

    Not including that information is like calling a random mechanic you have never met that does not live anywhere near you and telling him your car died on the highway and ask him to fix it over the phone. He knows it is a car that is having the problem, but needs a lot more information to do much to help you out.
     
  14. That makes sense. I'd not noticed his name. Was just concerned after all the account info thefts.

    I Went over the Jar to make sure it had no backdoors anyway (as the bad plugin was never found). This one is clean and safe :).

    Would be nice to see this plugin upto date though.

    Oh a bug. When running this plugin it breaks God mode in essentials etc. Critters do damage.
     
  15. Offline

    Legolas75893

    For Environment, could you put "BOTH" or no?
     
  16. Offline

    ian0101

    can you update it
     
  17. Offline

    Ricowan

    I'm also getting a server crash every time someone ports to the Nether, so I've had to remove the mod. I'm running CB 556, using the Essentials plugin to control the Nether generation and portals, Residence, and I have Permissions installed as well. All latest versions.

    Other issues I saw: setting pigs and cows to Neutral doesn't turn them aggressive when they're attacked (they do cause damage when you bump them though). Changed SpawnLightMax to 15 for skeletons, zombies, spiders, and creepers, set them to not burn in daylight, and left SpawnTime to Both, but they still don't seem to spawn during the day.

    I'm trying to make my survival server more dangerous by including aggressive mobs during the day.
     
  18. Offline

    emoknight

    i set cow to aggressive and they do not attck
     
  19. Offline

    KoryuObihiro

    Well, if y'all look at the title (as I can't find any other info about this release), it seems either this plugin or the thread's name is outdated.

    Anyway, for some reason, MobControl's not working for me either - I'll get more detail later for you.
     
  20. Offline

    ledhead900

    I sent him/her a email reminder lol as requested.
     
    KoryuObihiro likes this.
  21. Offline

    Test3891

    Hey I'm sorry if this has been asked before. Are you planing on putting in custom monster health?
     
  22. Offline

    Zonkcraft

    I also have the same problem of it crashing when I use /world 1 to teleport into the nether. Only running Essentials, permissions, mcmmo, minecart mania. I am running 531 build in craftbukkit, and can't view error message because server is rented from a host and can't see console.

    My Goal was to change Ghast to neutral. So we can explore nether without them destroying it. Has anyone been able to make changes to ghasts with this plugin without problems?
     
  23. Hhhmmmmmmmm ........ Dissappointing ..... just found this plugin - I've been looking for something that did what bmobs or CrowdControl does - only more - and this one fits the bill - its unfortunate that it currently doesn't work with bukkit #560.
    Is the author going to update ?
     
  24. Offline

    DevRW

    It has custom health and damage and just about everything you could need in the config.

    ---

    Yes, the author plans on updating it eventually.
     
  25. Offline

    Draconicus

    Please update when you can. My server is overloaded with squids, and I'm tied to 556! :(
     
  26. Offline

    Legolas75893

    Nag him at his email >:D
     
  27. Offline

    Zonkcraft

    Has anyone been able to make changes to a nether world and ghasts? I am trying to change ghasts to neutral. My server has world 0 and world 1. World 1 is the nether and the ghasts are destroying it. I need to change them to neutral so they stop auto attacking. I downloaded the plugin, installed, and edited settings setting nature in both the areas ghasts were listed. When I /world 1 server would freeze. Can anyone else try and see if they are able to achieve neutral ghasts?
     
  28. Offline

    Shanev

    Is there a chance this plugin will also work for giants?
     
  29. Offline

    KoryuObihiro

    @Zonkcraft This plugin's currently outdated - if you're using build 556, we've had a lot of complaints already about stuff not working. :\ Hopefully the dev gets back on this awesome plugin soon.
     
  30. Offline

    Legolas75893

    Can someone fork this/ask the Dev at his email to update?
     
  31. Offline

    ledhead900

    I already Emailed him as as u can read in my above post, He failed to respond in anyway. I say its about time we give this the old forkaroo and do it our selves.
     

Share This Page