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

    DigidragonZX

    Can you make it op only (if permissions is not found) since i realy can't get a grasp of permissions...
     
  3. Offline

    gamerluke

    Mr T... Did I read that Notch brought back multiplayer humans?
     
  4. Offline

    jordanneil23

    The plugin should make a folder in the plugins folder named SpawnMob and then a config file, set it to look like this
    Code:
    use-permissions=false
    mobspawners-have-drops=true
    
     
  5. Offline

    gamerluke

    /spawnmob kill:
    Wolves don't get removed by either of the "Animals / Monsters" commands
     
  6. Offline

    jordanneil23

    Thank you for telling me that, forgot to add it to the mobs to kill list :)
     
  7. Offline

    gamerluke

    ... Also mate, Your title says ADMN instead of ADMIN ?

    If you haven't noticed I quite like helping out with this plugin,
    Hope you can keep updating it unlike some other people who make awesome ones then stop updating soon after it comes out

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

    lenko96

    i have the same problem as nicksasa
     
  9. Offline

    jordanneil23

    It is supposed to for the "Temorary Plugin List" thing.
    Using permissions? What version? Using any other plugin with a /spawnmob command? Mine wont be compatible.
     
  10. Offline

    lenko96

    [permissions on false no other plugin not sure witch version
     
  11. Offline

    jordanneil23

  12. Offline

    lenko96

    for some reason when i make the launcher.bat file it wont recognize that version of craftbukkit says it cant find it press any button to continue
     
  13. Offline

    jordanneil23

    @lenko96
    Rename the jar to craftbukkit
     
  14. Offline

    lenko96

    okay i got it working im gonna test the mod

    Alright man thanks for your help i got it working finally its awesome!!

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

    jordanneil23

    Thank goodness that was what was wrong lol, glad I could help. :D
     
  16. Offline

    DefiasDerNekro

    I LOVE YOU WOOOOOHOOOOOO TA PLUGIN ROCKS YAAAAAAA WOOOOHOOOOO
    MWHAHAHAHAHAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA
     
    jordanneil23 likes this.
  17. Offline

    blakefire

    When going on my server I get this pop-up and get this error.

    plugins failed to load: spc_worldedit.class It says refer to installation instructions but when downloading I only got SpawnMob.jar.
     
  18. Offline

    jordanneil23

    That has nothing to do with my plugin, sounds like something to do with WorldEdit?
     
  19. Offline

    L30TACO

    is there anyway u could make this a non permission used plug-in like OPs can use it?
     
  20. Offline

    KAi_B

    why can i do not spawn wolfs iam using 617 invailed mob type?
     
  21. Offline

    Mountaineer

    I love this plugin. :D
     
  22. Offline

    lishid

    for those who have the Null Pointer Exception

    add this line to the config file:
    mobspawners-have-drops=true
     
  23. Offline

    Celtic Minstrel

    You set wolves as neutral, right?

    Update SpawnMob.
     
  24. Offline

    jordanneil23

    Main post under Permissions, I forgot to put this in the main post.

    I set them as Friendly, but it's fixed in the next release.

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

    L30TACO

    I don't understand that sorry.
     
  26. Offline

    jordanneil23

     
  27. Offline

    _LB

    /spawnmob kill all
    does not remove wolves...

    Also:
    The value range is NOT from -10 to 10. Checking a mob spawner delay every now and then, it seems to count down from a high number (like 1000 or something) and when it reaches 0, it tries to spawn its mob and then resets. It is NOT buggy and works perfectly fine, you just think it works differently than it really does...
     
  28. Offline

    jordanneil23

    Fixed in next release. (I will release it when I feel like it :p )
     
  29. Offline

    Connor Griffin

    I receive an internal server error whenever I try to spawn any kind of creature.
    CraftBukkit Build: 617​
    Permissions: Yes (I have '*')​
    Op: Yes​

    Error:
    Code:
    22:10:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spawnmob' in plugin Essentials v2.1.17
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'spawnmob' in plugin SpawnMob v1.8.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:548)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    Caused by: java.lang.NullPointerException
        at com.jordanneil23.SpawnMob.CommandHandler.perform(CommandHandler.java:75)
        at com.jordanneil23.SpawnMob.SpawnMob.onCommand(SpawnMob.java:118)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 14 more
    




     
  30. Offline

    Shilofax

    Disable Spawn-mob command in Essentials in the Plugins/Essentials/config.yml
     
    jordanneil23 likes this.
  31. Offline

    Connor Griffin

    Oh wow, I really should have figured that out. Sorry about that.
     

Share This Page