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

    Hempa

    Im using iChat
     
  3. Offline

    Kalais

    Already suggested the majority of these:
     
  4. Offline

    Magnet_man16

    Your missing a R in your permission nodes last one!
     
  5. Offline

    bothersome

    I don't think this will work with how I want to use it.

    I have a druid class configured through Heroes. I want to have Heroes hand out the permission nodes at certain levels, allowing only druids meeting that requirement to use it.

    For now I have someone else editing the plugin :/
     
  6. Offline

    DimsenJonas

    Zombie pigmen?
     
  7. Offline

    Adv

    Has existed since day 1.
     
  8. When I type "/md [mobnamehere]" and press F5, I look like my normal self, no matter what mob I disguise as. Can anyone help me with this?
     
  9. Offline

    desmin88

    I am on vacation, and can't access the internet often. Please post any and all CRITICAL errors below please,
    @heylookoverthere
    How did you fix it?
     
  10. Offline

    Sakotius

    +1 on the ability to change other people (E.G - /md Creeper USERNAME or /md p Sakotius USERNAME
     
  11. Offline

    TrueTubePoops

    Is it possible to make sure that if you are a sheep and somebody dyes or shears you that you act like a normal sheep? on my server i snuck into the enemies base as a sheep... Somebody tried to shear me and i got caught and killed! Can you try to fix that?
     
  12. Offline

    Master_Rudik

    So, turns out latest dev build of Spout is needed for latest dev build of CraftBukkit, which is needed for MultiVerse 2.

    So! Any dev builds of MobDisguise to compliment the theme I have going here? :-D
     
  13. Offline

    shadydeath999

    @desmin88 diguising as played doesnt work for me
     
  14. Offline

    Gingermidget

    I don't know is this question has already been answered, but whenever I try to op someone or turn into a player on my server It always crashes and this appears:

    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 17 more
    Did I forget to download something?
     
  15. Offline

    pounds123

    when i use any of the disguising commands i see what i am supposed to have been disguised as standing in front of me and if i punch it i take damage. Is there any way that I can fix this?
     
  16. Offline

    sddddgjd

    That must look funny!
     
  17. Offline

    pounds123

    Yeah, it's pretty strange seeing two of myself XD
     
  18. How did I fix what? the heroic-death notices? By editing heroic death's listener function:

    Code:
     public void onEntityDeath(EntityDeathEvent event) {
         Player player;
         if (!(event.getEntity() instanceof Player))
             return;
         else
             player = (Player)event.getEntity();
         if(me.desmin88.mobdisguise.api.MobDisguiseAPI.isDisguised(player))
             return;
       ....
    Do you by any chance still have bukkitcontrib installed? Make sure, some plugins auto download it. Most should have spout versions by now.

    There should be more to the error message, I think you forgot to copy the line that explains what is happening at line 307 of ClassLoader.java.

    Everyone having errors should check the "Common errors and how to fix" spoiler in the first post."

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

    TrueTubePoops

    Can you try to make this plugin work that you see yourself as that mob or player in F5? because that would be very help full...
     
  20. Offline

    Hempa

    When I disguise as a player in chat I appear as me... The only plugins that may interfer in chat may be Factions and iChat.
     
  21. Offline

    DimsenJonas

    Transform other players than yourself?
     
  22. Offline

    swift_fox24

    I talked to the maker of a chat plugin, mChat, and asked him about making his plugin compatible with MobDisguise. I got this back:

    "Once the MobDisguise API allows for getting who the players are Disguised as (Mob's they are disguised as) I will implement it."
     
  23. Offline

    SomeGuy72

    AMAZING! I have had so many lols with this plugin! [cake]
     
  24. Offline

    Stales89

    Any news on an update?

    It doesn't work with the lates dev build of Spout. :)
     
  25. It's not possible. When you are on a server the server is constantly sending you a list of all entities that exist in the chunks around you, be they players or mobs. This plugin works by sending the client false information, pretending a nearby player is a nearby mob. The client never asks the server "hey am I a dude or a creeper?" the client knows who you are at all times. There is no getting around this without a client mod.

    Desmin88 should be able to implement this very easily once he gets back. I assume he wants it as a string i.e "Creeper" or "Notch"


    It's never worked with any spout dev builds, not sure why. Anyway Desmin88 is on vacation, so I wouldn't count on an update this week. I'm hoping that when spout promotes it's next release, it will start working again. Doubt it though.
     
  26. Offline

    Stales89

    Okay thanks for the speedy reply!
     
  27. Offline

    swift_fox24

    Just curious, who are you and why are you answering his questions? I don't mind it of course, but are you working with him? Or just somebody who can figure out the answers?
     
  28. Offline

    Grammar Troll

    Actually, 99% of all questions can be answered by looking at older replies. @heylookoverthere happens to be one of the few competent people in this thread.
     
  29. I've no affiliation with desmin88 or this plugin, I just use it on my server and was trying to be helpful.
     
  30. Offline

    swift_fox24

    Well thank you very much, I do appreciate the response! :D
     
  31. Offline

    desmin88

    @Stales89
    Don't use the latest dev build of Spout, I can't gaurantee support for anything but the latest version
     

Share This Page