Add clan ranks to clan chat

- Extend API to include support for getting clan members and
informations about them
- Add API for manipulation with modIcons
- Display clan ranks in clan chat (add to ClanChat plugin)
- Add new hook for clan members changed

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2017-12-04 19:28:57 -05:00
committed by Adam
parent e1623f239a
commit 454fd4cfc1
24 changed files with 556 additions and 7 deletions

View File

@@ -28,8 +28,14 @@ public interface MessageNode
{
ChatMessageType getType();
String getName();
void setName(String name);
String getSender();
void setSender(String sender);
String getValue();
void setValue(String value);