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

    TheSpillmonkey

    I am admin on my server, tried both author's version of Permissions (currently on yetti's), and am an OP and an admin under permissions with *.

    I can spawn mobs fine, but am unable to change mob spawners.
    /mspawn zombie while looking at a mob spawner returns "You are not authorized to do that"

    Any ideas ?
     
  3. Offline

    Snoregore

    First timer here, where can I download permissions 2.1, I cant seem to find a working link anywhere.

    EDIT: Screwed around with it, and now it's working fine. Dont need it anymore. Love this mod!
     
  4. Offline

    TheDarkness73

    Do you need permissions to use this mod?
     
  5. Offline

    The PC Tech Guy

    Thank you jordanneil23, it's working well now. Thanks again for picking up this plugin.
     
  6. Offline

    pwncake

    Im getting this error:
    Do you know what is wrong?
    Code:
    00:07:46 [INFO] Starting minecraft server version Beta 1.3
    00:07:46 [WARNING] **** NOT ENOUGH RAM!
    00:07:46 [WARNING] To start the server with more ram, launch it as "java -Xmx102
    4M -Xms1024M -jar minecraft_server.jar"
    00:07:46 [INFO] Loading properties
    00:07:46 [INFO] Starting Minecraft server on *:25565
    00:07:46 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    00:07:46 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    00:07:46 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    00:07:46 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    00:07:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-481-
    g29d0c62-b477jnks (MC: 1.3)
    00:07:46 [INFO] Preparing level "map"
    00:07:46 [INFO] Preparing start region
    00:07:47 [INFO] [Permissions] version [2.4] (Phoenix) was Initialized.
    00:07:47 [INFO] [DeathChest] version [1.32b] loaded.
    00:07:47 [INFO] [DeathChest] Permission Plugin found. Using it for permissions.
    00:07:47 [INFO] [DeathChest] Loaded expiration time: 0
    00:07:47 [INFO] [DeathChest] LWC Plugin not found. Chests will not be protected.
    
    00:07:47 [INFO] [General] version [2.1.2.1] (TheBeginningOfTheEnd) loaded
    00:07:47 [INFO] [Permissions] version [2.4] (Phoenix)  loaded
    00:07:47 [INFO] Lockette version 1.2.2 is being enabled!  Yay!
    00:07:47 [INFO] Lockette: Detected craftbukkit jenkins build [477] ok.
    00:07:47 [INFO] Lockette: Linked to Nijikokun's Permissions plugin version 2.4
    00:07:47 [INFO] Lockette: Ready to protect your containers.
    00:07:47 [INFO] Persistence version 0.51 is enabled
    00:07:47 [SEVERE] PLAYER_COMMAND loading General v2.1.2.1 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
            at com.jordanneil23.SpawnMob.SpawnMob.registerEvents(SpawnMob.java:59)
            at com.jordanneil23.SpawnMob.SpawnMob.onEnable(SpawnMob.java:46)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at com.nijikokun.cjcfork.bukkit.General.iListen.setupCmds(iListen.java:1
    11)
            at com.nijikokun.cjcfork.bukkit.General.General.onEnable(General.java:12
    0)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    00:07:47 [INFO] TreeHugger is enabled!
    00:07:47 [INFO] WorldEdit 4.0-beta4 enabled.
    00:07:47 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    00:07:47 [INFO] Done (0,082s)! For help, type "help" or "?"
    >
    EDIT: DOWNGRADING WORKED! hopefully the code might help you develop the update.
     
  7. Offline

    niccholaspage

    Error has to do with the old player command event getting removed. I submitted a change so its already fixed and he can just make a jar and it will work again :)
     
  8. Offline

    pwncake

    Thx, I'm not that good into the pluggs, but I hope that he'll upload the new one soon.
     
  9. Offline

    Håkon bergset

    tryed with 100000 creeper's. Crashed all my plugins so i must download them again
    Exept for that good plugin
     
  10. Offline

    jordanneil23

    You mean that I don't have to TOTALLY recode the commands now? If so then you sir are a god :D
     
  11. Offline

    niccholaspage

    You never did lol, Changed two lines of code and its good to go. Just accept the pull request and build it again!
     
  12. Offline

    TheSpillmonkey


    Admin with * permissions should work for mspawn right ?
    Am i missing anything else that could be stopping it ?
     
  13. Offline

    _LB

    I was just successfully using this plugin when, nothing g changed, and suddenly I could no longer get a response from and of the /mobspawn commands. No errors, no glitches, just no response...my commands go to nothing, as if they were never activated. Other plugins work fine...I have restarted the server multiple times and redownloaded the latest versions of mobspawn and craftbukkit as of this post, and it still does nothing. As I said, i had just been using commands and then they stopped working permanently! Is there something I can do about this?

    EDIT: I delete it, run the server, then reinstall it...and then it stops working after a few minutes. Why? Why me? It was working so well before, and now it just hates me...
     
  14. Offline

    TheSpillmonkey

    Craftbuckkit 466

    Getting


    23:03:17 [SEVERE] PLAYER_COMMAND loading SpawnMob v1.6B (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
    at com.jordanneil23.SpawnMob.SpawnMob.registerEvents(SpawnMob.java:59)
    at com.jordanneil23.SpawnMob.SpawnMob.onEnable(SpawnMob.java:46)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  15. Offline

    Cerberus12

    You need to downgrade your bukkit server to .450 i believe because of it saying no such field player_command . Read the bottom of page one of this topic, the owner of this topic gave me the link :D
     
  16. Offline

    maxsteele

    Craftbukkit #450, Permissions 2.1

    When I place a spawner, and change it to anything other than a pig, it still spawns pigs. And most of the time, the pigs it does spawn are invincible.

    I spawned a large slime. When I destroyed it, it broke into smaller slimes. Those slimes were invincible.

    For the invincible monsters / creatures, when I leave the server and come back, they are destroyed, leaving behind what they drop.
     
  17. Offline

    Shadow771

    Just out of curiosity, what did you change?
     
  18. Offline

    D2S4L1T2

    I am unable to spawn a slime at all. Everything else, however, works great

    Correction, I've been able to spawn them now, but everything seems to spawn in the ground, instead of on it.
     
  19. Offline

    ledhead900

    CB 483 I got this
    PHP:
    22:36:02 [SEVEREPLAYER_COMMAND loading SpawnMob v1.6B (Is it up to date?)
    java.lang.NoSuchFieldErrorPLAYER_COMMAND
            at com
    .jordanneil23.SpawnMob.SpawnMob.registerEvents(SpawnMob.java:59)
            
    at com.jordanneil23.SpawnMob.SpawnMob.onEnable(SpawnMob.java:46)
            
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
            
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r
    .java:187)
            
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    All other plugins have loaded alright.
     
  20. Offline

    tehseano

  21. Offline

    cachorropedorro

    I'm getting this and I can't spawn anything.


    2011-03-01 17:10:13 [SEVERE] Could not pass event PLAYER_COMMAND to SpawnMob
    java.lang.NullPointerException
    at com.jordanneil23.SpawnMob.SMPlayerListener.onPlayerCommand(SMPlayerListener.java:89)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:150)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:651)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:601)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:595)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    --- merged: Mar 2, 2011 1:38 AM ---
    This is what I'm getting with Craftbukkit 450 and Permissions 2.5.1 The previous post was with Permission 2.1

    Code:
    17:35:53 [SEVERE] Could not pass event PLAYER_COMMAND to SpawnMob
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at com.jordanneil23.SpawnMob.SMPlayerListener.onPlayerCommand(SMPlayerListener.java:89)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:145)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:662)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:612)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:606)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
        ... 14 more
    17:35:53 [INFO] cachorropedorro issued server command: spawnmob chicken
    17:35:53 [INFO] Unknown console command. Type "help" for help.
    
     
  22. Offline

    Shadow771

    Downloaded 1.7 and updated to CraftBukkit 493.

    I'm not getting any error except unknown command.

    This is my Permissions 2.5.1 config:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   Does not work for the default world.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
        Member:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'nethergate.use'
                - 'myhome.*'
                - 'bonuses.*'
        Operator:
            default: false
            info:
                prefix: '&8'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'general.*'
                - 'nethergate.*'
                - 'worldedit.*'
                - 'magiccarpet.*'
                - 'vanish.*'
                - 'godmode.*'
                - 'spawnmob.spawnmob.neutral'
                - 'spawnmob.spawnmob.friendly'
                - 'spawnmob.spawnmob.enemy'
    users:
        Shadow771:
            group: Operator
            permissions:
     
  23. Offline

    hntw

    I've got the same trouble as Shadow771. mspawn and spawnmob are both unrecognized. Yeti Permissions 2.5.1, SpawnMob 1.7. Admin (*) permissions set but I also tried manually listing spawnmob in the admin section too.

    2011-03-03 01:28:03 [INFO] blablabla issued server command: mspawn
    2011-03-03 01:28:03 [INFO] Unknown console command. Type "help" for help.
     
  24. Offline

    Jobsti

    same as hntw
    SpawnMob loads on Serverstart, No Errors but no cmd works. (GM 1.0 #493)
     
  25. Offline

    Pieman

    Same problems as other people.

    2011-03-02 21:13:27 [INFO] PiemanXC tried command: spawnmob chicken
    spawnmob chicken
    2011-03-02 21:16:19 [INFO] Unknown console command. Type "help" for help.
     
  26. Offline

    ledhead900

    Testing this now !
     
  27. Offline

    jordanneil23

    Read the first post, it's late here now so I cant fix it now. Sorry.
     
  28. Offline

    ledhead900

    Np will wait,
     
  29. Offline

    Cerberus12

    omfg looks like you guys need help. OK if the mob friendly, enemy, or neutral doesnt work have you EVER thought about changing everythign so it shows the commands you can spawn monsters with ie.
    - 'spawnmob.spawnmob.skeleton' and so on and so forth
    but heres my permissions file if you guys still have trouble
    http://pastebin.com/f3AWBuHb
    and FFS people look at the above posts you need bukkit server 450 and if it says
    the player command error ITS THE BUKKIT SERVER YOU NEED TO DOWNGRADE unless the
    owner of this thread changed it im not sure
     
  30. Offline

    Pieman

    Setting - 'spawnmob.spawnmob.chicken' does not work. Oh, and your configuration file has both - '*' and other permissions, as well as inheritance, something Permissions tells you NOT TO DO if you'd read the forum thread. Nice job parading around like an asshat as if you know what you're doing.

    I have an idea; maybe we should wait patiently for the author to update the plugin and fix it. That sounds more reasonable than yelling at people in shitty grammar and red caps text with bad advice.
     
  31. Offline

    Shadow771

    omfg no i really have not thought about changing my permissions file to that as the author has said it currently doesn't work.

    FFS MY BUKKIT VERSION IS FINE

    Ever thought about reading the OP before telling us we need "help"?
     

Share This Page