Jump to content

How to get player message + player name from chat?


Recommended Posts

Posted (edited)

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?

Edited by somawheels

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...