I've already double check on oxide.grant and also oxide.show but players are able to use /transfer with set amount to any players.
What happen?
What happen?
if (!player.HasPermission(permTransfer))
{
Message(player, "NotAllowed", command);
return;
}