1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-04 01:51:58 +02:00

Fixes for XMPP: display minecraft username for players that have set their address using /setxmpp, others will have the jabber address next to the message

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1576 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-06-03 02:22:32 +00:00
parent e8e97e86a0
commit 991a5cb24c
4 changed files with 24 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ public interface IEssentialsXMPP
String getAddress(final String name);
List<String> getSpyUsers();
String getUserByAddress(final String address);
void sendMessage(final Player user, final String message);