target.teleToLocation(Location.findPointToStay(target, AdminFunctions.JAIL_SPAWN, 50, 200), ReflectionManager.JAIL);
if (activeChar.isInStoreMode())
{
activeChar.setPrivateStoreType(Player.STORE_PRIVATE_NONE);
}
target.sitDown(null);
target.block();
target.sendMessage("You moved to jail, time to escape - " + period + " minutes, reason - " + reason + " .");
activeChar.sendMessage("You jailed " + player + ".");
}
else