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

    holycheeseboy

     
  3. Offline

    RGadelha

    The problem is Afforess and the Spout Team changed class names like I've said earlier. I'm just trying to tell you that :rolleyes:
    Edit:
    Listener.class is now PacketListener.class
    Listeners.class is now PacketListeners.class
     
  4. Offline

    holycheeseboy

    @dm_studios i think i got it. thanks so much for your help :D
     
  5. Offline

    desmin88

    @RGadelha
    They've changed it only in dev builds.
     
  6. Offline

    dm_studios

    @holycheeseboy You deleted the Meta-Inf? from the minecraft.jar? huh? lol :) with server side plugins you only need to just copy them into your plugins folder and then restart the server (or reload the plugins using /reload in console) thats it :) all done.

    You only need to delete the META-INF folder in the minecraft.jar when you are installing client side mods.

    EDIT: No problem :D glad I could help.
     
  7. Offline

    holycheeseboy

    @dm_studios now that im in my server the disguise works but if i spawn stuff i cant pick it up?
     
  8. Offline

    desmin88

    @holycheeseboy
    It blocks pickup when you disguised, you can turn that off in the config.
     
  9. Offline

    dm_studios

    @holycheeseboy you will need to set the "DisableItemPickup" config node to false.

    So at the bottom of the MobDisguise Config file (plugins/mobdisguise/config.yml) change it to look like:
    Code:
    DisableItemPickup:
        enabled: false
    Then restart server and off you go :D
     
  10. Offline

    RGadelha

    What you mean? It's a WIP, all of the builds are dev builds.
    BTW, the last recommended / stable buid is #7 and in this one those classes are renamed already.
     
  11. Offline

    holycheeseboy

    @dm_studios i think that was just cause i was disguised thanks again for all the help :D and quick replies. im less of a noob now thanks to you!
     
  12. Offline

    desmin88

  13. Offline

    chickengod

    i dont see myself as a mob?
     
  14. Offline

    desmin88

  15. Offline

    dm_studios

    No problem mate :) btw that config node if you set it too false then it would let you pickup items while disguised, by default it gets set to true which disables item pickups while disguised.....because.....well how many sheep do you see picking up redstone? haha :D
     
  16. Offline

    Kanga134

    Dont want to be a massive noob here. But i dont know how to get this pllugin to work I get the same error as RGadelha had.
     
  17. Offline

    desmin88

    @Kanga134
    You're either not using 1.31 or are using a dev build of Spout.
     
  18. Offline

    RGadelha

    This one is dev build #5, they will update it soon to at least dev build#7 so be prepared.
    Well, I was just trying to inform you about those updates.
    I've failed ;)
     
  19. Offline

    desmin88

    @RGadelha
    I've been well aware of the changes.

    @embty
    Ore obfuscation plugin is fixed. You can download it

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

    Kanga134

    Code:
    SEVERE] Could not load 'plugins\MobDisguise.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: org/bukkitcontrib/packet/listener/Listener
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        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.bukkitcontrib.packet.listener.Listener
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
    I downloaded mob diguise form your link the I went to spout and down loaded the server admins plugin and put them both in the plugins section..
     
  21. Offline

    desmin88

    @Kanga134
    Most likely not using 1.31. This was fixed a awhile ago.
     
  22. Offline

    Tulips

    mine wont load
     
  23. Offline

    desmin88

    @Tulips
    Thats great to hear!
     
  24. Offline

    holycheeseboy

    @dm_studios thank you so much. i will keep it disabled. thanks :D
     
  25. Offline

    Tulips

    Code:
    2011-08-04 04:24:16 [SEVERE] Could not load 'plugins\SpoutAPI.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        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:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:336)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 04:24:16 [SEVERE] Could not load 'plugins\MobDisguise.jar' in folder 'plugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        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:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:336)
        at net.minecraft.server.ThreadServerApplication.run
    is what i get :/
    so it seems i cant load either :/
     
  26. Offline

    desmin88

    @Tulips
    You download the SpoutAPI not the plugin. Use your head.
    Find the link saying "Download the spout server plugin"
     
  27. Offline

    RGadelha

    I see...
     
  28. Offline

    Tulips

    Download, 3 Simple Steps:

    • Download MobDisguise, here!
    • Download Spout Server plugin, here!
    • Place both .jars in your plugins folder.
    • Done!
      i followed what this said :/ now im just confused
     
  29. Offline

    desmin88

    @Tulips
    Nope. You downloaded the wrong one.
     
  30. Offline

    Kanga134

    where can i find 1.31 (sorry im a noob)
     
  31. Offline

    Tulips

    ty it worked :D going to test now

    accually invisibility would be better for this plugin for acting like ur being spawned xD without having an extra plugin to load, but i guess they can work separetly :p

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

Share This Page