noob question (PACKETS / TAG)

Discussion in 'Plugin Development' started by Retherz_, Dec 26, 2012.

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

    Retherz_

    Hello, ive been looking around for packets and havent found anything..More specificly a tag packet to remove tag for some players and show for some
     
  2. Offline

    kingBS11

    I'm not sure exactly what you are looking for. Also, make your title a little more specific.
     
  3. Offline

    MP5K

    hello MercilessPvP,
    use:
    Code:
    ((CraftPlayer) player).getHandle().playerConnection.sendPackage(<package>);
    to send a package.
    the package you'r looking for should be the Package201PlayerInfo Package,
     
  4. Offline

    ZeusAllMighty11


    I thought it was like Packet20NamedEntity
     
  5. Offline

    MP5K

    i though it was but i'm not sure
     
  6. Offline

    Retherz_

    Sorry for asking but in what event do i send it?
     
  7. Offline

    ZeusAllMighty11

    Whatever event or method you want.


    Not sure how packets handling works now.
     
  8. Offline

    chasechocolate

    Player name tags (above their head)?
     
  9. If you mean that use TagAPI for cross-plugin tag usage and a little less work...
     
    Quackster likes this.
Thread Status:
Not open for further replies.

Share This Page