Jump to content

somawheels

Members
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

somawheels's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. I am currently using this public void onMessage(Message message) throws java.lang.InterruptedException{ if(message.getType() == Message.MessageType.PLAYER){ String text = message.getMessage(); to grab player messages form the chat. Howeve I need to grab players names in addition to their message. How could I do this?
×
×
  • Create New...