Client-side entity glowing

Discussion in 'Plugin Development' started by Marcoral, Sep 24, 2016.

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

    Marcoral

    Hello! Like the title says, I have problem with making entity client-side glowing.

    I know that I can make it glows to everyone by simply using
    Code:
    entityobject.setFlag(6, true);
    but then everyone sees entity glow, not only choosen to.
    I tried to make it with packets such as PacketPlayOutEntityMetadata, but unsuccessfully. Could you give me a little clue if I'm looking to right packet? I know also that making it using potion effect, not entity status, would be easier, but it is certainly less efficient sollution and generally - worse.

    It would be totally fine, if I could edit glow color too... :D
     
Thread Status:
Not open for further replies.

Share This Page