Send EntityEffect to only a few players?

Discussion in 'Plugin Development' started by NerdsWBNerds, May 19, 2014.

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

    NerdsWBNerds

    Is there a way to send the entity effect's called by

    this.world.broadcastEntityEffect(this, (byte));

    but instead of broadcasting it to a world, only send it to a few people?
     
  2. Offline

    rsod

    Player#playEffect
     
  3. Offline

    NerdsWBNerds

    That effect, not entityeffect, there's a difference
     
  4. Offline

    xTigerRebornx

  5. Offline

    NathanWolf

  6. Offline

    xTigerRebornx

    NathanWolf Looking at the description, I don't think that is what he wants.
    He wants to be able to send it to specific players, which I believe would require what I suggested above.
     
  7. Offline

    NerdsWBNerds

    Actually, I had to use PacketPlayOutEntityStatus, but you got me on the right track
     
    NathanWolf likes this.
Thread Status:
Not open for further replies.

Share This Page