Person being partly transparent

Discussion in 'Plugin Development' started by themadman300, Jun 30, 2013.

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

    themadman300

    I'm making a plugin for someone else and they want the player to not be invisible, but partly transparent when they do /ghost like what you can do with scoreboards

    Code:java
    1. //Making invisible players on the same team have a transparent body
    2. team.setCanSeeFriendlyInvisibles(true);


    Source: https://forums.bukkit.org/threads/tutorial-scoreboards-teams-with-the-bukkit-api.139655/

    Can I do this without teams? I don't want a scoreboard or anything I just want them to be able to be partly seen by everybody.

    Also, I want a command /human which makes them back normal, how would I do this?
     
  2. Offline

    caseif

  3. Offline

    CMG

Thread Status:
Not open for further replies.

Share This Page