Inactive [FUN/RPG] MobDisguise v1.7 - Transform into any mob! (And players too!) No client mods! [1.1 RB3]

Discussion in 'Inactive/Unsupported Plugins' started by desmin88, Jul 29, 2011.

  1. Offline

    desmin88

  2. Offline

    morizuki

    can you add a configure that depends on the mobs? so it will like a real mobs?

    also I'm gettng this

    Code:
    2011-08-04 01:30:26 [INFO] [MobDisguise] Error making config.yml?!
    2011-08-04 01:30:26 [INFO] [MobDisguise] by desmin88 version 1.31 disabled.
    My spout is uptodate..
     
  3. Offline

    desmin88

    @morizuki
    Delete your mobdisguise folder and then restart the server.
     
  4. Offline

    embty

    Is the conflict with rawcritics gone? or should I test?
     
  5. Offline

    desmin88

    @embty
    I don't know. Rawcritic wrote some pretty bad code, go nag him.
     
  6. Offline

    morizuki

    there's no MobDisguise Folder..
     
  7. Offline

    the_stig

    Thanks but it doesn't seem to work,

    I'm getting this error when I use the /md pig command:


    19:48:37 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'md' in plugin MobDisguise v1.31
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    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:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:462)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchFieldError: b
    at me.desmin88.mobdisguise.utils.PacketUtils.packetMaker(PacketUtils.java:65)
    at me.desmin88.mobdisguise.utils.PacketUtils.disguiseToAll(PacketUtils.java:52)
    at me.desmin88.mobdisguise.commands.MDCommand.onCommand(MDCommand.java:84)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    2011-08-03 19:49:19 [WARNING] Task of 'MobDisguise' generated an exception
    java.lang.NoSuchFieldError: b
    at me.desmin88.mobdisguise.utils.PacketUtils.packetMaker(PacketUtils.java:65)
    at me.desmin88.mobdisguise.utils.PacketUtils.disguiseToAll(PacketUtils.java:52)
    at me.desmin88.mobdisguise.utils.DisguiseTask.run(DisguiseTask.java:20)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:449)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  8. Offline

    freezeon

    I get this error to:

    2011-08-04 19:49:46 [INFO] [MobDisguise] Error making config.yml?! 2011-08-04 19:49:46 [INFO] [MobDisguise] by desmin88 version 1.31 disabled.

    And I don't even have a folder called moddisguise... :(
     
  9. Offline

    desmin88

    @freezeon
    @morizuki
    Redownload, pushed a silent update
    @the_stig
    Error reporting form for help.
    This error should never happen, use Bukkit 1000 etc.
     
    xDIMAx likes this.
  10. Offline

    xDIMAx


    Thx
     
  11. Offline

    the_stig

    I had the same error but I fixed it by creating the MobDisguise folder manually
     
  12. Offline

    desmin88

    @the_stig
    It was fixed in a silent update I pushed out.
     
  13. Offline

    morizuki

    working now..

    soo.. about my suggestion?

    "can you add a configure that depends on the mobs? so it will like a real mobs?"
     
  14. Offline

    desmin88

    @morizuki
    There is an API for a reason.
     
  15. Offline

    Grammar Troll

    What do you mean? Depends on the mobs?
     
  16. is it at all possible for you to add something to the corner of the screen that says something like "you are a pig" or because i keep forgetting when i am disguised. Great plugin by the way i looove it <3
     
  17. Offline

    desmin88

  18. Offline

    morizuki

    errr.. sorry I don't know how to use API.. >.<
     
  19. Offline

    Grammar Troll

    Look at my requested plugin page (signature).
     
  20. Offline

    holycheeseboy

    Hi everyone. Okay im a noob. I installed this plugin along with spout and whenever i run my server and join it it says end of stream. I know i did something wrong but i can't figure it out. Dont all laugh at me but i really want to use this mod and its very frustrating trying to figure this out. can anyone link me to step by step instructions for installing this or help me out. please :D. thanks for any help
     
  21. Offline

    desmin88

    @holycheeseboy
    Step by step instructions in the OP. Fill out an error reporting form if you want help. Its on the OP
     
  22. Offline

    R4TH4CK3R

    It would be cool if the player could see his own disguise.
     
  23. Offline

    desmin88

    @R4TH4CK3R
    Not even going to say anything.
     
  24. Offline

    RGadelha

    Latest Spout / SpoutCraft dev builds, MD v1.31 but the same error to me:
    Code:
    2011-08-03 15:29:39 [SEVERE] Could not load 'plugins\MobDisguise.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/packet/listener/Listener
          at java.lang.Class.forName0(Native Method)
          at java.lang.Class.forName(Class.java:264)
          at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
          at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
          at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
          at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
          at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
          at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
          at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
          at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.packet.listener.Listener
          at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
          at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
          at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
          ... 11 more
    The problem is there is no more Listener.class, instead we have now PacketListener.class and PacketListeners.class :oops:
     
  25. Offline

    holycheeseboy

    well im a noob -_- what is the OP? sorry for being such a newb
     
  26. Offline

    dm_studios

    @desmin88 The config node for disabling mob targeting reads a bit wrong to me :S not a big issue but it might be easier to understand if it was DisableMobTarget in stead of MobTarget, I set this to false thinking it meant that if the setting was false mobs wouldn't target me.......o0o just so happened a creeper proved me wrong haha.

    @holycheeseboy OP = Original Post (i.e. first post where you downloaded the plugin from) :)
     
  27. Offline

    holycheeseboy

    @holycheeseboy OP = Original Post (i.e. first post where you downloaded the plugin from) :)[/quote]


    It just says to drag it into the plugins folder. Thats it? lol
     
  28. Offline

    desmin88

    @dm_studios
    Yeah sorry.
    @RGadelha
    Then you're doing it wrong. It works perfectly fine for me.
    Don't use dev builds, ok? I support the latest version only.
     
  29. Offline

    RGadelha

    No, I'm not, I know what I'm doing.
    spout-dev-SNAPSHOT.jar dev build #7 that is! I'm gonna try dev build #10 now.
     
  30. Offline

    dm_studios

    @holycheeseboy Yep thats it once, you have put the MobDisguise.jar and Spout.jar into your plugins folder just restart your server and your good to go :)

    @desmin88 no worries it got my mate too haha so that made it all worth it.

    @RGadelha Try the version that is linked in original post, its not a dev build.
     
  31. Offline

    desmin88

    @RGadelha
    Don't use dev builds. Use the latest non-dev build download. I can't guarentee support for dev builds at all.
     

Share This Page