[ADMIN/FUN] MobSpawn 0.3 - Sniper-spawn mobs at a distance with the bow [1337]

Discussion in 'Inactive/Unsupported Plugins' started by MadManMarkAu, Apr 2, 2011.

  1. Offline

    MadManMarkAu

    MobSpawn - Spawn mobs at a distance using the bow:
    Version: v0.23

    This plugin I make to more or less mess with one of my friends. It allows a user to use the bow to spawn a selected mob on the block they're looking at, ignoring lava and water.

    Features:
    • Selectable mobs - any mob supported by the Bukkit mob lists will work.
    • CaSe sEnSiTiVe! Mob names are case sensitive.
    • Non-persistant. reloading the server/plugins or reconnecting will reset plugin to OFF for that user.

    Download: https://github.com/downloads/MadManMarkAu/MobSpawn/MobSpawn.jar

    Source Code: https://github.com/MadManMarkAu/MobSpawn

    Commands (open)

    • /mobspawn {OFF|<mobname>} - Set bow to spawn selected mob, or to turn this effect off.
    Permissions (open)

    • mobspawn.spawn - Allow user to access the /mobspawn command.
    Changelog (open)

    Version 0.3
    • Upgrade to latest Bukkit version
    • Added support for all major permissions systems
    Version 0.2.2 - 0.2.3
    • Upgrade to latest Bukkit version
    Version 0.2.1
    • Confirmation message on "/mobspawn off"
    • Updated to CraftBukkit 803
    Version 0.2
    • Bow no longer shoots arrows when mob spawn is enabled.
    Version 0.1
    • Initial release.
     
  2. Offline

    rwp140

    does this work with any mob?
    Edit: may have been a stupid question i see the any mob supported by bukkit mob list now

    could(or is it possibly for) you to add an attack feature?
    e.g. you aim at fellow player mob that spawns atacks said player, or/and its parsed in the comandline. are there is a command/arrow that selects a target. with a permission node to disable this of course.

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

    TheHamer

    Im getting this error message. Help me! = ) Thanks!

    00:04:26 [INFO] [Permissions] version [2.5.4] (Phoenix) loaded
    00:04:26 [SEVERE] BLOCK_PLACED loading MobSpawn v0.2 (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_PLACED
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:153)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at net.madmanmarkau.MobSpawn.MobSpawn.setupPermissions(MobSpawn.java:53)
    at net.madmanmarkau.MobSpawn.MobSpawn.onEnable(MobSpawn.java:42)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  4. Offline

    Smallie07

    Getting this error when i start my server and when i reload it. using CB 635 :D
    Code:
    17:18:24 [SEVERE] Plugin attempted to register PLAYER_INTERACT while not enabled
     loading MobSpawn v0.2 (Is it up to date?)
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLA
    YER_INTERACT while not enabled
            at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManag
    er.java:289)
            at net.madmanmarkau.MobSpawn.MobSpawn.registerEvents(MobSpawn.java:66)
            at net.madmanmarkau.MobSpawn.MobSpawn.onEnable(MobSpawn.java:43)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:558)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  5. Offline

    MadManMarkAu

    This.. is disturbing. I don't know why Bukkit is reporting this error, as the hooks are installed in the onEnable() function... I'll look into it. Something in Bukkit must have changed.
     
  6. Offline

    Smj

    It's probably me doing something wrong but it isn't working for me. I am trying to spawn a pig with the command /mobspawn Pig. The bow still shoots arrows and wont spawn pigs. I don't get any error messages in the log or in game. Running CB617
     
  7. Offline

    MadManMarkAu

    I can't think of the reason off the top of my head. Would you be willing to run a debug version of the plugin and upload your server console output to pastebin?
     
  8. Offline

    umar

    same thing is happening with me... i type /mobspawn Pig and no pigs spawn.. its updated...
    if u can fix this that would be really cool and this would be an awesome mod!
     
  9. Offline

    EmanuxJade

    hello, i have done of installed your plugin, but i get a issue, i had put in permissions 'mobspawn.*' or 'mobspawn.spawn' on my user, but when i loading a plugins appare this:

    MobSpawn version 0.2not enable. Permissions are not detected.

    and in game not work

    but i have done the modification on world.yml

    can u help?
     
  10. Offline

    MadManMarkAu

    What version of Permissions are you using? Are you using the GroupManager/FakePermissions plugins, the propper Permissions plugin, or some other Permissions redirector?
     
  11. Offline

    tijs14tijs

    21:08:28 [SEVERE] Plugin attempted to register PLAYER_INTERACT while not enabled
    loading MobSpawn v0.2 (Is it up to date?)
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLA
    YER_INTERACT while not enabled
    at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManag
    er.java:289)
    at net.madmanmarkau.MobSpawn.MobSpawn.registerEvents(MobSpawn.java:66)
    at net.madmanmarkau.MobSpawn.MobSpawn.onEnable(MobSpawn.java:43)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:264)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:196)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80
    )
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    25)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Thanks for this great error stack..
     
  12. Offline

    Speakr4thedead

    What is the /mobspawn name for a huge slime? If you just do slime you get tiny slimes.
     
  13. Offline

    Arjan

    Can I also spawn spiderjockeys? i already tried: /mobspawn SpiderJockey /mobspawn Spiderjockey /mobspawn Jockey etc etc..
     
  14. Seems this has stopped working for me :(
    This was one of the most entertaining plugins I had.
     
  15. Offline

    Arcosanti

    Please consider adding ElectrifiedCreeper to the list of spawnable monsters. [creeper]
     
  16. Offline

    MadManMarkAu

  17. Offline

    Arcosanti

    Awesome - thanks for that reference material and for the great plugin. We use it to have some exciting PvE events on our server. :)
     
  18. Offline

    fugue2005

    works awesome and flawlessly

    could you add a confirmation message for /mobspawn off please.
     
  19. Offline

    MadManMarkAu

    Done.
     
  20. Offline

    Snock

    this doesn't work for me... i put the permissions in both groups and users.yml without errors and put those 4 class files into minecraft.jar and it still wont work. i have a bow and i've been doing the command "/mobspawn pig" and some variants in case that wasn't right and i still get nothin. i've tried it with monsters set to true. the server says "MobSpawn version 0.2.1 loaded" so i dont have a clue what i did wrong.

    could you go over the installation? it just looks like you add the permission and thats it. i dont know what to do with the files.
     
  21. Offline

    generilisk

    A reminder: mob names are capitalized.
    Pig not pig, Zombie not zombie, etc.
     
  22. Offline

    Ketrel

    Can you add a way to make powered creepers and sized slimes?
    Bukkit must support these since other plugins can do them, specifically the mob spawner in command book.
     
  23. Offline

    Nowan123

    this is fun... thanks, i will post if there are any arrows
     

Share This Page