mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 01:42:32 +01:00
Commands - Fixed whois
Listener - Added random death messages Plugin - Added hooks for damage Settings - Added random death messages Signed-off-by: nossr50 <nossr50@gmail.com>
This commit is contained in:
@@ -265,7 +265,7 @@ public class vminecraftCommands{
|
||||
player.sendMessage(Colors.Blue + "Groups: " + group);
|
||||
//Admin
|
||||
player.sendMessage(Colors.Blue+"Admin: " +
|
||||
String.valueOf(playerTarget.canIgnoreRestrictions()));
|
||||
String.valueOf(playerTarget.isAdmin()));
|
||||
//IP
|
||||
player.sendMessage(Colors.Blue+"IP: " + playerTarget.getIP());
|
||||
//Restrictions
|
||||
|
||||
Reference in New Issue
Block a user