How to Properly Handle Chat

Discussion in 'Plugin Development' started by ohtwo, Mar 9, 2013.

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

    ohtwo

    Hey guys, so here's the situation: I have multiple pairs HashMaps of storing playernames in a single ArrayList. Basically, the ArrayList handles stores several pairs of teams. I want each team to have their own chat. Where should I start from here?
     
  2. Use player chat event and if the player is in a team clear recipients and add his team mates.

    Changing the format would also be nice... like "<%> (TEAM): %s"
     
    ohtwo likes this.
  3. Offline

    ohtwo

    Thanks. I'll keep this in mind. Your avatar changed and I'm not used to it. Lol.
     
Thread Status:
Not open for further replies.

Share This Page