mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Added user info text that user can set. Addd chat whisper command. Some minor changes to chat. Impoved display of user list.
This commit is contained in:
parent
e9dd478848
commit
c0323c168c
19 changed files with 522 additions and 356 deletions
|
|
@ -62,7 +62,7 @@ public interface MageServer {
|
|||
|
||||
// server state methods
|
||||
ServerState getServerState() throws MageException;
|
||||
List<String> getConnectedPlayers(UUID roomId) throws MageException;
|
||||
List<UsersView> getConnectedPlayers(UUID roomId) throws MageException;
|
||||
List<MatchView> getFinishedMatches(UUID roomId) throws MageException;
|
||||
Object getServerMessagesCompressed(String sessionId) throws MageException; // messages of the day
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue