Added getRawMessage()
to Message
This commit is contained in:
parent
4e8b2f6722
commit
df60cbeb2e
@ -197,6 +197,10 @@ public class Message
|
||||
}
|
||||
}
|
||||
|
||||
public String getRawMessage() {
|
||||
return rawMessage;
|
||||
}
|
||||
|
||||
private void addHoverText(BaseComponent comp, String text)
|
||||
{
|
||||
comp.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT,
|
||||
|
Reference in New Issue
Block a user