This commit is contained in:
ZeroEpoch1969
2019-01-11 20:05:12 -07:00
parent 3754222582
commit 93d4c9654e
13 changed files with 136 additions and 60 deletions

View File

@ -55,6 +55,12 @@ public class Command_op extends FreedomCommand
FUtil.adminAction(sender.getName(), "Opping " + player.getName(), false);
player.setOp(true);
if (player.isOnline())
{
Player p = (Player)player;
p.sendMessage(YOU_ARE_OP);
}
return true;
}
}