Archived
0

Added getRawMessage() to Message

This commit is contained in:
Minenash 2019-01-12 18:02:42 -05:00
parent 4e8b2f6722
commit df60cbeb2e

View File

@ -197,6 +197,10 @@ public class Message
} }
} }
public String getRawMessage() {
return rawMessage;
}
private void addHoverText(BaseComponent comp, String text) private void addHoverText(BaseComponent comp, String text)
{ {
comp.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, comp.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT,