1
0
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:
nossr50
2010-11-29 18:51:30 -08:00
parent 11dc691220
commit 02ecadbf3c
4 changed files with 23 additions and 8 deletions

View File

@@ -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