Inactive [ADMN/FUN] SpawnMob - Advanced mob spawning.[1.2.5 and up]

Discussion in 'Inactive/Unsupported Plugins' started by jordanneil23, Feb 25, 2011.

  1. Offline

    jordanneil23

    [​IMG]
    MOVED TO BUKKIT DEV!
    ------------------------------------------------------------------------------------------------------
    THIS IS NO LONGER WATCHED, IT WILL BE RARE TO GET A REPLY FROM ME ON THIS POST GO TO THE BUKKIT DEV PAGE TO GET HELP
    ------------------------------------------------------------------------------------------------------
    This is a continuation of SpawnMob which was originally made/developed by xmlns.​
    ------------------------------------------------------------------------------------------------------
    Downloads
    Zip

    -​
    [​IMG]
    -​
    ------------------------------------------------------------------------------------------------------
    Twitter/Donations
    -
    [​IMG]
    -
    Follow SpawnMob on twitter for details on when updates will be released.
    -
    I'm not asking for a donation but if you like the plugin and feel generous click the donate button :)
    [​IMG]
    ------------------------------------------------------------------------------------------------------
    Commands and Features

    On the Wiki
    ------------------------------------------------------------------------------------------------------


    Mob List
    On the Wiki
    ------------------------------------------------------------------------------------------------------

    Mob Kits
    On the Wiki
    ------------------------------------------------------------------------------------------------------
    Permissions
    On the Wiki
    ------------------------------------------------------------------------------------------------------
    Known Bug(s)
    On the Wiki
     
  2. Offline

    King_Sparticus

    Is it possible to make a command that if aimed at the mob spawned can make it stay there till killed? So it doesn't despawn at any time?

    For my zoo i've made but then realised overtime they despawn =(
     
  3. Offline

    theemo132

    Code:
    01:54:56 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spaw
    nmob' in plugin Essentials v2.6.5
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    64)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: org.bukkit.command.CommandException: Unhandled exception executing co
    mmand 'spawnmob' in plugin SpawnMob v2.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.jav
    a:389)
            at com.earth2me.essentials.Essentials.onCommand(Essentials.java:359)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    Caused by: java.lang.NoSuchFieldError: SNOWMAN
            at com.jordanneil23.SpawnMob.Mob.Mob.<clinit>(Mob.java:39)
            at com.jordanneil23.SpawnMob.CommandHandler.perform(CommandHandler.java:
    376)
            at com.jordanneil23.SpawnMob.SpawnMob.onCommand(SpawnMob.java:127)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 15 more
    It says essentials so i think it conflicts with it...
    and don't tell me to take out essentials... i need it for my server.
    It was working before in 1.8.1 for some reason... but know it wont work for meh...
    i spawned a cow btw. 3 of them.
     
  4. Offline

    7007King0770

    Hello, this bug occurred randomly, and continued to repeat itself until it caused the server to crash. I would like to report it, and hope you have everything under control. Sadly the error keeps occuring so I have been forced to remove spawnmobs from my server. Hope it gets fixed soon!
    Code:
    2012-01-07 17:19:18 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:19 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:19 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:20 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:20 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:21 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:21 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:22 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:22 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:23 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
    2012-01-07 17:19:23 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException
     
  5. Offline

    mario00037

    I seem to get random error's.
    Code:
    2012-01-08 15:32:04 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftGhast cannot be cast to org.bukkit.entity.Creature
        at com.jordanneil23.SpawnMob.Friendly.FriendlyMobListener.onEntityTarget(FriendlyMobListener.java:139)
        at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:746)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.EntityGhast.m_(EntityGhast.java:107)
        at net.minecraft.server.EntityLiving.d(EntityLiving.java:887)
        at net.minecraft.server.EntityLiving.w_(EntityLiving.java:297)
        at net.minecraft.server.EntityGhast.w_(EntityGhast.java:50)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1253)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1235)
        at net.minecraft.server.World.tickEntities(World.java:1142)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:518)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
     
  6. Offline

    Enrux

    what would be the cmd for making mob spawners spawn angry pigzombies?

    if you want a mob spawner to spawn it must be at the ground level it would be cool if you could hide below the mob spawner and it continue spawning on the surface

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  7. Offline

    NazzyDragon

    @jordanneil23
    Any way I can get notified when the next version that contains all that awesome stuff is posted?


    I want to spawn hostile wolves!
     
  8. Offline

    jordanneil23

    I am sorry I have not been on in a while, This month has been busy so far and my computer (well Windows) broke so I had to reinstall Windows. I will update SpawnMob a little after Bukkit is updated.

    You could just choose the custom build option for CommandBook, or use one of the shortcuts for SpawnMob: /sm or /smob

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  9. Offline

    gummby8

    lol i just discovered that this morning so yeah :p
     
  10. Offline

    gummby8

    Spawnmob was spamming the console with crazy errors about ghasts whenever someone entered the nether. It had to be removed from our server till this issue is fixed

    Code:
    2011-12-02 16:52:11 [SEVERE] Could not pass event ENTITY_TARGET to SpawnMob
    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftGhast cannot be cast to org.bukkit.entity.Creature
            at com.jordanneil23.SpawnMob.Friendly.FriendlyMobListener.onEntityTarget(FriendlyMobListener.java:114)
            at org.bukkit.plugin.java.JavaPluginLoader$68.execute(JavaPluginLoader.java:735)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.minecraft.server.EntityGhast.m_(EntityGhast.java:107)
            at net.minecraft.server.EntityLiving.d(EntityLiving.java:885)
            at net.minecraft.server.EntityLiving.w_(EntityLiving.java:295)
            at net.minecraft.server.EntityGhast.w_(EntityGhast.java:50)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1251)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1233)
            at net.minecraft.server.World.tickEntities(World.java:1140)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:507)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
     
  11. Offline

    jordanneil23

    You will need to disable Friendly to get rid of that error, I will try to fix it in the next release.
     
  12. Offline

    DRUNK_SOB

    same here Cant Breed Animals anymore any ware on the server
     
  13. Offline

    NazzyDragon

    Give me the version with hostile wolf spawning <_<
     
  14. Offline

    gabripj

    Have a way to spawn mobs with the coordinate on console?!
    please put this on this plugin!
    Thank you
     
  15. Offline

    GooGx

    i got alot of problem with this,
    cant spawn blazes even though it says i did spawn one.. (happens with some more mobs)
    cant use /sm undo on slimes
    cant spawn the ender dragon either..

    using bukkit 1.1 R1
     
  16. Offline

    ninjaguy999

    I can't download it cos I have to have a github account and when I made one it says I don't have permission to download this, this happens with everything on github, could you post an alternative download link?
     
  17. Offline

    TagForce5

    An version for CB 1556 or 1467 available?
     
  18. Offline

    jordanneil23

    I've been sick so I haven't been able to finish coding. 2012 just hasn't been my year code-wise...
     
  19. Offline

    Chuck67322

    It’s OK, take your time. This is a great plugin.
     
    jordanneil23 likes this.
  20. Offline

    matejdro

    I have a problem with that plugin: when you type number more than max mob limit, it will throw error but still spawn mobs.

    So if my limit is set to 50 and I try spawn 100 pigs, it will say "The amount of mobs you tried to spawn was over the set limit" and immediately after "you spawned 100 pigs".

    Is there a permission that overrides mob limit? I was unable to find it.
     
  21. Offline

    milp

    Hm, getting lots of errors. Can't set spawners up anymore, sometimes spawning certain mobs doesn't work, like electrified creepers.

    And in nether i keep getting this:

    Which is the worst of all, it spams and lags my server.

    Other than that, great plugin that no server should miss. :)
     
  22. Offline

    jordanneil23

    V2.1.0
    For Minecraft 1.1
    New /sm kill (/sm kill (all-animals-monsters) radius)
    Added the ability to spawn baby animals
    Added the abilty to spawn hostile wolves AKA "mad" wolves (/sm wolf mad)
    Added the ability to spawn mobs on players (/sm (baby) mob player (amount))
    Added the ability to spawn a mob riding a player and vice-versa. (/sm creeper;player - Will spawn a creeper riding player. /sm player;creeper - Will make player ride a creeper.)
    Added the ability to "make" players ride players (/sm player;player)
    Fixed the wolf spawning bug , magmacube spawning bug, creeper spawning bug, and the villager spawning bug.
    Temporarily removed the Friendly plugin...
    Known new bug(s)
    You cannot spawn a sheep or colored sheep without an amount (/sm sheep - Results in error. /sm sheep 1 - No error.)
    There are probably more...
     
  23. Offline

    lubblig

    I don't understand if this plugin have support for PermissionsEX or not because under "Todo" it says -Done- Add support for PermissionsEX and I don't understand if it's already done or if it's not done since it's under "Todo" and I don't want to add it to my server before I know. So does it work with PermissionsEX or not?
     
  24. Offline

    jordanneil23

    If it's under "Done" it means its done... (AKA already added)
     
  25. Offline

    lubblig

    Ok good!:)
    I just didn't understand since it was under Todo but ok then I will definitely use this plugin!:)
     
    jordanneil23 likes this.
  26. Offline

    mamalotas1

    spawn mobs seems useful for trolling in survival servers or adding a more roleplay feel in a disaster servers(like the one I'm currently developing). I may try it out
     
  27. Offline

    jiraffe

    hey, is it compatible with bPermissions?
     
  28. Offline

    legionk6

    I try and spawn a mob but nothing happens but yet it says like *You have spawned 20 creepers* or something like that and nothing is spawning tho!
     
  29. Is your server set to peaceful difficulty?
     
    jordanneil23 likes this.
  30. Offline

    legionk6

    I know why i fixed it it was becuase i had Isafe and there wasent mobs on true and sht so i deleted Isafe on my server ;)
     
    jordanneil23 likes this.

Share This Page