somawheels Posted January 20, 2019 Share Posted January 20, 2019 (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 January 20, 2019 by somawheels Quote Link to comment Share on other sites More sharing options...
dreameo Posted January 20, 2019 Share Posted January 20, 2019 (edited) https://i.imgur.com/RT0ssUz.gif Edited January 20, 2019 by dreameo 5 1 Quote Link to comment Share on other sites More sharing options...
somawheels Posted January 20, 2019 Author Share Posted January 20, 2019 Thanks. I am very new to this scripting stuff. 1 Quote Link to comment Share on other sites More sharing options...
dreameo Posted January 20, 2019 Share Posted January 20, 2019 11 minutes ago, somawheels said: Thanks. I am very new to this scripting stuff. Just wanted to show you how simple it can be. Nothing is difficult. Quote Link to comment Share on other sites More sharing options...
ItPoke Posted January 20, 2019 Share Posted January 20, 2019 57 minutes ago, dreameo said: https://i.imgur.com/RT0ssUz.gif This gif should be pinned somewhere 1 Quote Link to comment Share on other sites More sharing options...