Convert human player to mob

Discussion in 'Plugin Development' started by LimitedWard, Sep 16, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    LimitedWard

    The current plugin that I am creating requires that humans, upon joining the game built into the plugin, be converted into a mob (specifically an enderman). In other words I have to create something similar to how mobdisguise works, but I have no idea where to start? Do I have to use casting or would that only cause errors? Thank you in advance for any help.
     
  2. Offline

    LukeSFT

    I think casting doesn't works.
    Maybe you should do something with packages(I don't know so much about this).
     
  3. Offline

    LimitedWard


    Packages? Not quite sure what you mean.

    One solution, I suppose is to make the player invisible to the others, and then spawn an enderman at his location, updating it's position with the player's movement, but I could picture that being tedious and overwritten.

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

    LukeSFT

    I think there is something like sending the image of an enderman instead of an player to all other players.
     
  5. Offline

    LimitedWard

    Anyone know how this could be done?
     
  6. Offline

    Supertt007

  7. Offline

    LimitedWard

Thread Status:
Not open for further replies.

Share This Page